Package: ganeti
Version: 1.2.3-2
Severity: important
User: [EMAIL PROTECTED]
Usertags: goal-recommends
Tags: patch
Hi,
ganeti recommends xen-linux-system*, which is no longer available in unstable.
This bug is RC, hence the severity, according to the following Release Goal for
Lenny:
# No unmet recommends relations inside main
Advocate: Luk Claes
Description: Packages in main should be able to satisfy all recommend
relations in main.
Bug-User: [EMAIL PROTECTED]
Bug-Tag: goal-recommends
Attached is the a patch with a suggestion on how to fix this bug, but of
course, as the package maintainer you might know better.
Thanks for your contribution to debian, and... Happy hacking!
--
ยท''`. Fuck your fascist beauty standards
: :' :
`. `'
`- Proudly running (unstable) Debian GNU/Linux
diff -u ganeti-1.2.3/debian/control ganeti-1.2.3/debian/control
--- ganeti-1.2.3/debian/control
+++ ganeti-1.2.3/debian/control
@@ -12,7 +12,7 @@
Package: ganeti
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lvm2, ssh, bridge-utils, iproute, iputils-arping, fping, openssl, python-simplejson, python-pyparsing, python-pyopenssl, python-twisted-core
-Recommends: drbd8-utils (>= 8.0.7) | drbd0.7-utils, mdadm, xen-linux-system-2.6.18-5-xen-vserver-686 | xen-linux-system-2.6.18-4-xen-686 | xen-linux-system-2.6.18-5-xen-686 | xen-linux-system-2.6.18-4-xen-vserver-686 | xen-linux-system-2.6.18-4-xen-amd64 | xen-linux-system-2.6.18-4-xen-vserver-amd64 | xen-linux-system-2.6.18-5-xen-amd64 | xen-linux-system-2.6.18-5-xen-vserver-amd64
+Recommends: drbd8-utils (>= 8.0.7) | drbd0.7-utils, mdadm
Suggests: drbd8-module-source (>= 8.0.7) | drbd0.7-module-source
Provides: ${python:Provides}
Description: Cluster-based virtualization management software
diff -u ganeti-1.2.3/debian/changelog ganeti-1.2.3/debian/changelog
--- ganeti-1.2.3/debian/changelog
+++ ganeti-1.2.3/debian/changelog
@@ -1,3 +1,10 @@
+ganeti (1.2.3-3) unstable; urgency=low
+
+ * Do not recommend xen-linux-system*, not in unstable anymore
+ (Closes: #).
+
+ -- Amya Rodrigo Sastre <[EMAIL PROTECTED]> Sat, 05 Apr 2008 20:43:34 +0200
+
ganeti (1.2.3-2) unstable; urgency=low
* Fix 'crontab should check for executable presence' (Closes: #466611)