[Pkg-swan-devel] [strongswan] 01/01: Migrate strongswan to ddeb

Yves-Alexis Perez corsac at moszumanska.debian.org
Mon Jan 11 14:20:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

corsac pushed a commit to branch master
in repository strongswan.

commit 6b3356ae716d5f5d27330c39c3a9ce4d6c7d32b6
Author: Yves-Alexis Perez <corsac at debian.org>
Date:   Mon Jan 11 15:19:34 2016 +0100

    Migrate strongswan to ddeb
    
    * debian/rules:
      - migrate debug package to ddeb.
    * debian/control:
      - drop strongswan-dbg package.
---
 debian/changelog |  9 +++++++++
 debian/control   | 11 -----------
 debian/rules     |  2 +-
 3 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1342ee..5d0f971 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 at 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 f43d21b..ce4e5d2 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 d0095fe..73731d2 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-swan/strongswan.git



More information about the Pkg-swan-devel mailing list