From 4d349b1bdbd08a42f3da31a32f2f2d345438ecc6 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 15 Nov 2015 10:00:46 +0100 Subject: [PATCH] Releasing debian version 0.9.0+20150806-2. Preparing migration to 0.10.0. --- debian/changelog | 8 ++++++++ debian/control | 42 ++++++++++++++++++------------------------ debian/rules | 3 ++- 3 files changed, 28 insertions(+), 25 deletions(-) diff --git a/debian/changelog b/debian/changelog index 08ac483..e19b29d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lxqt-about (0.9.0+20150806-2) unstable; urgency=medium + + * cleanup control + * reduce dependencies + * change mail address of czchen + + -- Alf Gaida Tue, 10 Nov 2015 18:36:55 +0100 + lxqt-about (0.9.0+20150806-1) unstable; urgency=medium [ Alf Gaida ] diff --git a/debian/control b/debian/control index 2e5ca4d..ac2e8be 100644 --- a/debian/control +++ b/debian/control @@ -1,36 +1,30 @@ Source: lxqt-about +Maintainer: LXQt Packaging Team +Uploaders: Alf Gaida , + ChangZhuo Chen (陳昌倬) , + Andrew Lee (李健秋) Section: x11 Priority: optional -Maintainer: LXQt Packaging Team -Uploaders: - Alf Gaida , - ChangZhuo Chen (陳昌倬) , - Andrew Lee (李健秋) -Build-Depends: - cmake (>= 3.0.2), - debhelper (>= 9), - libkf5windowsystem-dev (>= 5.9.0), - liblxqt0-dev (>= 0.9.0), - libqt5x11extras5-dev (>= 5.3), - libqt5xdg-dev (>= 1.2.0), - libx11-dev, - pkg-config, - qttools5-dev (>= 5.3), - qttools5-dev-tools (>= 5.3), +Build-Depends: debhelper (>= 9), + cmake (>= 3.0.2), + libkf5windowsystem-dev, + liblxqt0-dev, + libqt5x11extras5-dev, + libqt5xdg-dev, + libx11-dev, + pkg-config, + qttools5-dev, + qttools5-dev-tools Standards-Version: 3.9.6 -Homepage: https://github.com/lxde/lxqt-about -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-about.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-about.git +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-about.git +Homepage: https://github.com/lxde/lxqt-about Package: lxqt-about Architecture: any -Breaks: lxqt-about-qt5 (<< 0.9.0) -Replaces: lxqt-about-qt5 (<< 0.9.0) -Depends: - ${misc:Depends}, - ${shlibs:Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: About screen for LXQt The about screen for LXQt . This package contain the LXQt about screen. - diff --git a/debian/rules b/debian/rules index 45489d9..f707ebc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 +# export DH_VERBOSE=1 +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh ${@} --buildsystem cmake --parallel