From 8501f5886fdb25ed249e34f1f1757ff2df42ae8b Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 12 Sep 2015 23:15:59 +0200 Subject: [PATCH] Added .gitignore Fixed control with cme fix Improved rules added some a stub watch file --- debian/.gitignore | 6 ++++++ debian/changelog | 6 +++--- debian/control | 46 ++++++++++++++++++++++++++++------------------ debian/rules | 5 ++++- debian/watch | 0 5 files changed, 41 insertions(+), 22 deletions(-) create mode 100644 debian/.gitignore create mode 100644 debian/watch diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..8e9df9f --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,6 @@ +/files +/*.log +/*substvars + +/qps/ +/qps-dbg/ diff --git a/debian/changelog b/debian/changelog index 57af4e3..ec21c1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -qps (1.10.16-1) unstable; urgency=low +qps (1.10.16+20150823-1) unstable; urgency=low - * Initial Release () + * Initial Release (Closes: #795697) - -- Alf Gaida Sat, 14 Mar 2015 16:02:20 +0100 + -- Alf Gaida Sun, 06 Sep 2015 02:17:51 +0200 diff --git a/debian/control b/debian/control index 19d8088..1922a64 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,36 @@ Source: qps +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), - libxrender-dev, - libqt5x11extras5-dev (>= 5.3), - qtbase5-dev (>= 5.3), +Build-Depends: cmake (>= 3.0.2), + debhelper (>= 9), + libxrender-dev, + libqt5x11extras5-dev, + qttools5-dev, + qttools5-dev-tools Standards-Version: 3.9.6 -Homepage: https://github.com/qtdesktop/qps -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qps.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/qps.git +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qps.git +Homepage: https://github.com/qtdesktop/qps Package: qps Architecture: any -Depends: - ${shlibs:Depends}, - ${misc:Depends} -Description: The Qt process manager - now ported to Qt5 +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Qt process manager + Qt process manager ported to Qt5 + +Package: qps-dbg +Architecture: any +Section: debug +Priority: extra +Depends: ${shlibs:Depends}, + ${misc:Depends}, + qps (= ${binary:Version}) +Description: Qt process manager (debug) + Qt process manager ported to Qt5 + . + This package contains debugging symbols for qps. diff --git a/debian/rules b/debian/rules index 9099bc8..c58cb3d 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,7 @@ override_dh_auto_install: - dh_auto_install -- DESTDIR=$(CURDIR)/debian/qps \ No newline at end of file + dh_auto_install -- DESTDIR=$(CURDIR)/debian/qps + +override_dh_strip: + dh_strip --dbg-package=qps-dbg diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e69de29