diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 11 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 10 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index e1342ee67..5d0f9711a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +strongswan (5.3.5-2) UNRELEASED; urgency=medium + + * debian/rules: + - migrate debug package to ddeb. + * debian/control: + - drop strongswan-dbg package. + + -- Yves-Alexis Perez <corsac@debian.org> Mon, 11 Jan 2016 14:50:14 +0100 + strongswan (5.3.5-1) unstable; urgency=medium * New upstream bugfix release. diff --git a/debian/control b/debian/control index f43d21b9f..ce4e5d2b7 100644 --- a/debian/control +++ b/debian/control @@ -162,17 +162,6 @@ Description: strongSwan charon library (extra plugins) ipsec.secrets and other credential sets) - xauth-pam (XAuth backend that uses PAM modules to verify passwords) -Package: strongswan-dbg -Architecture: any -Section: debug -Priority: extra -Depends: ${misc:Depends}, strongswan, libstrongswan (= ${binary:Version}) -Description: strongSwan library and binaries - debugging symbols - The strongSwan VPN suite uses the native IPsec stack in the standard - Linux kernel. It supports both the IKEv1 and IKEv2 protocols. - . - This package provides the symbols needed for debugging of strongSwan. - Package: strongswan-starter Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= diff --git a/debian/rules b/debian/rules index d0095fe0e..73731d286 100755 --- a/debian/rules +++ b/debian/rules @@ -178,7 +178,7 @@ override_dh_installchangelogs: dh_installchangelogs NEWS override_dh_strip: - dh_strip --dbg-package=strongswan-dbg + dh_strip --ddeb-migration='strongswan-dbg (<< 5.3.5-2~)' override_dh_fixperms: dh_fixperms -X etc/ipsec.secrets -X etc/ipsec.d -X var/lib/strongswan |