[DebianGIS-dev] r2083 - packages/proj/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Fri Mar 27 12:02:51 UTC 2009
Author: frankie
Date: 2009-03-27 12:02:51 +0000 (Fri, 27 Mar 2009)
New Revision: 2083
Modified:
packages/proj/trunk/debian/changelog
packages/proj/trunk/debian/control
Log:
Fixing #521402
Modified: packages/proj/trunk/debian/changelog
===================================================================
--- packages/proj/trunk/debian/changelog 2009-03-27 10:59:14 UTC (rev 2082)
+++ packages/proj/trunk/debian/changelog 2009-03-27 12:02:51 UTC (rev 2083)
@@ -1,3 +1,11 @@
+proj (4.6.1-4) unstable; urgency=low
+
+ * Added Replaces/Conflicts for old proj into proj-data and changed revision
+ numbers.
+ (closes: #521402)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Fri, 27 Mar 2009 12:59:57 +0100
+
proj (4.6.1-3) unstable; urgency=low
* Sigh, dh_clean and dh_prep called in the wrong targets caused missing
Modified: packages/proj/trunk/debian/control
===================================================================
--- packages/proj/trunk/debian/control 2009-03-27 10:59:14 UTC (rev 2082)
+++ packages/proj/trunk/debian/control 2009-03-27 12:02:51 UTC (rev 2083)
@@ -12,7 +12,7 @@
Package: proj
Architecture: all
Section: science
-Depends: libproj0 (>= 4.6.1-2), proj-bin (>= 4.6.1-2), libproj-dev (>= 4.6.1-2), ${misc:Depends}
+Depends: libproj0 (>= 4.6.1-4), proj-bin (>= 4.6.1-4), libproj-dev (>= 4.6.1-4), ${misc:Depends}
Description: Cartographic projection filter and library (transitional package)
Proj and invproj perform respective forward and inverse transformation
of cartographic data to or from Cartesian data with a wide range of
@@ -29,6 +29,8 @@
Package: proj-data
Architecture: all
Section: libs
+Conflicts: proj (<= 4.6.1-3)
+Replaces: proj (<= 4.6.1-3)
Depends: ${misc:Depends}
Description: Cartographic projection filter and library (transitional package)
Proj and invproj perform respective forward and inverse transformation
@@ -49,8 +51,8 @@
Section: libs
Depends: proj-data, ${shlibs:Depends}, ${misc:Depends}
Suggests: proj-bin
-Conflicts: proj (<= 4.6.1-1)
-Replaces: proj (<= 4.6.1-1)
+Conflicts: proj (<= 4.6.1-3)
+Replaces: proj (<= 4.6.1-3)
Description: Cartographic projection library
Proj and invproj perform respective forward and inverse transformation
of cartographic data to or from Cartesian data with a wide range of
@@ -70,8 +72,8 @@
Section: libdevel
Depends: libproj0 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: proj-bin
-Conflicts: proj (<= 4.6.1-1)
-Replaces: proj (<= 4.6.1-1)
+Conflicts: proj (<= 4.6.1-3)
+Replaces: proj (<= 4.6.1-3)
Description: Cartographic projection library (development files)
Proj and invproj perform respective forward and inverse transformation
of cartographic data to or from Cartesian data with a wide range of
@@ -89,8 +91,8 @@
Architecture: any
Section: science
Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: proj (<= 4.6.1-1)
-Replaces: proj (<= 4.6.1-1)
+Conflicts: proj (<= 4.6.1-3)
+Replaces: proj (<= 4.6.1-3)
Description: Cartographic projection library (tools)
Proj and invproj perform respective forward and inverse transformation
of cartographic data to or from Cartesian data with a wide range of
More information about the Pkg-grass-devel
mailing list