diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/hurd-dev.install | 2 | ||||
-rw-r--r-- | debian/hurd.install | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1e52d83b..288593e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ hurd (20130226-2) UNRELEASED; urgency=low [ Samuel Thibault ] * Bump netdde breaking version, our updated pfinet wants a rebuilt one. + [ Pino Toscano ] + * Move /bin/timertest and /bin/fstests from hurd to hurd-dev, since they are + development-related utilities; add proper breaks/replaces. + -- Samuel Thibault <sthibault@debian.org> Tue, 26 Feb 2013 23:51:12 +0100 hurd (20130226-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 56a24fc6..da00ac42 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,9 @@ Section: libdevel Architecture: hurd-any Depends: ${misc:Depends}, libc0.3-dev (>= 2.13-31~), hurd (= ${binary:Version}) Provides: libsem-dev -Replaces: libsem-dev +Replaces: libsem-dev, hurd (<< 20130226-2~) Conflicts: libsem-dev +Breaks: hurd (<< 20130226-2~) Description: GNU Hurd (development files) This package includes the header files and the static libraries. diff --git a/debian/hurd-dev.install b/debian/hurd-dev.install index 181fc63f..48394b45 100644 --- a/debian/hurd-dev.install +++ b/debian/hurd-dev.install @@ -1,3 +1,5 @@ +debian/tmp/bin/timertest +debian/tmp/bin/fstests debian/tmp/lib/*.a lib debian/tmp/include/* usr/include debian/tmp/lib/*.so lib diff --git a/debian/hurd.install b/debian/hurd.install index 23011848..0d94d7dd 100644 --- a/debian/hurd.install +++ b/debian/hurd.install @@ -56,8 +56,6 @@ debian/tmp/bin/gcore debian/tmp/bin/fakeauth debian/tmp/usr/bin/fakeroot-hurd debian/tmp/bin/forks -debian/tmp/bin/timertest -debian/tmp/bin/fstests debian/tmp/bin/remap debian/tmp/etc/login debian/tmp/etc/login/.bash_login |