Some debian foo

Bump standards to 3.9.7
Added Yuan CHAO to copyright
Use secured VCS-links
Added hardening += all to rules
ubuntu/cosmic debian/0.10.0-5
Alf Gaida 8 years ago
parent c2962d643e
commit 2d42b331a7

9
debian/changelog vendored

@ -1,3 +1,12 @@
lxqt-openssh-askpass (0.10.0-5) unstable; urgency=medium
* Bump standards to 3.9.7
* Added Yuan CHAO to copyright
* Use secured VCS-links
* Added hardening += all to rules
-- Alf Gaida <agaida@siduction.org> Sun, 27 Mar 2016 12:02:04 +0200
lxqt-openssh-askpass (0.10.0-4) unstable; urgency=low
* Adding "Provides: ssh-askpass". Closes: #818684

7
debian/control vendored

@ -17,9 +17,9 @@ Build-Depends: debhelper (>= 9),
pkg-config,
qttools5-dev,
qttools5-dev-tools,
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-openssh-askpass.git/?h=debian/sid
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-openssh-askpass.git -b debian/sid
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-openssh-askpass.git/?h=debian/sid
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-openssh-askpass.git -b debian/sid
Homepage: https://github.com/lxde/lxqt-openssh-askpass
Package: lxqt-openssh-askpass
@ -51,4 +51,3 @@ Description: OpenSSH user/password GUI dialog for LXQt
desktop environments, and their names are self-descriptive. They are usually
not launched by hand but automatically, when choosing a LXQt session in the
Display Manager.

3
debian/copyright vendored

@ -8,10 +8,11 @@ Copyright: 2012-2015 LXQt team
License: LGPL-2.1+
Files: debian/*
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2015 Yukiharu YABUKI <yyabuki@debian.org>
2016 Yuan CHAO <yuanchao@gmail.com>
License: LGPL-2.1+
License: LGPL-2.1+

1
debian/rules vendored

@ -2,6 +2,7 @@
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem cmake \

Loading…
Cancel
Save