some fixed in debian $foo

remove not needed breaks and replaces
cme fix dpkg-control
tar-ignore obconf-qt.kdev4
This commit is contained in:
Alf Gaida 2015-09-01 00:17:53 +02:00
parent 5f54515a9c
commit cd7d8ddd8c
3 changed files with 31 additions and 20 deletions

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
obconf-qt (0.9.0+20150822-1) unstable; urgency=medium
[ ChangZhuo Chen (陳昌倬) ]
* Use -Wl,--as-needed to reduce dependencies
* Use hardening=+all
[ Alf Gaida ]
* remove not needed breaks and replaces
* cme fix dpkg-control
* import new snapshot
* tar-ignore obconf-qt.kdev4
-- Alf Gaida <agaida@siduction.org> Tue, 01 Sep 2015 00:13:40 +0200
obconf-qt (0.9.0+20150723-1) unstable; urgency=medium obconf-qt (0.9.0+20150723-1) unstable; urgency=medium
[ Alf Gaida ] [ Alf Gaida ]

27
debian/control vendored
View File

@ -1,31 +1,26 @@
Source: obconf-qt Source: obconf-qt
Section: utils
Priority: optional
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Uploaders: Alf Gaida <agaida@siduction.org>,
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>, ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Andrew Lee (李健秋) <ajqlee@debian.org> Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends: Section: utils
cmake (>= 3.0.2), Priority: optional
Build-Depends: cmake (>= 3.0.2),
debhelper (>= 9), debhelper (>= 9),
libqt5x11extras5-dev (>= 5.3), libqt5x11extras5-dev,
openbox-dev, openbox-dev,
pkg-config, pkg-config,
qttools5-dev (>= 5.3), qttools5-dev,
qttools5-dev-tools (>= 5.3), qttools5-dev-tools
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Homepage: https://github.com/lxde/obconf-qt
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/obconf-qt.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/obconf-qt.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/obconf-qt.git
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/obconf-qt.git
Homepage: https://github.com/lxde/obconf-qt
Package: obconf-qt Package: obconf-qt
Architecture: any Architecture: any
Breaks: obconf-qt5 (<< 0.2.0) Depends: ${misc:Depends},
Replaces: obconf-qt5 (<< 0.2.0) ${shlibs:Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Openbox configuration with a Qt interface Description: Openbox configuration with a Qt interface
obconf-qt is an utility to configure openbox with a Qt interface. obconf-qt is an utility to configure openbox with a Qt interface.
. .

View File

@ -1 +1,3 @@
tar-ignore=.gitignore tar-ignore=.gitignore
tar-ignore=obconf-qt.kdev4