diff options
| author | Pino Toscano <pino@debian.org> | 2013-02-28 17:46:50 +0100 |
|---|---|---|
| committer | Pino Toscano <pino@debian.org> | 2013-02-28 17:46:50 +0100 |
| commit | a90854301254475fa3a34ed436cf9bffd7597f82 (patch) | |
| tree | 4fd1595938e559edf03243d4117c23f96a81971e /debian/control | |
| parent | fb5627a9a744bc7adc1f5082a903da22c8b6d1c7 (diff) | |
Split the hurd libraries in own hurd-libs0.3{,-udeb} packages
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 7904f8ca..0dbe2f3f 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,18 @@ Homepage: http://www.gnu.org/software/hurd/hurd.html Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-hurd/hurd.git Vcs-Git: git://anonscm.debian.org/pkg-hurd/hurd.git +Package: hurd-libs0.3 +Section: libs +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Architecture: hurd-any +Multi-Arch: same +Description: GNU Hurd (libraries) + This package contains the libraries used by GNU Hurd. + Package: hurd Essential: yes -Depends: ${misc:Depends}, sysv-rc, netdde (>= 0.0.20120518~), ${shlibs:Depends}, xkb-data +Depends: ${misc:Depends}, hurd-libs0.3 (= ${binary:Version}), sysv-rc, netdde (>= 0.0.20120518~), ${shlibs:Depends}, xkb-data Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 2.11.2-12), netdde (<< 0.0.20121127-2) Suggests: hurd-doc Recommends: bf-utf-source @@ -56,12 +65,21 @@ Suggests: www-browser Description: GNU Hurd manual This package includes the manual in info and HTML format. +Package: hurd-libs0.3-udeb +Section: debian-installer +Package-Type: udeb +Priority: optional +Architecture: hurd-any +Depends: ${misc:Depends} +Description: GNU Hurd (libraries) - udeb + This package contains the libraries used by GNU Hurd udeb. + Package: hurd-udeb Package-Type: udeb Priority: optional Section: debian-installer Architecture: hurd-any -Depends: ${misc:Depends}, xkb-data-udeb +Depends: ${misc:Depends}, hurd-libs0.3-udeb (= ${binary:Version}), xkb-data-udeb Provides: hurd, ext2-modules, fat-modules, ipv6-modules, isofs-modules, loop-modules, mouse-modules, nfs-modules, socket-modules, ufs-modules Description: GNU Hurd - udeb This is the GNU Hurd udeb package. It contains essential system software and |
