summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 225fed57..51b6fa2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hurd (20090404-3) unreleased; urgency=low
+
+ * debian/rules: Really put debugging symbols into the hurd-dbg package.
+
+ -- Samuel Thibault <sthibault@debian.org> Tue, 13 Oct 2009 01:20:44 +0200
+
hurd (20090404-2) unstable; urgency=low
* debian/patches/libpthread_no_recursive_mutex_initializer.patch: Remove
diff --git a/debian/rules b/debian/rules
index 5ed714af..2fab6219 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,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
+DEB_DH_STRIP_ARGS := --dbg-package=hurd-dbg
DEB_INSTALL_CHANGELOGS_ALL := $(CURDIR)/debian/ChangeLog
DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb="hurd-udeb"