[DebianGIS-dev] r1257 - packages/qgis/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Tue Nov 6 11:45:31 UTC 2007


Author: frankie
Date: 2007-11-06 11:45:31 +0000 (Tue, 06 Nov 2007)
New Revision: 1257

Modified:
   packages/qgis/trunk/debian/changelog
   packages/qgis/trunk/debian/control
   packages/qgis/trunk/debian/libqgis1.install
   packages/qgis/trunk/debian/rules
Log:
First changes for python policies


Modified: packages/qgis/trunk/debian/changelog
===================================================================
--- packages/qgis/trunk/debian/changelog	2007-11-05 15:26:42 UTC (rev 1256)
+++ packages/qgis/trunk/debian/changelog	2007-11-06 11:45:31 UTC (rev 1257)
@@ -4,9 +4,11 @@
   * New upstream release. This is the first version with a true python-enabled support.
   * Changed deprecated ${Source-Version} in ${binary:Version}.
   * Fixed lintian error: debian-rules-ignores-make-clean-error.
-  * Unapply all previous patches 
+  * Unapply all previous (0.8) patches.
+  * Conforming to current python policy using python-central. 
+    Qgis now provides python extensions built for default python only.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 31 Oct 2007 13:44:25 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 06 Nov 2007 11:07:52 +0100
 
 qgis (0.8.1-2) unstable; urgency=medium
 

Modified: packages/qgis/trunk/debian/control
===================================================================
--- packages/qgis/trunk/debian/control	2007-11-05 15:26:42 UTC (rev 1256)
+++ packages/qgis/trunk/debian/control	2007-11-06 11:45:31 UTC (rev 1257)
@@ -6,8 +6,9 @@
 Build-Depends: debhelper (>= 5.0.0), libgdal1-dev, libqt4-dev (>=4.2.0), libpq-dev, 
  libgeos-dev (>= 2.0.1-1), dpatch, grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, 
  libmysqlclient15-dev, flex, bison, python-dev, cmake (>=2.4.3) , python-sip4, python-qt4,
- sharutils, python-sip4-dev, python-qt4-dev, sip4
+ sharutils, python-sip4-dev, python-qt4-dev, sip4, python-central (>=0.5), python
 Standards-Version: 3.7.2
+XS-Python-Version: current
 Homepage: http://qgis.org/
 
 Package: qgis
@@ -28,7 +29,9 @@
 
 Package: libqgis1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
 Description: QGIS Geographic Information System - shared library
  QGIS is a Geographic Information System (GIS)
  which manages, analyzes and display databases of

Modified: packages/qgis/trunk/debian/libqgis1.install
===================================================================
--- packages/qgis/trunk/debian/libqgis1.install	2007-11-05 15:26:42 UTC (rev 1256)
+++ packages/qgis/trunk/debian/libqgis1.install	2007-11-06 11:45:31 UTC (rev 1257)
@@ -1,5 +1,6 @@
 #usr/lib/libqgis_composer.so*
 usr/lib/libqgis_core.so*
 usr/lib/libqgis_gui.so*
+usr/share/qgis/python/qgis/*
 #usr/lib/libqgis_legend.so*
 #usr/lib/libqgis_raster.so*

Modified: packages/qgis/trunk/debian/rules
===================================================================
--- packages/qgis/trunk/debian/rules	2007-11-05 15:26:42 UTC (rev 1256)
+++ packages/qgis/trunk/debian/rules	2007-11-06 11:45:31 UTC (rev 1257)
@@ -82,6 +82,8 @@
 	dh_installdocs
 	dh_installexamples
 	dh_install --sourcedir=debian/tmp
+	dh_pycentral $(CURDIR)/debian/tmp/usr/share/qgis/python/qgis
+	dh_python
 	dh_installmenu
 	dh_installman -pqgis debian/gridmaker.1
 	dh_installman -plibqgis1-dev debian/qgis-config.1




More information about the Pkg-grass-devel mailing list