Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-17 | Adapt to SymbolFile API changes in libdpkg-perl 1.19.0. | Dmitry Shachnev | 1 | -5/+6 | |
Closes: #878892. | |||||
2017-10-17 | Make SymbolsHelper work with libdpkg-perl 1.19.0 and newer. | Dmitry Shachnev | 1 | -14/+14 | |
2017-10-11 | dh_qmlcdeps: New script for generating dependencies for *.qmlc files. | Dmitry Shachnev | 1 | -0/+8 | |
Closes: #872325. | |||||
2017-06-27 | Make bit-depenedent type substitutions work generically. | Helmut Grohne | 1 | -7/+21 | |
Closes: #854493. | |||||
2016-10-19 | pkgkde-symbolshelper: Do not pass stderr handle to Dpkg::IPC::spawn. | Dmitry Shachnev | 1 | -1/+0 | |
patch(1) does not print to stderr anyway. | |||||
2016-06-23 | pkgkde-symbolshelper: Add type substitution for long double. | Dmitry Shachnev | 2 | -0/+20 | |
2016-05-07 | pkgkde-symbolshelper: Add time_t type substitution. | Maximiliano Curia | 2 | -0/+21 | |
2015-09-11 | Drop stale copy of Dpkg/Shlibs (2010-02-21). | Maximiliano Curia | 1 | -46/+1 | |
2014-09-22 | dpkg_architecture_value isn't used, remove | Rohan Garg | 1 | -1/+1 | |
2014-09-01 | Use KDE_INSTALL_USE_QT_SYS_PATHS to do the right thing automatically. | Rohan Garg | 1 | -1/+0 | |
and drop useless calls. | |||||
2014-08-21 | Add proper marker while passing ECM_MKSPECS_INSTALL_DIR | Rohan Garg | 1 | -1/+1 | |
2014-08-21 | Make sure ECM_MKSPECS_INSTALL_DIR is also passed | Rohan Garg | 1 | -3/+4 | |
2014-08-08 | Make sure we don't link to libkdeinit5_ explicitly | Rohan Garg | 1 | -0/+3 | |
2014-08-07 | More misc. fixes for the KF5 sequence | Rohan Garg | 1 | -8/+8 | |
2014-08-07 | Fix sequence to use KF5 instead of KDE4 | Rohan Garg | 2 | -2/+2 | |
2014-08-07 | Drop useless code from KDE Frameworks time | Rohan Garg | 1 | -13/+0 | |
2014-08-07 | Add new sequence helpers for KDE Frameowrks 5 | Rohan Garg | 2 | -0/+111 | |
New sequence helpers for KDE Frameworks 5, please use dh --with kf5 for apps using KDE Frameworks 5, and qt-kde-team/3/debian-qt-kde.mk at the top of packages released by KDE. | |||||
2014-07-13 | Fix symbols managing on kfreebsd-amd64 | Lisandro Damián Nicanor Pérez Meyer | 1 | -7/+7 | |
Caused by anchored matches, required for arm64. | |||||
2014-05-03 | Apply a patch from Ubuntu to add arm64 and ppc64el support. | Dmitry Shachnev | 1 | -8/+8 | |
2013-12-18 | pkgkde-symbolshelper: fix qptrdiff expansion for s390x. | Dmitry Shachnev | 1 | -1/+1 | |
Rebasing 2bef3ff8f04a0770d0ad1245d43da505df6a7791 on top of Lisandro’s changes. | |||||
2013-12-18 | Add support for mips64 and mips64el (Closes: #723223).debian/0.15.11 | Lisandro Damián Nicanor Pérez Meyer | 1 | -7/+7 | |
Overwrite Dmitry's changes with what currently released and not commited to the repo. I missed to push this to the repo due to the Alioth shortage. This was coordinated with Dmitry. | |||||
2013-12-18 | pkgkde-symbolshelper: fix qptrdiff expansion for s390x. | Dmitry Shachnev | 1 | -1/+1 | |
2013-10-03 | s390 uses unsigned int for quintptr. | Lisandro Damián Nicanor Pérez Meyer | 1 | -1/+1 | |
2013-10-02 | Add s390 and s390x to the list of archs that use 'y' for quintptr. | Lisandro Damián Nicanor Pérez Meyer | 1 | -1/+1 | |
Closes: #725023. | |||||
2013-06-26 | pkgkde-symbolshelper: Add intptr_t type substitution. | Felix Geyer | 2 | -0/+20 | |
intptr_t is the same as ssize_t on all supported platforms except s390 where it's an int instead of long. | |||||
2012-06-02 | Refactor trunk symbol checking into its own sub. | Modestas Vainius | 1 | -8/+10 | |
Remove Symbol::is_vtt() since it is not used. | |||||
2012-06-02 | Document trunk mangling. | Modestas Vainius | 1 | -0/+5 | |
2012-06-02 | pkgkde-symbolshelper: output covariant return trunks with c++ tag. | Modestas Vainius | 1 | -1/+1 | |
Symbol names of covariant return trunks contain an arch-specific offset. (Closes: #657806) | |||||
2012-01-22 | pkgkde-symbolshelper: fix the expansions on ppc64 (#656380) | Pino Toscano | 1 | -6/+6 | |
... for size_t, ssize_t, int64_t, uint64_t, qptrdiff, quintptr | |||||
2012-01-11 | pkgkde-symbolshelper: fix the expansions on sparc64 | Pino Toscano | 1 | -6/+6 | |
... for size_t, ssize_t, int64_t, uint64_t, qptrdiff, quintptr | |||||
2011-12-26 | pkgkde-symbolshelper: fix the int64_t and uint64_t expansions on s390x | Pino Toscano | 1 | -2/+2 | |
2011-07-21 | SymbolFileCollection.pm: import Dpkg::Arch::debarch_is into proper package. | Modestas Vainius | 1 | -1/+2 | |
2011-06-04 | Fix a few typos in comments. | Modestas Vainius | 1 | -1/+1 | |
2011-06-04 | pkgkde-symbolshelper: drop VirtTable subst. | Modestas Vainius | 2 | -114/+0 | |
It was deprecated long ago. | |||||
2011-05-30 | Do not replace substs unless the symbol is tagged with subst tag. | Modestas Vainius | 1 | -30/+0 | |
pkgkde-symbolshelper: no longer replace substs in the symbol name unless the symbol is tagged with a 'subst' tag. This was kept for compatibility with << 0.6 symbol files. | |||||
2011-05-25 | pkgkde-symbolshelper: expand qreal subst to float on sh4. | Modestas Vainius | 1 | -1/+1 | |
(Closes: #627486) | |||||
2011-03-27 | No longer set ENABLE_LIBKDEINIT_RUNPATH for kdelibs5-dev (>= 4:4.6.1). | Modestas Vainius | 1 | -4/+10 | |
Since kdelibs5-dev 4.6.1, ENABLE_LIBKDEINIT_RUNPATH defaults to ON whenever CMAKE_BUILD_TYPE is Debian. | |||||
2011-02-20 | Use perl API in place of dpkg --compare-versions (kde buildsystem). | Modestas Vainius | 1 | -2/+3 | |
2011-02-20 | Fix "dpkg: * has bad syntax: invalid character in revision number" error. | Modestas Vainius | 1 | -1/+1 | |
It used to be spit by debhelper kde buildsystem. It wasn't fatal though. | |||||
2010-05-14 | TypeSubst.pm: fix issues with recursive use of Substs.pm module. | Modestas Vainius | 1 | -122/+131 | |
* Use forward declaration of the TypeSubst package at the beginning of the file * Move TypeSubst code to the end of the file. * Workaround "redefined subroutines" warnings when TypeSubst.pm is checked with perl -c. Based on advice at http://www.perlmonks.org/?node_id=389286 | |||||
2010-05-14 | SymbolFile.pm: fix usage of $File::Temp::KEEP_ALL. | Modestas Vainius | 1 | -1/+1 | |
2010-05-14 | pkgkde-symbolshelper: do not bump symbol minver when new substs are detected. | Modestas Vainius | 1 | -3/+4 | |
Do not bump symbol minimum version when the only change made is detection of substs in the original symbol. | |||||
2010-04-23 | Make it possible to exclude a program from path in find_exe_in_path(). | Modestas Vainius | 1 | -3/+12 | |
2010-04-22 | No longer ship a backported dpkg-gensymbols.pl script. | Modestas Vainius | 1 | -1/+1 | |
The one from dpkg-dev (>= 1.15.6) is enough now. As a result, make appropriate changes to pkgkde-gensymbols. | |||||
2010-04-22 | Add find_exe_in_path() sub to Debian::PkgKde. | Modestas Vainius | 1 | -1/+18 | |
2010-04-14 | pkgkde-symbolshelper: allow to specify confirmed arches for *patch. | Modestas Vainius | 1 | -5/+4 | |
2010-03-16 | Add missing copyright headers wherever possible. | Modestas Vainius | 1 | -0/+15 | |
2010-03-16 | Reorganize source package directory structure. | Modestas Vainius | 15 | -0/+2861 | |
- get rid of symbolshelper, debhelper, vcs subdirectires. Move perl modules to perllib subdirectory and the rest to the top of the source tree; - unify how datalibdir is found and exported in the Debian::PkgKde module ({find,setup}_datalibdir()). Make pkgkde-gensymbols and pkgkde-symbolshelper use these new subroutines; - change datalib path in pkgkde-deb2symbols; - rewrite Makefile for reorganized source tree. |