diff options
author | Michael Banck <mbanck@debian.org> | 2005-06-06 20:51:07 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-06-06 20:51:07 +0000 |
commit | b5037919642367be1a26c18f7483d6e66b49f69e (patch) | |
tree | 8544800565266a141c26148b4de1df79e159d092 | |
parent | 670006569169d05162e0deceddd40d3ac794db43 (diff) |
* debian/control (Build-Depends): Version dependency on debhelper to
>= 4.2.
* debian/control (hurd-udeb): New package.
* debian/hurd-udeb.install: New file.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 10 | ||||
-rw-r--r-- | debian/hurd-udeb.install | 79 |
3 files changed, 92 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 14bdf25d..302484a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ hurd (20050513-2+SVN) unreleased; urgency=low * debian/control (hurd-doc): Fix description to indicate the manual is included in HTML and not PostScript format. (Closes: #309748) * debian/control (hurd-dev): Provide/Replace/Conflict libsem-dev. + * debian/control (Build-Depends): Version dependency on debhelper to + >= 4.2. + * debian/control (hurd-udeb): New package. + * debian/hurd-udeb.install: New file. -- Michael Banck <mbanck@debian.org> Thu, 19 May 2005 12:31:01 +0200 diff --git a/debian/control b/debian/control index c52f0a97..61a7a526 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: base 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: mig (>= 1.3-2), texinfo, libncursesw5-dev, cdbs, debhelper (>= 4.2.0) 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> @@ -47,3 +47,11 @@ Architecture: all Suggests: hurd (= ${Source-Version}) Description: The GNU Hurd manual This package includes the manual in info and HTML format. + +Package: hurd-udeb +XC-Package-Type: udeb +Priority: required +Architecture: hurd-i386 +Description: The GNU Hurd - udeb + This is the GNU Hurd udeb package. It contains essential system software and + libraries. diff --git a/debian/hurd-udeb.install b/debian/hurd-udeb.install new file mode 100644 index 00000000..1bc43018 --- /dev/null +++ b/debian/hurd-udeb.install @@ -0,0 +1,79 @@ +debian/tmp/lib/*.so.* +debian/tmp/lib/hurd/console/*.so.* usr/lib/hurd/console +debian/tmp/libexec/rc +debian/tmp/libexec/getty +debian/tmp/libexec/console-run +debian/tmp/libexec/runttys +debian/tmp/libexec/runsystem.gnu +debian/tmp/sbin/e2os +debian/tmp/sbin/MAKEDEV +debian/tmp/sbin/losetup +debian/tmp/sbin/reboot +debian/tmp/sbin/halt +debian/tmp/sbin/swapon +debian/tmp/sbin/swapoff +debian/tmp/bin/boot +debian/tmp/bin/console +debian/tmp/bin/shd +debian/tmp/bin/ps +debian/tmp/bin/settrans +debian/tmp/bin/showtrans +debian/tmp/bin/syncfs +debian/tmp/bin/fsysopts +debian/tmp/bin/storeinfo +debian/tmp/bin/login +debian/tmp/bin/w +debian/tmp/bin/uptime +debian/tmp/bin/ids +debian/tmp/bin/loginpr +debian/tmp/bin/sush +debian/tmp/bin/vmstat +debian/tmp/bin/portinfo +debian/tmp/bin/devprobe +debian/tmp/bin/vminfo +debian/tmp/bin/addauth +debian/tmp/bin/rmauth +debian/tmp/bin/unsu +debian/tmp/bin/setauth +debian/tmp/bin/ftpcp +debian/tmp/bin/ftpdir +debian/tmp/bin/storecat +debian/tmp/bin/storeread +debian/tmp/bin/msgport +debian/tmp/bin/rpctrace +debian/tmp/bin/mount +debian/tmp/bin/gcore +debian/tmp/bin/forks +debian/tmp/etc/ttys +debian/tmp/dev/MAKEDEV +debian/tmp/hurd/auth +debian/tmp/hurd/console +debian/tmp/hurd/crash +debian/tmp/hurd/exec +debian/tmp/hurd/ext2fs +debian/tmp/hurd/ext2fs.static +debian/tmp/hurd/fatfs +debian/tmp/hurd/fifo +debian/tmp/hurd/firmlink +debian/tmp/hurd/ftpfs +debian/tmp/hurd/fwd +debian/tmp/hurd/hostmux +debian/tmp/hurd/ifsock +debian/tmp/hurd/init +debian/tmp/hurd/iso9660fs +debian/tmp/hurd/mach-defpager +debian/tmp/hurd/magic +debian/tmp/hurd/new-fifo +debian/tmp/hurd/nfs +debian/tmp/hurd/null +debian/tmp/hurd/password +debian/tmp/hurd/pfinet +debian/tmp/hurd/pflocal +debian/tmp/hurd/proc +debian/tmp/hurd/proxy-defpager +debian/tmp/hurd/storeio +debian/tmp/hurd/streamio +debian/tmp/hurd/symlink +debian/tmp/hurd/term +debian/tmp/hurd/tmpfs +debian/tmp/hurd/usermux |