diff --git a/debian/changelog b/debian/changelog index ada3208..badda2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,14 @@ +obconf-qt (0.1.0-2) unstable; urgency=medium + + * drop debug package + * Min Qt version 5.3.2 + * bump standards to 3.9.6 + * lintian-override for missing manpage added + + -- Alf Gaida Sun, 19 Oct 2014 21:22:05 +0200 + obconf-qt (0.1.0-1) unstable; urgency=low - * Initial release (Closes: ) + * Initial release (Closes: #761263) -- Alf Gaida Mon, 24 Feb 2014 23:41:30 +0100 diff --git a/debian/control b/debian/control index 746ca36..aaa3dc2 100644 --- a/debian/control +++ b/debian/control @@ -7,10 +7,10 @@ Build-Depends: debhelper (>= 9), openbox-dev, pkg-config, - libqt5x11extras5-dev (>= 5.3.1), - qttools5-dev (>= 5.3.1), - qttools5-dev-tools (>= 5.3.1), -Standards-Version: 3.9.5 + libqt5x11extras5-dev (>= 5.3.2), + qttools5-dev (>= 5.3.2), + qttools5-dev-tools (>= 5.3.2), +Standards-Version: 3.9.6 Homepage: https://github.com/lxde/obconf-qt #Vcs-Git: git://anonscm.debian.org/collab-maint/obconf-qt.git #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/obconf-qt.git;a=summary @@ -28,15 +28,3 @@ Description: Openbox configuration with a Qt interface obconf-qt is an utility to configure openbox with a Qt interface. . This package contain the application files. - -Package: obconf-qt5-dbg -Architecture: any -Section: debug -Priority: extra -Depends: - ${misc:Depends}, - obconf-qt5 (= ${binary:Version}), -Description: Openbox configuration with a Qt interface (debug symbols) - obconf-qt is an utility to configure openbox with a Qt interface. - . - This package contain the debugging symbols. diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..50816f8 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,3 @@ +# there will be no manpage in a foreseable future +obconf-qt5: binary-without-manpage usr/bin/obconf-qt + diff --git a/debian/rules b/debian/rules index ced5827..3d26250 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,3 @@ export USE_QT5=1 override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/obconf-qt5 - -override_dh_strip: - dh_strip --dbg-package=obconf-qt5-dbg