From: Michael Prokop Date: Sat, 14 Nov 2009 15:24:46 +0000 (+0100) Subject: Rework Conflicts/Depends. X-Git-Tag: v0.0.2^0 X-Git-Url: http://git.grml.org/?p=grml-udev-config.git;a=commitdiff_plain;h=8dce73673f8490bfb1d5473e068cc03a6cf76667 Rework Conflicts/Depends. --- diff --git a/debian/changelog b/debian/changelog index 4bf4e9e..0ea12dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-udev-config (0.0.2) unstable; urgency=low + + * Do not depend on udev >= 146-5 but instead be happy with + any version. Conflict only with latest udev version of grml, + otherwise we can't support old udev in Lenny. + + -- Michael Prokop Sat, 14 Nov 2009 16:23:13 +0100 + grml-udev-config (0.0.1) unstable; urgency=low * Initial release. [Closes: issue772] diff --git a/debian/control b/debian/control index d585f46..0ac625d 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://git.grml.org/?p=grml-udev-config.git Package: grml-udev-config Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, udev (>= 146-5), zsh -Conflicts: udev (<= 0.141-1grml.04) +Depends: ${shlibs:Depends}, ${misc:Depends}, udev, zsh +Conflicts: udev (= 0.141-1grml.04) Description: custom udev configurations for the Grml live system Udev specific configurations for the Grml live system.