Skip to content

Commit 41780e9

Browse files
author
jef
committedAug 3, 2010
debian packaging update (fixes #2926)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14001 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

9 files changed

+23
-5
lines changed

9 files changed

+23
-5
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
qgis (1.6.0) UNRELEASED; urgency=low
22

33
* new development version after 1.6 branch
4+
* qgis-plugin-grass-common breaks earlier versions of qgis-common: add
5+
control fields.
46

57
-- Jürgen E. Fischer <jef@norbit.de> Wed, 21 Jul 2010 10:12:48 +0200
68

‎debian/control.hardy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ Description: GRASS plugin for Quantum GIS
7979

8080
Package: qgis-plugin-grass-common
8181
Architecture: all
82-
Depends: qgis-plugin-grass (>= ${source:Version}), python
82+
Depends: python
83+
Replaces: qgis-common (<< 1.5)
84+
Breaks: qgis-common (<< 1.5)
8385
Description: GRASS plugin for Quantum GIS - architecture-independent data
8486
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8587
and display databases of geographic information.

‎debian/control.intrepid

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ Description: GRASS plugin for Quantum GIS
7979

8080
Package: qgis-plugin-grass-common
8181
Architecture: all
82-
Depends: qgis-plugin-grass (>= ${source:Version}), python
82+
Depends: python
83+
Replaces: qgis-common (<< 1.5)
84+
Breaks: qgis-common (<< 1.5)
8385
Description: GRASS plugin for Quantum GIS - architecture-independent data
8486
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8587
and display databases of geographic information.

‎debian/control.jaunty

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ Description: GRASS plugin for Quantum GIS
7979

8080
Package: qgis-plugin-grass-common
8181
Architecture: all
82-
Depends: qgis-plugin-grass (>= ${source:Version}), python
82+
Depends: python
83+
Replaces: qgis-common (<< 1.5)
84+
Breaks: qgis-common (<< 1.5)
8385
Description: GRASS plugin for Quantum GIS - architecture-independent data
8486
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8587
and display databases of geographic information.

‎debian/control.karmic

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ Description: GRASS plugin for Quantum GIS
7979

8080
Package: qgis-plugin-grass-common
8181
Architecture: all
82-
Depends: qgis-plugin-grass (>= ${source:Version}), python
82+
Depends: python
83+
Replaces: qgis-common (<< 1.5)
84+
Breaks: qgis-common (<< 1.5)
8385
Description: GRASS plugin for Quantum GIS - architecture-independent data
8486
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8587
and display databases of geographic information.

‎debian/control.lenny

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ Description: GRASS plugin for Quantum GIS
7979

8080
Package: qgis-plugin-grass-common
8181
Architecture: all
82-
Depends: qgis-plugin-grass (>= ${source:Version}), python
82+
Depends: python
83+
Replaces: qgis-common (<< 1.5)
84+
Breaks: qgis-common (<< 1.5)
8385
Description: GRASS plugin for Quantum GIS - architecture-independent data
8486
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8587
and display databases of geographic information.

‎debian/control.lucid

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Description: GRASS plugin for Quantum GIS
7979
Package: qgis-plugin-grass-common
8080
Architecture: all
8181
Depends: python
82+
Replaces: qgis-common (<< 1.5)
83+
Breaks: qgis-common (<< 1.5)
8284
Description: GRASS plugin for Quantum GIS - architecture-independent data
8385
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8486
and display databases of geographic information.

‎debian/control.maverick

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Description: GRASS plugin for Quantum GIS
8080
Package: qgis-plugin-grass-common
8181
Architecture: all
8282
Depends: python
83+
Replaces: qgis-common (<< 1.5)
84+
Breaks: qgis-common (<< 1.5)
8385
Description: GRASS plugin for Quantum GIS - architecture-independent data
8486
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8587
and display databases of geographic information.

‎debian/control.sid

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Description: GRASS plugin for Quantum GIS
7979
Package: qgis-plugin-grass-common
8080
Architecture: all
8181
Depends: python
82+
Replaces: qgis-common (<< 1.5)
83+
Breaks: qgis-common (<< 1.5)
8284
Description: GRASS plugin for Quantum GIS - architecture-independent data
8385
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8486
and display databases of geographic information.

0 commit comments

Comments
 (0)
Please sign in to comment.