File tree Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,15 @@ qgis (1.0.1) experimental; urgency=low
2
2
3
3
* upstream bugfix release
4
4
* sync with debian-gis debian/ tree
5
- - introduce arch-independant qgis-comman and
5
+ - introduce arch-independant qgis-common and
6
6
qgis-plugin-grass-common
7
7
- policy updated to 3.8.0
8
8
- join libqgis1-core and libqgis1-gui to libqgis1
9
9
- add debian/watch
10
10
- dh_lintian overrides
11
- - compat 5=>6
12
11
- fix qgis.desktop
13
12
- fix license reference in copyright
14
- * introduce arch-independant python-qgis-comman
13
+ * introduce arch-independant python-qgis-common
15
14
* added sharedmimeinfo
16
15
* remove dpatch
17
16
Original file line number Diff line number Diff line change 1
- 6
1
+ 5
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Description: Geographic Information System (GIS)
31
31
32
32
Package: qgis-common
33
33
Architecture: all
34
- Depends: qgis (= ${binary :Version})
34
+ Depends: qgis (> = ${source :Version})
35
35
Description: Quantum GIS - architecture-independent data
36
36
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
37
37
and display databases of geographic information.
@@ -80,7 +80,7 @@ Description: GRASS plugin for Quantum GIS
80
80
81
81
Package: qgis-plugin-grass-common
82
82
Architecture: all
83
- Depends: qgis-plugin-grass (= ${binary :Version})
83
+ Depends: qgis-plugin-grass (> = ${source :Version})
84
84
Description: GRASS plugin for Quantum GIS - architecture-independent data
85
85
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
86
86
and display databases of geographic information.
@@ -103,7 +103,7 @@ Description: Python bindings to Quantum GIS
103
103
Package: python-qgis-common
104
104
Section: python
105
105
Architecture: all
106
- Depends: python-qgis (= ${binary :Version})
106
+ Depends: python-qgis (> = ${source :Version})
107
107
Provides: ${python:Provides}
108
108
XB-Python-Version: ${python:Versions}
109
109
Description: Python bindings to Quantum GIS - architecture-independent files
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,24 +48,24 @@ build-stamp: debian/build/CMakeCache.txt
48
48
# Add here commands to compile the package.
49
49
$(MAKE) -C debian/build
50
50
51
- touch build-stamp
51
+ touch $@
52
52
53
53
clean :
54
54
dh_testdir
55
55
dh_testroot
56
- rm -f build-stamp
56
+ rm -f build-stamp
57
57
rm -f i18n/* .qm
58
58
rm -rf debian/tmp
59
59
60
60
# Add here commands to clean up after the build process.
61
61
rm -rf debian/build
62
62
63
- dh_clean
63
+ dh_clean
64
64
65
65
install : build
66
66
dh_testdir
67
67
dh_testroot
68
- dh_clean -k
68
+ dh_clean -k
69
69
dh_installdirs
70
70
71
71
# Add here commands to install the package into debian/tmp.
@@ -104,7 +104,7 @@ binary-arch: build install
104
104
dh_installman -pqgis qgis_help.man
105
105
dh_installmime -pqgis
106
106
dh_link
107
- dh_lintian
107
+ which dh_lintian >/dev/null && dh_lintian
108
108
dh_strip
109
109
dh_compress --exclude=pdf
110
110
dh_fixperms
You can’t perform that action at this time.
0 commit comments