Drop policyrcd-script-zg2 from depends and add it to conflicts instead.
authorMichael Prokop <mika@grml.org>
Thu, 23 Dec 2010 14:31:46 +0000 (15:31 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 23 Dec 2010 14:31:46 +0000 (15:31 +0100)
policyrcd-script-zg2 installs a symlink for policy-rc.d using the
update-alternatives mechanism causing conflicts with dpkg-divert
(used within FAI).

Now just provide what policyrcd-script-zg2 does inside grml-policy-rc.d
itself.

While at it drop conflicts "grml-scripts (<= 0.7-37), grml-etc (<< 1.1.34)"
as they are very outdated and shouldn't be present anywhere anymore.

debian/control

index cfcf6e3..ce20646 100644 (file)
@@ -10,11 +10,10 @@ Vcs-Browser: http://git.grml.org/?p=grml-policyrcd.git
 
 Package: grml-policyrcd
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, policyrcd-script-zg2
-Conflicts: grml-scripts (<= 0.7-37), grml-etc (<< 1.1.34)
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: policyrcd-script-zg2
 Description: wrapper for and around invoke-rc.d and policyrcd-script-zg2
  grml-policy-rc.d is a wrapper script for invoke-rc.d to
- avoid automatical startup of init scripts via invoke-rc.d. It
- is designed to be used e.g. with policyrcd-script-zg2. To
- configure it take a look at /etc/policy-rc.d.conf and
- /etc/zg-policy-rc.d.conf and the manpage of grml-policy-rc.d.
+ avoid automatical startup of init scripts via invoke-rc.d.
+ To configure it take a look at /etc/policy-rc.d.conf and
+ the manpage of grml-policy-rc.d.