debian/control: remove obsolete Conflicts/Replaces
authorAntonio Ospite <ao2@ao2.it>
Sat, 3 Mar 2018 14:38:13 +0000 (15:38 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sat, 3 Mar 2018 14:39:21 +0000 (15:39 +0100)
The conflicting packages are not in the Debian archive anymore.

This silences the following messages from cme:

Warning in 'binary:"libam7xxx0.1-bin" Replaces:0' value 'libam7xxx-bin': package libam7xxx-bin is unknown. Check for typos if not a virtual package.
Warning in 'binary:"libam7xxx0.1-doc" Conflicts:0' value 'libam7xxx-doc': package libam7xxx-doc is unknown. Check for typos if not a virtual package.

debian/control

index 7cdd628..df51af8 100644 (file)
@@ -66,8 +66,6 @@ Package: libam7xxx0.1-bin
 Section: utils
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libam7xxx-bin
-Replaces: libam7xxx-bin
 Description: library for accessing am7xxx devices - utilities
  libam7xxx is an Open Source library to communicate via USB with projectors and
  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
@@ -92,8 +90,6 @@ Package: libam7xxx0.1-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Conflicts: libam7xxx-doc
-Replaces: libam7xxx-doc
 Description: library for accessing am7xxx devices - documentation
  libam7xxx is an Open Source library to communicate via USB with projectors and
  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.