diff options
author | Michael Banck <mbanck@debian.org> | 2005-01-21 01:24:45 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-01-21 01:24:45 +0000 |
commit | d9307cabf37292b72fcd23de159bd97e06730fe3 (patch) | |
tree | cedb60165fab5cb55d86179708393c2c10950d01 /debian/rules | |
parent | 3c5967dba6d4f29de683647a7ebe93645961f2c8 (diff) |
* debian/control (hurd-dbg): New package.
* debian/rules (DEB_DH_STRIP_ARGS): Add support for hurd-dbg.
* debian/hurd-dbg.dirs: New file.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a6c28fdf..b3b8155c 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/libexec" DEB_CONFIGURE_USER_FLAGS := --disable-profile DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) sysconfdir=$(DEB_DESTDIR)/etc localstatedir=$(DEB_DESTDIR)/var +DEB_DH_STRIP_ARGS := --dbg-package=hurd install/hurd:: # runsystem is managed by update-alternatives |