Bug#676963: [Pkg-samba-maint] Bug#676963: ctdb: uninstallable on kfreebsd

2012-06-10 Thread Ivo De Decker
On Sun, Jun 10, 2012 at 10:04:06PM +0200, Ivo De Decker wrote:
> Tags: patch

Patch attached.

Ivo

Index: debian/control
===
--- debian/control	(revision 4119)
+++ debian/control	(working copy)
@@ -11,7 +11,7 @@
 
 Package: ctdb
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, iproute [!hurd-i386], psmisc, tdb-tools, time
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, iproute [linux-any], psmisc, tdb-tools, time
 Recommends: ethtool
 Suggests: logrotate, lsof, libctdb-dev
 Description: clustered database to store temporary data
Index: debian/changelog
===
--- debian/changelog	(revision 4119)
+++ debian/changelog	(working copy)
@@ -1,3 +1,11 @@
+ctdb (1.12+git20120201-3) unstable; urgency=high
+
+  * Team upload.
+  * Only depend on iproute on linux to fix installability on kfreebsd
+(Closes: #676963)
+
+ -- Ivo De Decker   Sun, 10 Jun 2012 22:08:16 +0200
+
 ctdb (1.12+git20120201-2) unstable; urgency=low
 
   * 0001-Load-platform-dependent-objs-instead-of-Linux-one.patch:


Bug#676963: ctdb: uninstallable on kfreebsd

2012-06-10 Thread Ivo De Decker
Package: ctdb
Version: 1.12+git20120201-2
Severity: serious
Tags: patch

ctdb depends on "iproute [!hurd-i386]", which means it depends on iproute on
kfreebsd. On kfreebsd, iproute doesn't exist, so ctdb is uninstallable.
Changing this depends to "iproute [linux-any]" should fix this problem.


Cheers,

Ivo




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org