[Pkg-virtualbox-commits] [virtualbox] 01/01: Switch to automatic debug packages

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue Jun 28 09:59:14 UTC 2016


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

locutusofborg pushed a commit to branch master
in repository virtualbox.

commit 3c734166222dccfb14c4ff7da5ea58739627746d
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Jun 25 08:58:48 2016 +0200

    Switch to automatic debug packages
---
 debian/changelog |  6 ++++++
 debian/control   | 15 +--------------
 debian/rules     |  2 +-
 3 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ee23cd5..8aeaa1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+virtualbox (5.0.22-dfsg-2) unstable; urgency=low
+
+  * Switch to automatic dbg packages.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 24 Jun 2016 23:22:04 +0200
+
 virtualbox (5.0.22-dfsg-1) unstable; urgency=medium
 
   * New upstream release, patch refresh.
diff --git a/debian/control b/debian/control
index 3c37407..041d3a0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Virtualbox Team <pkg-virtualbox-devel at lists.alioth.debian.org
 Uploaders: Ritesh Raj Sarraf <rrs at debian.org>,
            Gianfranco Costamagna <locutusofborg at debian.org>
 Build-Depends: bzip2,
-               debhelper (>= 9),
+               debhelper (>= 9.20160114~),
                default-jdk,
                dh-python,
                dh-systemd (>=1.5),
@@ -118,19 +118,6 @@ Description: x86 virtualization solution - base binaries
  kernel modules needed for virtualbox. A graphical user interface for
  VirtualBox is provided by the package virtualbox-qt.
 
-Package: virtualbox-dbg
-Section: contrib/debug
-Priority: extra
-Architecture: amd64 i386
-Depends: virtualbox (= ${binary:Version}) | virtualbox-guest-utils (= ${binary:Version}),
-         ${misc:Depends}
-Description: x86 virtualization solution - debugging symbols
- VirtualBox is a free x86 virtualization solution allowing a wide range
- of x86 operating systems such as Windows, DOS, BSD or Linux to run on a
- Linux system.
- .
- This package provides the debugging symbols for VirtualBox.
-
 Package: virtualbox-dkms
 Section: contrib/kernel
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 7c71243..ac2155b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -189,7 +189,7 @@ override_dh_dkms:
 
 override_dh_strip:
 ifneq (,$(filter $(sname), $(shell dh_listpackages)))
-	dh_strip --dbg-package=$(sname)-dbg
+	dh_strip --dbgsym-migration='$(sname)-dbg'
 
 	# strip files not handled by dh_strip
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))

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



More information about the Pkg-virtualbox-commits mailing list