diff options
| author | Michael Banck <mbanck@debian.org> | 2005-04-15 23:22:26 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2005-04-15 23:22:26 +0000 |
| commit | 8ab7118a83c0d0657fe5ff6fd2be8ea703974c4c (patch) | |
| tree | 7b8b24f1a4a6d756e70a70d2a62fdf6927326482 /debian | |
| parent | 824845d6fc766b62e7609f1ab318576a4dc719d2 (diff) | |
* debian/control (hurd-dbg): New package.
* debian/rules (DEB_DH_STRIP_ARGS): Add support for hurd-dbg.
* debian/hurd-dbg.dirs: New file.
* debian/control (hurd-doc): New package.
(Build-Depends-Indep): Added texi2html.
* debian/rules (build/hurd::): Generate html version of the manual.
* debian/hurd-doc.info: New file.
* debian/hurd-doc.docs: New file.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 18 | ||||
| -rw-r--r-- | debian/hurd-doc.docs | 2 | ||||
| -rw-r--r-- | debian/hurd-doc.info | 1 | ||||
| -rwxr-xr-x | debian/rules | 4 |
5 files changed, 33 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e5b6726e..77143708 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,13 @@ hurd (20050119-2+SVN) unreleased; urgency=low - * + * debian/control (hurd-dbg): New package. + * debian/rules (DEB_DH_STRIP_ARGS): Add support for hurd-dbg. + * debian/hurd-dbg.dirs: New file. + * debian/control (hurd-doc): New package. + (Build-Depends-Indep): Added texi2html. + * debian/rules (build/hurd::): Generate html version of the manual. + * debian/hurd-doc.info: New file. + * debian/hurd-doc.docs: New file. -- Michael Banck <mbanck@debian.org> Sun, 10 Apr 2005 22:20:58 +0200 diff --git a/debian/control b/debian/control index 480d57b3..a8baef07 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: required Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Standards-Version: 3.6.1.0 Build-Depends: mig (>= 1.3-2), texinfo, libncursesw5-dev, cdbs, debhelper +Build-Depends-Indep: texi2html Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Marcus Brinkmann <brinkmd@debian.org>, Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org> Package: hurd @@ -11,6 +12,7 @@ Priority: required Section: base Essential: yes Depends: sysv-rc, ${shlibs:Depends} +Suggests: hurd-doc Provides: makedev, login Replaces: makedev, login Conflicts: makedev, login @@ -26,3 +28,19 @@ 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. + +Package: hurd-doc +Priority: optional +Section: doc +Architecture: all +Suggests: hurd (= ${Source-Version}) +Description: The GNU Hurd manual + This package includes the manual in info and PostScript format. diff --git a/debian/hurd-doc.docs b/debian/hurd-doc.docs new file mode 100644 index 00000000..8df5ea0c --- /dev/null +++ b/debian/hurd-doc.docs @@ -0,0 +1,2 @@ +build-tree/hurd/build/doc/hurd*html +build-tree/hurd/doc/navigating diff --git a/debian/hurd-doc.info b/debian/hurd-doc.info new file mode 100644 index 00000000..183900da --- /dev/null +++ b/debian/hurd-doc.info @@ -0,0 +1 @@ +debian/tmp/share/info/hurd.info diff --git a/debian/rules b/debian/rules index 09e3d0f7..60a844f2 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,10 @@ 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 + +build/hurd:: + cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi install/hurd:: # runsystem is managed by update-alternatives |
