[DebianGIS-dev] [SCM] python-liblas branch, master, updated. upstream/1.6.0-15-g1e80e33

David Paleino dapal at debian.org
Sat Feb 12 17:09:18 UTC 2011


The following commit has been merged in the master branch:
commit 1e80e33e9de7a6db86e7637424cf52d9520b5839
Author: David Paleino <dapal at debian.org>
Date:   Sat Feb 12 18:09:13 2011 +0100

    Rename oci2las.py to oci2las, using dh7 override targets

diff --git a/debian/changelog b/debian/changelog
index d731c21..7fdbbaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,9 @@ python-liblas (1.6.0-1) UNRELEASED; urgency=low
   * Rewrite debian/copyright according to DEP-5
   * Install README.txt into the proper location
   * Fix Vcs-* fields to point to Git repository
+  * Rename oci2las.py to oci2las, using dh7 override targets
 
- -- David Paleino <dapal at debian.org>  Sat, 12 Feb 2011 17:40:52 +0100
+ -- David Paleino <dapal at debian.org>  Sat, 12 Feb 2011 18:08:59 +0100
 
 python-liblas (1.2.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9ab991c..0d5082e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Francesco Paolo Lovergine <frankie at debian.org>
  , David Paleino <dapal at debian.org>
 Build-Depends:
- debhelper (>= 7)
+ debhelper (>= 7.0.50~)
  , liblas-dev
  , python-all
 Build-Depends-Indep:
diff --git a/debian/rules b/debian/rules
index 657234c..aae4ea2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,8 @@
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	mv $(CURDIR)/debian/python-liblas/usr/bin/oci2las.py \
+	    $(CURDIR)/debian/python-liblas/usr/bin/oci2las

-- 
Python module to use the ASPRS LiDAR data translation library



More information about the Pkg-grass-devel mailing list