diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-30 22:32:48 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-30 22:32:48 +0200 |
| commit | a8f2db3901f3819f464b20a6a3b30857748d8990 (patch) | |
| tree | 5feec94857989a89f9179415a786aa4bcb666a78 | |
| parent | 3e642f1e1cd860e9abd6442fd437dce7b544fb8e (diff) | |
Revert "debian/rules: Really put debugging symbols into the hurd-dbg package."
This reverts commit 54c7d0f3b159d2516d972b3b351b995e263cc81e.
Conflicts:
debian/changelog
debian/rules
| -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:: |
