Some more or less cosmetic changes

Bump Standards to 3.9.8, no changes needed
Fixed VCS fields, use https and plain /git/
Fixed copyright Format field, use https
Bump year in copyright
Exported LC_ALL=C.UTF-8, make builds reproducible
Added hardening flags
ubuntu/cosmic debian/0.10.0-4
Alf Gaida 8 years ago
parent ca39e28f8b
commit 14ceae4264

1
debian/.gitignore vendored

@ -1,6 +1,7 @@
/*.debhelper
/*.log
/*.substvars
/debhelper-build-stamp
/files
/lxqt-about/

11
debian/changelog vendored

@ -1,3 +1,14 @@
lxqt-about (0.10.0-4) unstable; urgency=medium
* Bump Standards to 3.9.8, no changes needed
* Fixed VCS fields, use https and plain /git/
* Fixed copyright Format field, use https
* Bump year in copyright
* Exported LC_ALL=C.UTF-8, make builds reproducible
* Added hardening flags
-- Alf Gaida <agaida@siduction.org> Tue, 19 Jul 2016 01:39:29 +0200
lxqt-about (0.10.0-3) unstable; urgency=medium
* Cleanup debian/rules, create -dbgsym.

6
debian/control vendored

@ -15,9 +15,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-about.git/?h=debian/sid
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-about.git -b debian/sid
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-about.git/?h=debian/sid
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-about.git -b debian/sid
Homepage: https://github.com/lxde/lxqt-about
Package: lxqt-about

8
debian/copyright vendored

@ -1,4 +1,4 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lxqt-about
Source: https://github.com/lxde/lxqt-about
@ -9,8 +9,8 @@ Copyright: 2012-2015 LXQt team
License: LGPL-2.1+
Files: debian/*
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
License: LGPL-2.1+
License: LGPL-2.1+
@ -19,7 +19,7 @@ License: LGPL-2.1+
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This library is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

2
debian/rules vendored

@ -1,7 +1,9 @@
#!/usr/bin/make -f
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem cmake \

Loading…
Cancel
Save