[Pkg-virtualbox-commits] [virtualbox] 01/02: Relax debhelper version, not every backport has a new enough version

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Thu Jun 30 08:56:12 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 076c0e754b108e512fd11ca1d04a861dabd48aac
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Jun 30 10:53:47 2016 +0200

    Relax debhelper version, not every backport has a new enough version
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 041d3a0..1aa1123 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.20160114~),
+               debhelper (>= 9),
                default-jdk,
                dh-python,
                dh-systemd (>=1.5),
diff --git a/debian/rules b/debian/rules
index ac2155b..935c881 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 --dbgsym-migration='$(sname)-dbg'
+	dh_strip --dbgsym-migration='$(sname)-dbg' || dh_strip
 
 	# 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