diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-09-06 21:22:55 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-09-06 21:22:55 +0200 |
commit | e48f58cad134f65ae354a08a4cc2c112e44bcf29 (patch) | |
tree | c6647513b9290ab4c626b514bd35626c75ea822e | |
parent | eb038099572eed6c15f831e953a42ea9321cfb86 (diff) | |
download | vyos-strongswan-e48f58cad134f65ae354a08a4cc2c112e44bcf29.tar.gz vyos-strongswan-e48f58cad134f65ae354a08a4cc2c112e44bcf29.zip |
update dbgsym handling
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a04cb298d..9dafcdb6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ strongswan (5.5.0-2) UNRELEASED; urgency=medium * debian/rules: - add patch from Raphaƫl Geissert to use /etc/ssl/certs instead of /usr/share/ca-certificates for strongswan-nm. closes: #835095 + - update argument name for dh_strip dbgsym migration + * debian/control: + - update debhelper dependency to a version which supports dbgsym + migration. -- Yves-Alexis Perez <corsac@debian.org> Mon, 22 Aug 2016 16:09:44 +0200 diff --git a/debian/control b/debian/control index e606c6f30..776416c1b 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-swan/strongswan.git;a=summa Vcs-Git: git://anonscm.debian.org/pkg-swan/strongswan.git Build-Depends: bison, bzip2, - debhelper (>= 9), + debhelper (>= 9.20151219), dh-autoreconf, dh-systemd (>= 1.5), dpkg-dev (>= 1.16.2), diff --git a/debian/rules b/debian/rules index 571bd3724..b7254154d 100755 --- a/debian/rules +++ b/debian/rules @@ -194,7 +194,7 @@ override_dh_installchangelogs: dh_installchangelogs NEWS override_dh_strip: - dh_strip --ddeb-migration='strongswan-dbg (<< 5.3.5-2~)' + dh_strip --dbgsym-migration='strongswan-dbg (<< 5.3.5-2~)' override_dh_fixperms: dh_fixperms -X etc/ipsec.secrets -X etc/ipsec.d -X var/lib/strongswan |