Codebase list varconf / 057b0df
Bump debhelper compatibility level to 10 Olek Wojnar 6 years ago
4 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 varconf (1.0.1-4) unstable; urgency=high
11
2 * Update dh compat to 10
23 * Update symbols for GCC 7 (Closes: #853388)
34 * Update standards to 4.1.0
45 - d/control: document new standards version
56 - d/copyright: use https in Format field
67 * Update d/copyright: new copyright year for debian directory
78
8 -- Olek Wojnar <olek-dev@wojnar.org> Sat, 02 Sep 2017 19:25:17 -0500
9 -- Olek Wojnar <olek-dev@wojnar.org> Sat, 02 Sep 2017 22:01:28 -0500
910
1011 varconf (1.0.1-3) unstable; urgency=high
1112
22 Priority: optional
33 Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
44 Uploaders: Olek Wojnar <olek-dev@wojnar.org>
5 Build-Depends: debhelper (>= 9),
6 dh-autoreconf,
5 Build-Depends: debhelper (>= 10),
76 libsigc++-2.0-dev (>= 2.4.1-2),
87 dpkg-dev (>= 1.16.1.1)
98 Standards-Version: 4.1.0
22 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
33
44 %:
5 dh $@ --parallel --with autoreconf
5 dh $@
66
7 override_dh_install:
8 dh_install --fail-missing -X.la -X.a
7 override_dh_missing:
8 dh_missing --fail-missing -X.la -X.a
99
1010 override_dh_strip:
1111 dh_strip --dbgsym-migration='libvarconf-1.0-8v5-dbg (<< 1.0.1-1)'