Skip to content

Commit 1c15bf2

Browse files
author
jef
committedFeb 15, 2009
update debian packaging
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10175 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1ffa682 commit 1c15bf2

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ qgis (1.0.1) experimental; urgency=low
22

33
* upstream bugfix release
44
* sync with debian-gis debian/ tree
5-
- introduce arch-independant qgis-comman and
5+
- introduce arch-independant qgis-common and
66
qgis-plugin-grass-common
77
- policy updated to 3.8.0
88
- join libqgis1-core and libqgis1-gui to libqgis1
99
- add debian/watch
1010
- dh_lintian overrides
11-
- compat 5=>6
1211
- fix qgis.desktop
1312
- fix license reference in copyright
14-
* introduce arch-independant python-qgis-comman
13+
* introduce arch-independant python-qgis-common
1514
* added sharedmimeinfo
1615
* remove dpatch
1716

‎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: 3 additions & 3 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.
@@ -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/qgis-common.lintian-overrides

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎debian/rules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@ build-stamp: debian/build/CMakeCache.txt
4848
# Add here commands to compile the package.
4949
$(MAKE) -C debian/build
5050

51-
touch build-stamp
51+
touch $@
5252

5353
clean:
5454
dh_testdir
5555
dh_testroot
56-
rm -f build-stamp
56+
rm -f build-stamp
5757
rm -f i18n/*.qm
5858
rm -rf debian/tmp
5959

6060
# Add here commands to clean up after the build process.
6161
rm -rf debian/build
6262

63-
dh_clean
63+
dh_clean
6464

6565
install: build
6666
dh_testdir
6767
dh_testroot
68-
dh_clean -k
68+
dh_clean -k
6969
dh_installdirs
7070

7171
# Add here commands to install the package into debian/tmp.
@@ -104,7 +104,7 @@ binary-arch: build install
104104
dh_installman -pqgis qgis_help.man
105105
dh_installmime -pqgis
106106
dh_link
107-
dh_lintian
107+
which dh_lintian >/dev/null && dh_lintian
108108
dh_strip
109109
dh_compress --exclude=pdf
110110
dh_fixperms

0 commit comments

Comments
 (0)
Please sign in to comment.