The following commit has been merged in the master branch:
commit 8848e32dfb39c3426b52283b829fb00eea3f8708
Author: Pino Toscano <[email protected]>
Date: Sun Feb 24 23:38:25 2013 +0100
Bump debhelper compatibility to 7
- Bump compat to 7.
- Bump the debhelper build dependency to >= 7.
- Fix the dh_strip parameters.
diff --git a/debian/changelog b/debian/changelog
index 420b28a..d32c799 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,12 @@ hurd (20130105-2) UNRELEASED; urgency=low
* local/finish-install.d/51hurd_config-console: Disable the Hurd console on
the installed system if installation was done without it.
+ [ Pino Toscano ]
+ * Bump debhelper compatibility to 7:
+ - Bump compat to 7.
+ - Bump the debhelper build dependency to >= 7.
+ - Fix the dh_strip parameters.
+
-- Samuel Thibault <[email protected]> Sun, 27 Jan 2013 20:38:39 +0100
hurd (20130105-1) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index 823ee55..4a446d0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: GNU Hurd Maintainers <[email protected]>
Standards-Version: 3.9.3
Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526),
libc0.3-dev (>= 2.13-38~), texinfo, texi2html, libncursesw5-dev, cdbs,
- debhelper (>= 4.2.0), gcc-4.7, dpkg (>= 1.15.4) | install-info, autoconf,
+ debhelper (>= 7), gcc-4.7, dpkg (>= 1.15.4) | install-info, autoconf,
libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config,
xkb-data, flex, bison
Uploaders: Jeff Bailey <[email protected]>,
diff --git a/debian/rules b/debian/rules
index a64762c..ebcd386 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_USER_FLAGS := --disable-profile
--enable-static-progs='ext2fs,ufs,iso9660fs'
DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR)
sysconfdir=$(DEB_DESTDIR)/etc localstatedir=$(DEB_DESTDIR)/var
XKB_BASE=$(DEB_DESTDIR)/usr/share/X11/xkb
-DEB_DH_STRIP_ARGS := --dbg-package=hurd
+DEB_DH_STRIP_ARGS_hurd := --dbg-package=hurd-dbg
DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb="hurd-udeb"
build/hurd::
--
Debian GNU Hurd packaging