Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DEB pytqt: add support for python 3.12 | Michele Calgaro | 2024-01-31 | 2 | -4/+24 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 72f1328d206e603f47a6afc3085e483474189c48) | ||||
* | DEB sip4-tqt: Prefer dist-packages folder for a particular version of Python ↵ | Slávek Banko | 2024-01-02 | 2 | -5/+9 |
| | | | | | | | | | before shared. Use sysconfig instead of distutil to detect paths. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3e3beab0c7e44d8886f9251612856311d2cd8a89) | ||||
* | DEB tqt3: Update README file name. | Slávek Banko | 2023-12-19 | 3 | -2/+5 |
| | | | | | | | This relates to issue TDE/tqt3#93. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit d27d96965cbed78a7a548e26636f7e5c8cad03c2) | ||||
* | DEB: Automatically add ldconfig trigger if the package contains plugins. | Slávek Banko | 2023-12-19 | 9 | -0/+45 |
| | | | | | | | | | | | As a result, it is no longer necessary to enforce ldconfig in postinst and postrm scripts and this solves the problem with packages where the ldconfig was not called after installation, but it was needed. This resolves issue TDE/tdemultimedia#29. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 34145f8176dbda8170684ae8fcdea0787a904f66) | ||||
* | DEB tde-cmake: Raise the minimum required version of CMake to 3.5. | Slávek Banko | 2023-11-06 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ec99db6de13c9b6bcc0ba8dffccb52ff4c089a86) | ||||
* | DEB: Change debhelper compatibility level to 10. | Slávek Banko | 2023-11-05 | 33 | -33/+33 |
| | | | | | | | Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit fc691a7208477948ad7519ed67861a0b4c6a4b74) | ||||
* | DEB tqt3: Split shared libraries from the tqt3-apps-dev to a separate package. | Slávek Banko | 2023-02-19 | 4 | -9/+22 |
| | | | | | | | | Since libraries are not built as static, but as shared, libraries are needed at runtime, and it is desirable to be installed independently of the development environment. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB pytqt: Update after rename libraries from qt* to tqt*. | Slávek Banko | 2023-01-21 | 9 | -48/+48 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB pytqt: Build for all installed pythons, instead of just default. | Slávek Banko | 2023-01-20 | 1 | -3/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB sip4-tqt: Build for all installed pythons, instead of just default. | Slávek Banko | 2023-01-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB: Update references to cmake-trinity in dependencies to new name tde-cmake. | Slávek Banko | 2023-01-14 | 8 | -8/+8 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB tde-cmake: Move from common submodule to dependencies. | Slávek Banko | 2023-01-14 | 11 | -0/+358 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB sip4-tqt: Fix substitution for Python 3 dependency. | Slávek Banko | 2023-01-08 | 1 | -3/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB pytqt: drop python2 support. | Michele Calgaro | 2023-01-08 | 6 | -130/+14 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | DEB sip4-tqt: drop python2 support. | Michele Calgaro | 2023-01-08 | 19 | -362/+84 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | DEB sip4-tqt: Fix python debug build detection at runtime. | Slávek Banko | 2023-01-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Move python-tqt to pytqt | Slávek Banko | 2022-12-23 | 28 | -0/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB python-tqt: Rename packages to pytqt. | Slávek Banko | 2022-12-22 | 21 | -94/+104 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB python-tqt: Rename python extension module from python_tqt to PyTQt. | Slávek Banko | 2022-12-21 | 7 | -39/+39 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB arts: man pages moved to main repository. | Michele Calgaro | 2022-08-07 | 8 | -359/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | DEB python-tqt: Update after remove support for legacy Qt/TQt versions. | Slávek Banko | 2022-07-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB python-tqt: Use dh_sip3_tqt to ensure proper SIP API dependency. | Slávek Banko | 2022-07-28 | 2 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB sip4-tqt: Add dh_sip3_tqt to ensure the correct dependence | Slávek Banko | 2022-07-28 | 8 | -15/+217 |
| | | | | | | on the SIP API for Python 3 packages. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB python-tqt: Add packages for Python3 support. | Slávek Banko | 2022-07-26 | 8 | -32/+145 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB sip4-tqt: Fix installation of part for Python3. | Slávek Banko | 2022-07-25 | 2 | -11/+11 |
| | | | | | | | + Determine the default location of the include files for installing sip-tqt.h. + Add the forgotten python3-sip-tqt.install file file to install the library. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB sip4-tqt: Fix empty python3-sip-tqt-dbg package. | Slávek Banko | 2022-04-21 | 1 | -1/+8 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB sip4-tqt: Add packages for Python3 support. | Slávek Banko | 2022-04-21 | 4 | -15/+104 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB sip4-tqt: Update packaging after renaming binaries to sip-tqt. | Slávek Banko | 2022-01-13 | 7 | -40/+36 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB sip4-tqt: Add bison and flex into Build-Depends | Slávek Banko | 2022-01-10 | 1 | -1/+1 |
| | | | | | | | | to allow to generate lexer and parser at build time. This relates to issue TDE/sip4-tqt#4. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB DilOS: Apply recent changes for tqscintilla and python-tqt. | Slávek Banko | 2021-12-08 | 11 | -126/+309 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB sip4-tqt: Delete an empty line at the end of the 'control' file. | Slávek Banko | 2021-10-22 | 1 | -1/+0 |
| | | | | | | This resolve FTBFS in call dh_python2 on SID. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB dbus-1-tqt: Removed build option CMAKE_APIDOX_HTML_DIRECTORY from the rules | Slávek Banko | 2021-05-24 | 1 | -1/+0 |
| | | | | | | because the intended value is identical to the default. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB tqca: Update changelog to match the new source package name. | Slávek Banko | 2021-05-20 | 1 | -0/+6 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB tqca: Merge libtqca and tqca-tls into one source package. | Slávek Banko | 2021-05-19 | 15 | -426/+23 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB: Switch Build-Depends from cmake to cmake-trinity. | Slávek Banko | 2021-05-18 | 8 | -8/+8 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB: Swith cmake builds to use ninja-build. | Slávek Banko | 2021-05-11 | 26 | -84/+1108 |
| | | | | | | Cleaning automake dependencies. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB: Add support to build using ninja-build (CMake only) to common cdbs rules. | Slávek Banko | 2021-05-08 | 4 | -4/+40 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB: Move DEB_DH_BUILDDEB_ARGS to common cdbs rules. | Slávek Banko | 2021-04-04 | 29 | -137/+694 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB: Update the Maintainer's address to the TDE Debian Team. | Slávek Banko | 2021-01-13 | 11 | -12/+11 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB common cdbs rules: Convert to UTC the date from the debian changelog, | Slávek Banko | 2020-12-06 | 2 | -2/+2 |
| | | | | | | | | which is written to '.tdepkginfo'. It addresses time zone independence to ensure a reproducible build. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB tqt3: Force file permissions in the tarball for examples. | Slávek Banko | 2020-12-05 | 1 | -0/+1 |
| | | | | | | It addresses independence from UMASK to ensure a reproducible build. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB tqtinterface: Remove the BUILD_ALL option because it is not used for ↵ | Slávek Banko | 2020-10-07 | 1 | -1/+0 |
| | | | | | | tqtinterface. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB tqtinterface: Change the architecture to 'all' for *-doc and *-dev packages. | Slávek Banko | 2020-10-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB tqt3: Add the tirpc include directory to the includes. | Slávek Banko | 2020-09-20 | 1 | -0/+4 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB tqt3: Refrect qt -> tqt changes to man1. | Slávek Banko | 2020-07-07 | 9 | -12/+19 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB: removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack. | Michele Calgaro | 2020-05-23 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | DilOS sip4-tqt: Use dh_python2 with the --no-dbg-cleaning option | Slávek Banko | 2020-04-10 | 1 | -13/+3 |
| | | | | | | instead of a hack to preserve "*_d.py" files in the dbg package. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DEB: Create a .tdepkginfo containing package metadata. | Slávek Banko | 2020-03-23 | 2 | -0/+18 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DilOS tqt3: Add dh_strip_nondeterminism to support a reproducible build. | Slávek Banko | 2020-03-23 | 1 | -2/+2 |
| | | | | | | Correction of a typo in the TQWidget documentation is no longer needed. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | DilOS tqt3: Create tqt3-examples.tar.gz in a reproducible way. | Slávek Banko | 2020-03-21 | 1 | -8/+6 |
| | | | | | | Remove attic.tar.gz from libtqt3-compat-headers. Signed-off-by: Slávek Banko <[email protected]> |