2009
pkg-kde-tools (0.5.2) unstable; urgency=low
* Add pkgkde-vcs helper tool for performing various common tasks
when packaging with version control system repositories. As of this commit
the only VCS supported is Git which supports 'tag' subcommand for tagging
debian package releases when as they are uploaded Debian.
* Add ${misc:Depends} to shut up lintian.
-- Modestas Vainius <modestas@vainius.eu> Fri, 16 Oct 2009 23:25:33 +0300
pkg-kde-tools (0.5.1) unstable; urgency=low
+++ Changes by Modestas Vainius:
* dh_sameversiondep: really disable warnings about unknown substvars.
+++ Changes by Ana Beatriz Guerrero Lopez:
* Change the generation of the HTML documentation's path to
/usr/share/doc/kde4/ instead of /usr/share/doc/kde/. We are building with
-DHTML_INSTALL_DIR=/usr/share/doc/kde4/HTML .
* Bump Standards-Version to 3.8.3: no changes needed.
* Add © in copyright file instead of (C).
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 23 Sep 2009 10:14:30 +0200
pkg-kde-tools (0.5.0) unstable; urgency=low
* Split off KDE 4 cmake flags from variables.mk to the text file.
* Create debhelper subdir and move dh_sameversiondep to it.
* Add a kde build system for debhelper (>= 7.3).
* Add a kde sequence addon (template) for debhelper (>= 7.3.16).
* Deprecate debhelper/kde.mk snippet. Use kde build system/sequence addon
instead.
* Remove extra slashes from debian/install.
* Switch debian/rules to dh. Update build dependencies and compat
accordingly.
-- Modestas Vainius <modestas@vainius.eu> Thu, 27 Aug 2009 19:50:35 +0300
pkg-kde-tools (0.4.11) unstable; urgency=low
* Debhelper 7.3.7 has been upload to unstable, pkg-kde-tools with
debhelper/kde.mk follows.
-- Modestas Vainius <modestas@vainius.eu> Fri, 24 Jul 2009 15:17:47 +0300
pkg-kde-tools (0.4.10) experimental; urgency=low
* Add a basic debhelper/kde.mk snippet which automatically passes KDE cmake
flags to dh_auto_configure and runs dh $@ by default. Either of defaults
can be overriden as needed.
* Update debian/README.Debian with details about dh(1) support.
* Bump Standards-Version to 3.8.2: no changes needed.
* Suggest debhelper (>= 7.3.0) which includes dh(1) with cmake support.
-- Modestas Vainius <modestas@vainius.eu> Thu, 02 Jul 2009 20:12:07 +0300
pkg-kde-tools (0.4.9) unstable; urgency=low
[ Modestas Vainius ]
* Clarify comment in variables.mk.
* Install severily stripped down version of pkgkde-symbolshelper which
is compatible with dpkg-dev >= 1.15.3. This version is inappropriate
to generate/patch new symbols, it is here just to avoid breaking
old packages. While dpkg-dev 1.15.3 has some big improvements, they
are still not enough to properly support most C++ libraries.
[ Raúl Sánchez Siles ]
* Remove usage of deprecated dh_desktop.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 27 Jun 2009 22:32:11 +0300
pkg-kde-tools (0.4.8) unstable; urgency=low
* Add maintainer check to debian_qt_kde.mk to disallow anybody else but
Debian Qt/KDE Maintainers to use this snippet (i.e. for official KDE
packages only). The check is supposed to support Kubuntu packages too.
-- Modestas Vainius <modestas@vainius.eu> Wed, 27 May 2009 13:42:22 +0300
pkg-kde-tools (0.4.7) unstable; urgency=low
+++ Changes by Modestas Vainius:
* dpkg 1.15.1 entered unstable, so pkg-kde-tools 0.4.7 follows.
* Change Conflicts to Breaks on dpkg-dev/kdelibs5 (more apppropriate in
this case).
+++ Changes by Fathi Boudra:
* Re-word README.Debian:
- use 80 colons max
- add a note on DEB_KDE_LINK_AS_NEEDED usage
- improve debhelper snippet based on dh-make template
- fix typo kde4.mk -> kde.mk
- remove extra lines
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 21 May 2009 09:14:44 +0300
pkg-kde-tools (0.4.6) experimental; urgency=low
* Merge changes from 0.4.2, now compatible with KDE 4.2.2 in sid.
* Improve output of the patch subcommand:
- it includes added MISSING symbols now;
- dump postprocessed symbols.
* Switch to named parameters for *_min_version() subs.
* Bump Standards-Version to 3.8.1 (no changes).
* Fix dh_sameversiondep POD page (lintian warning).
-- Modestas Vainius <modestas@vainius.eu> Sat, 11 Apr 2009 16:51:06 +0300
pkg-kde-tools (0.4.5) experimental; urgency=low
* Restore pkgkde-symbolshelper compatibility with dpkg-dev 1.15.0. This
breaks compatibility with dpkg-dev (<< 1.15) though. Add conflicts.
* Small dpkg-dev 1.15.0 compatibility fix for dh_sameversiondep.
-- Modestas Vainius <modestas@vainius.eu> Sun, 29 Mar 2009 15:26:12 +0300
pkg-kde-tools (0.4.2) unstable; urgency=low
* Remove setting of kde home. We now use the default. * Add aggressive conflicts to avoid bad accidents.
-- Sune Vuorela <debian@pusling.com> Wed, 01 Apr 2009 22:23:23 +0200
pkg-kde-tools (0.4.1) unstable; urgency=low
* Add Vcs fields to debian/control (Git).
* Get rid of custom bug file processing in qt-kde-team/1/debian-qt-kde.mk.
This is handled by dh_bugfiles now.
-- Modestas Vainius <modestas@vainius.eu> Wed, 11 Mar 2009 13:57:19 +0200
pkg-kde-tools (0.4.0.1) unstable; urgency=low
* Get rid of THIS_SHOULD_GO_TO_UNSTABLE hack. * Release to unstable.
-- Modestas Vainius <modestas@vainius.eu> Mon, 16 Feb 2009 01:58:52 +0200
pkg-kde-tools (0.4.0) experimental; urgency=low
* pkgkde-symbolshelper: add support for resorting symbol files (useful after
manual editing).
* pkgkde-symbolshelper create: add support for adding arch specific symbols
to the symbol template.
* Add dh_sameversiondep from official KDE packaging:
- make pkg-kde-tools suggest debhelper v7 and dpkg-dev;
- add POD help and generate manual page from it;
- add support for the external reference package.
* Pass -X.svn to dh_install
* Add makefiles/1/cdbs/symbolshelper.mk which hooks pkgkde-symbolshelper
calls to cdbs.
* Add stuff from svn pkg-kde/cdbs as qt-kde-team. Port kde.mk and rename
it to debian-qt-kde.mk as it was called in kde3 when stored in cdbs/ dir.
- use /usr/share/pkg-kde-tools/makefiles/1/variables.mk;
- link with --as-needed by default;
- remove lintian section, we should use dh_lintian;
- add README to discourage other developers from using qt-kde-team;
- enable pkgkde-symbolshelper support in debian-qt-kde.mk by defaylt.
* Add "distro policy" checking when building the package:
- THIS_SHOULD_GO_TO_UNSTABLE moved policy/unstable.mk
- policy/unstable.mk also emits a warning when KDE alpha or betas are to
be uploaded to unstable.
-- Modestas Vainius <modestas@vainius.eu> Sun, 25 Jan 2009 13:20:43 +0200
pkg-kde-tools (0.3.1) experimental; urgency=low
* pkgkde-symbolshelper/patch: improve processing of patches which patch
multiple files. Use the first patch portion that applies properly.
* pkgkde-symbolshelper/patch: rename -p parameter to -d (diff), support -p
(package) option.
* pkgkde-symbolshelper: rework module stucture a bit, merge small handlers
into one file.
* debian/rules: disable .svn check. It is wrong and useless since does not
check the tarball itself but the directory the tarball gets built from.
* add support for int64_t/uint64_t differences on 64bit/32bit arches.
-- Modestas Vainius <modestas@vainius.eu> Wed, 14 Jan 2009 14:18:17 +0200
2008
pkg-kde-tools (0.3) experimental; urgency=low
* Add pkgkde-symbolshelper. It aims to make handling of symbols in
C++ libraries easier. Symbols in C++ libraries are inconsistent among
arches due to mangling and other issues.
- Add GPL3 notice to debian/copyright which pkgkde-symbolshelper is under.
* Add myself to Uploaders.
* Tweak description.
* Add DM-Upload-Allowed: yes.
-- Modestas Vainius <modestas@vainius.eu> Sat, 29 Nov 2008 16:53:01 +0200
pkg-kde-tools (0.2) unstable; urgency=low
* The no .svn dir in release release. * Add a way to set --as-needed during build. * there was a reference to ENABLE_FINAL in variables.mk. Kill it.
-- Sune Vuorela <debian@pusling.com> Wed, 29 Oct 2008 17:35:13 +0100
pkg-kde-tools (0.1) unstable; urgency=low
* Initial Release.
-- Sune Vuorela <debian@pusling.com> Thu, 18 Sep 2008 21:39:35 +0200