Code

Changed "<=" to "<<" in "Replaces:".
authorCyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Fri, 18 Jan 2008 14:20:21 +0000 (15:20 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 25 Jan 2008 18:14:59 +0000 (19:14 +0100)
This will take binNMUs into account as well.

debian/control

index db515162136d45993aae76502aa571823682b868..082051f1bf54e20f95e85b581053ef078a40b4ea 100644 (file)
@@ -29,7 +29,7 @@ Package: pfsglview
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: pfstools
-Replaces: pfstools (<= 1.6.2-1)
+Replaces: pfstools (<< 1.6.2-2)
 Description: command line HDR manipulation programs (OpenGL/GLUT viewer)
  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
  existing file formats by providing a simple data format that can be used to
@@ -41,7 +41,7 @@ Package: pfsview
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: pfstools
-Replaces: pfstools (<= 1.6.2-1)
+Replaces: pfstools (<< 1.6.2-2)
 Description: command line HDR manipulation programs (Qt viewer)
  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
  existing file formats by providing a simple data format that can be used to