Releasing debian version 0.9.0+20150806-2.

Preparing migration to 0.10.0.
ubuntu/cosmic debian/0.9.0+20150806-2
Alf Gaida 9 years ago
parent 007fbfa1e7
commit 4d349b1bdb

8
debian/changelog vendored

@ -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 <agaida@siduction.org> Tue, 10 Nov 2015 18:36:55 +0100
lxqt-about (0.9.0+20150806-1) unstable; urgency=medium
[ Alf Gaida ]

36
debian/control vendored

@ -1,36 +1,30 @@
Source: lxqt-about
Section: x11
Priority: optional
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders:
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends:
Section: x11
Priority: optional
Build-Depends: debhelper (>= 9),
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),
libkf5windowsystem-dev,
liblxqt0-dev,
libqt5x11extras5-dev,
libqt5xdg-dev,
libx11-dev,
pkg-config,
qttools5-dev (>= 5.3),
qttools5-dev-tools (>= 5.3),
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.

1
debian/rules vendored

@ -1,6 +1,7 @@
#!/usr/bin/make -f
# export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake --parallel

Loading…
Cancel
Save