debian packaging update

This commit is contained in:
Juergen E. Fischer 2012-04-03 00:20:55 +02:00
parent 9e57e20f61
commit 520e488b3f
2 changed files with 10 additions and 1 deletions

3
debian/changelog vendored
View File

@ -11,8 +11,9 @@ qgis (1.9.90) UNRELEASED; urgency=low
* drop support for Ubuntu hardy, intrepid, jaunty and karmic
* add mssqlprovider plugin
* copyright & policy update (synced from debiangis)
* run crssync in postinst
-- Jürgen E. Fischer <jef@norbit.de> Tue, 27 Mar 2012 22:59:36 +0200
-- Jürgen E. Fischer <jef@norbit.de> Tue, 03 Apr 2012 00:20:18 +0200
qgis (1.8.0) UNRELEASED; urgency=low

8
debian/qgis-providers-common.postinst vendored Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
set -e
if [ "$1" = "configure" ] && [ -x /usr/lib/qgis/crssync ]; then
/usr/lib/qgis/crssync
fi
#DEBHELPER#