[QGIS Commit] r10175 - branches/Version-1_0/debian
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Feb 15 18:51:39 EST 2009
Author: jef
Date: 2009-02-15 18:51:38 -0500 (Sun, 15 Feb 2009)
New Revision: 10175
Removed:
branches/Version-1_0/debian/qgis-common.lintian-overrides
Modified:
branches/Version-1_0/debian/changelog
branches/Version-1_0/debian/compat
branches/Version-1_0/debian/control
branches/Version-1_0/debian/rules
Log:
update debian packaging
Modified: branches/Version-1_0/debian/changelog
===================================================================
--- branches/Version-1_0/debian/changelog 2009-02-15 22:20:42 UTC (rev 10174)
+++ branches/Version-1_0/debian/changelog 2009-02-15 23:51:38 UTC (rev 10175)
@@ -2,16 +2,15 @@
* upstream bugfix release
* sync with debian-gis debian/ tree
- - introduce arch-independant qgis-comman and
+ - introduce arch-independant qgis-common and
qgis-plugin-grass-common
- policy updated to 3.8.0
- join libqgis1-core and libqgis1-gui to libqgis1
- add debian/watch
- dh_lintian overrides
- - compat 5=>6
- fix qgis.desktop
- fix license reference in copyright
- * introduce arch-independant python-qgis-comman
+ * introduce arch-independant python-qgis-common
* added sharedmimeinfo
* remove dpatch
Modified: branches/Version-1_0/debian/compat
===================================================================
--- branches/Version-1_0/debian/compat 2009-02-15 22:20:42 UTC (rev 10174)
+++ branches/Version-1_0/debian/compat 2009-02-15 23:51:38 UTC (rev 10175)
@@ -1 +1 @@
-6
+5
Modified: branches/Version-1_0/debian/control
===================================================================
--- branches/Version-1_0/debian/control 2009-02-15 22:20:42 UTC (rev 10174)
+++ branches/Version-1_0/debian/control 2009-02-15 23:51:38 UTC (rev 10175)
@@ -31,7 +31,7 @@
Package: qgis-common
Architecture: all
-Depends: qgis (= ${binary:Version})
+Depends: qgis (>= ${source:Version})
Description: Quantum GIS - architecture-independent data
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
@@ -80,7 +80,7 @@
Package: qgis-plugin-grass-common
Architecture: all
-Depends: qgis-plugin-grass (= ${binary:Version})
+Depends: qgis-plugin-grass (>= ${source:Version})
Description: GRASS plugin for Quantum GIS - architecture-independent data
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
@@ -103,7 +103,7 @@
Package: python-qgis-common
Section: python
Architecture: all
-Depends: python-qgis (= ${binary:Version})
+Depends: python-qgis (>= ${source:Version})
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings to Quantum GIS - architecture-independent files
Deleted: branches/Version-1_0/debian/qgis-common.lintian-overrides
===================================================================
--- branches/Version-1_0/debian/qgis-common.lintian-overrides 2009-02-15 22:20:42 UTC (rev 10174)
+++ branches/Version-1_0/debian/qgis-common.lintian-overrides 2009-02-15 23:51:38 UTC (rev 10175)
@@ -1 +0,0 @@
-qgis-common: desktop-command-not-in-package
Modified: branches/Version-1_0/debian/rules
===================================================================
--- branches/Version-1_0/debian/rules 2009-02-15 22:20:42 UTC (rev 10174)
+++ branches/Version-1_0/debian/rules 2009-02-15 23:51:38 UTC (rev 10175)
@@ -48,24 +48,24 @@
# Add here commands to compile the package.
$(MAKE) -C debian/build
- touch build-stamp
+ touch $@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -f build-stamp
rm -f i18n/*.qm
rm -rf debian/tmp
# Add here commands to clean up after the build process.
rm -rf debian/build
- dh_clean
+ dh_clean
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/tmp.
@@ -104,7 +104,7 @@
dh_installman -pqgis qgis_help.man
dh_installmime -pqgis
dh_link
- dh_lintian
+ which dh_lintian >/dev/null && dh_lintian
dh_strip
dh_compress --exclude=pdf
dh_fixperms
More information about the QGIS-commit
mailing list