Skip to content

Commit 20e46f5

Browse files
author
jef
committedFeb 25, 2009

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ qgis (1.1.0) UNRELEASED; urgency=low
33
* gridmaker plugin removed from package
44
* updated mime support
55
* sync with debian-gis debian/ tree
6-
- introduce arch-independant qgis-comman and
6+
- introduce arch-independant qgis-common and
77
qgis-plugin-grass-common
88
- policy updated to 3.8.0
99
- join libqgis1-core and libqgis1-gui to libqgis1
1010
- add debian/watch
1111
- dh_lintian overrides
12-
- compat 5=>6
1312
- fix qgis.desktop
1413
- fix license reference in copyright
15-
* introduce arch-independant python-qgis-comman
14+
* introduce arch-independant python-qgis-common
1615
* added sharedmimeinfo
1716
* remove dpatch
1817

‎debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6
1+
5

‎debian/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Description: Geographic Information System (GIS)
3131

3232
Package: qgis-common
3333
Architecture: all
34-
Depends: qgis (= ${binary:Version})
34+
Depends: qgis (>= ${source:Version})
3535
Description: Quantum GIS - architecture-independent data
3636
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
3737
and display databases of geographic information.
@@ -80,7 +80,7 @@ Description: GRASS plugin for Quantum GIS
8080

8181
Package: qgis-plugin-grass-common
8282
Architecture: all
83-
Depends: qgis-plugin-grass (= ${binary:Version})
83+
Depends: qgis-plugin-grass (>= ${source:Version})
8484
Description: GRASS plugin for Quantum GIS - architecture-independent data
8585
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
8686
and display databases of geographic information.
@@ -91,7 +91,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
9191
Package: python-qgis
9292
Section: python
9393
Architecture: any
94-
Depends: python-qt4 (>=4.1.0), ${shlibs:Depends}, ${misc:Depends}
94+
Depends: python-qt4 (>=4.1.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
9595
Provides: ${python:Provides}
9696
XB-Python-Version: ${python:Versions}
9797
Description: Python bindings to Quantum GIS
@@ -103,7 +103,7 @@ Description: Python bindings to Quantum GIS
103103
Package: python-qgis-common
104104
Section: python
105105
Architecture: all
106-
Depends: python-qgis (= ${binary:Version})
106+
Depends: python-qgis (>= ${source:Version})
107107
Provides: ${python:Provides}
108108
XB-Python-Version: ${python:Versions}
109109
Description: Python bindings to Quantum GIS - architecture-independent files

‎debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ build-stamp: debian/build/CMakeCache.txt
5454
# Add here commands to compile the package.
5555
$(MAKE) -C debian/build
5656

57-
touch build-stamp
57+
touch $@
5858

5959
clean:
6060
dh_testdir
@@ -110,7 +110,7 @@ binary-arch: build install
110110
dh_installman -pqgis qgis_help.man
111111
dh_installmime -pqgis
112112
dh_link
113-
dh_lintian
113+
if which dh_lintian >/dev/null; then dh_lintian; fi
114114
dh_strip
115115
dh_compress --exclude=pdf
116116
dh_fixperms

0 commit comments

Comments
 (0)
Please sign in to comment.