diff options
author | Michael Banck <mbanck@debian.org> | 2005-02-18 01:53:45 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-02-18 01:53:45 +0000 |
commit | 23facc7d2bf929360c19072f4435d2400f419728 (patch) | |
tree | 83f99939fd4df887f443ea4f990dbfa2de63c9f4 /debian | |
parent | 9bc6307a904be55deba7f95b038964464b32a2ad (diff) |
Revert hurd-dbg package, introduce it in the next revision.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 0 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index 17076af5..3a7ad3e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,9 +16,6 @@ hurd (20050119-1) UNRELEASED; urgency=low * debian/patches-contrib/kbd.patch: Removed, no longer needed. * debian/patches/libpthread_linker_script.patch: New patch. Install libpthread.a linker script correctly. (Closes: #291307) - * debian/control (hurd-dbg): New package. - * debian/rules (DEB_DH_STRIP_ARGS): Add support for hurd-dbg. - * debian/hurd-dbg.dirs: New file. * debian/rules (install/hurd::): Rename /bin/fakeroot to /bin/fakeroot-hurd. * debian/control (hurd): Removed fakeroot from Provides:, Replaces: diff --git a/debian/control b/debian/control index d35d7fd3..480d57b3 100644 --- a/debian/control +++ b/debian/control @@ -26,11 +26,3 @@ Architecture: hurd-i386 Depends: hurd Description: The GNU Hurd (development files) This package includes the header files and the static libraries. - -Package: hurd-dbg -Priority: optional -Section: libdevel -Architecture: hurd-i386 -Depends: hurd (= ${Source-Version}) -Description: The GNU Hurd (debugging files) - This package includes the unstripped binaries and libraries. diff --git a/debian/rules b/debian/rules index ae0a5774..bf8c8b05 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,6 @@ 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 |