[Pkg-virtualbox-commits] [virtualbox] 15/17: Relax debhelper version, not every backport has a new enough version
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Aug 23 16:42:57 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 a3110f7cb4b5bd05aaef2f5ab360e205db4fa14e
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 ef4335c..b136dc3 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