diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 85936078..d0aa2ddd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ hurd (20100829-2) unreleased; urgency=low [ Samuel Thibault ] * debian/control: Depend on gcc-4.4 instead of gcc-4.3. Thanks Emilio! + * debian/rules: Fix back debugging symbols into the hurd-dbg package. -- Samuel Thibault <sthibault@debian.org> Mon, 30 Aug 2010 20:12:32 +0200 diff --git a/debian/rules b/debian/rules index 37ddfe5a..4e1a1e75 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/libexec" 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 -DEB_DH_STRIP_ARGS := --dbg-package=hurd-dbg +DEB_DH_STRIP_ARGS := --dbg-package=hurd DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb="hurd-udeb" build/hurd:: |