[DebianGIS-dev] r2538 - packages/python-liblas/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Fri Oct 9 09:20:56 UTC 2009


Author: frankie
Date: 2009-10-09 09:20:25 +0000 (Fri, 09 Oct 2009)
New Revision: 2538

Modified:
   packages/python-liblas/trunk/debian/control
   packages/python-liblas/trunk/debian/control.in
   packages/python-liblas/trunk/debian/rules
Log:
Various fixes


Modified: packages/python-liblas/trunk/debian/control
===================================================================
--- packages/python-liblas/trunk/debian/control	2009-10-08 21:59:47 UTC (rev 2537)
+++ packages/python-liblas/trunk/debian/control	2009-10-09 09:20:25 UTC (rev 2538)
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), quilt, liblas-dev
-Build-Depends-Indep: python-support
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7), quilt, liblas-dev, python-all
+Build-Depends-Indep: python-support, python-setuptools
 Standards-Version: 3.8.3
 Homepage: http://pypi.python.org/pypi/libLAS
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/python-liblas/trunk/
@@ -23,4 +23,4 @@
  target. The prevalent method to determine distance to an object or
  surface is to use laser pulses.
  .
- This package contains a python module to use libLAS.
+ This package contains a Python module to use libLAS.

Modified: packages/python-liblas/trunk/debian/control.in
===================================================================
--- packages/python-liblas/trunk/debian/control.in	2009-10-08 21:59:47 UTC (rev 2537)
+++ packages/python-liblas/trunk/debian/control.in	2009-10-09 09:20:25 UTC (rev 2538)
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), quilt, liblas-dev
-Build-Depends-Indep: python-support
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7), quilt, liblas-dev, python-all
+Build-Depends-Indep: python-support, python-setuptools
 Standards-Version: 3.8.3
 Homepage: http://pypi.python.org/pypi/libLAS
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/python-liblas/trunk/
@@ -23,4 +23,4 @@
  target. The prevalent method to determine distance to an object or
  surface is to use laser pulses.
  .
- This package contains a python module to use libLAS.
+ This package contains a Python module to use libLAS.

Modified: packages/python-liblas/trunk/debian/rules
===================================================================
--- packages/python-liblas/trunk/debian/rules	2009-10-08 21:59:47 UTC (rev 2537)
+++ packages/python-liblas/trunk/debian/rules	2009-10-09 09:20:25 UTC (rev 2538)
@@ -17,6 +17,10 @@
 
 LIBLAS = liblas$(shell liblas-config --version|cut -d. -f1)
 
-clean::
+clean:: template
+	rm -f $(CURDIR)/upstream/*.cdbs-config_list 
+
+template:
 	sed -e 's/@LIBLAS@/$(LIBLAS)/g' $(CURDIR)/debian/control.in >$(CURDIR)/debian/control
-	rm -f $(CURDIR)/upstream/*.cdbs-config_list 
+
+.PHONY: template




More information about the Pkg-grass-devel mailing list