- drop debug package

- Min Qt version 5.3.2
- bump standards to 3.9.6
- lintian-override for missing manpage added
ubuntu/focal
Alf Gaida 10 years ago committed by Andrew Lee (李健秋)
parent 0d7eb39e01
commit aefe3f36a1

11
debian/changelog vendored

@ -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 <agaida@siduction.org> 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 <agaida@siduction.org> Mon, 24 Feb 2014 23:41:30 +0100

20
debian/control vendored

@ -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.

@ -0,0 +1,3 @@
# there will be no manpage in a foreseable future
obconf-qt5: binary-without-manpage usr/bin/obconf-qt

3
debian/rules vendored

@ -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

Loading…
Cancel
Save