diff options
| author | Pino Toscano <pino@debian.org> | 2013-02-24 23:38:25 +0100 |
|---|---|---|
| committer | Pino Toscano <pino@debian.org> | 2013-02-24 23:38:25 +0100 |
| commit | 3c1155fc2eacee3d34154905af7f40372caa4e15 (patch) | |
| tree | eacdba6fc7a50a5ef2ae912e6f05a74742c9b3ad | |
| parent | 5cc77de6fd762f3d737ec6b4eb8055e6f0bc2ef3 (diff) | |
Bump debhelper compatibility to 7
- Bump compat to 7.
- Bump the debhelper build dependency to >= 7.
- Fix the dh_strip parameters.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 420b28a4..d32c7992 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 <sthibault@debian.org> Sun, 27 Jan 2013 20:38:39 +0100 hurd (20130105-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index b8626c4c..7f8f011e 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +7 diff --git a/debian/control b/debian/control index 823ee556..4a446d03 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> 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 <jbailey@raspberryginger.com>, diff --git a/debian/rules b/debian/rules index a64762cc..ebcd3869 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:: |
