[liblas] 03/03: Add myself to Uploaders.

Bas Couwenberg sebastic at xs4all.nl
Sun Mar 2 22:45:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository liblas.

commit 040142b00a26ba4c90a799b793071f12b0fa5a35
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Mar 2 19:13:12 2014 +0100

    Add myself to Uploaders.
---
 debian/changelog |  1 +
 debian/control   |  3 ++-
 debian/rules     | 12 ++++++------
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4ff899..05fdb17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 liblas (1.7.0+dfsg-5) UNRELEASED; urgency=low
 
+  * Add myself to Uploaders.
   * Also remove generated man pages on clean.
   * Add gbp.conf to use prinstine-tar by default.
 
diff --git a/debian/control b/debian/control
index 244cc07..6d5d355 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: liblas
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
-           David Paleino <dapal at debian.org>
+           David Paleino <dapal at debian.org>,
+           Bas Couwenberg <sebastic at xs4all.nl>
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
diff --git a/debian/rules b/debian/rules
index 90a3d45..026b09b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,12 @@ MANPAGES:=$(wildcard debian/man/*.*.xml)
 	      --parallel
 
 override_dh_auto_clean-indep:
-	dh_auto_clean --sourcedirectory $(CURDIR)/python --buildsystem pybuild
+	dh_auto_clean --sourcedirectory python --buildsystem pybuild
 
 override_dh_clean:
 	dh_clean
 
-	rm -f $(CURDIR)/README.txt
+	rm -f README.txt
 	rm -f debian/man/*.1
 
 override_dh_auto_configure:
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 		-DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff
 
 override_dh_auto_configure-indep:
-	dh_auto_configure --sourcedirectory $(CURDIR)/python --buildsystem pybuild
+	dh_auto_configure --sourcedirectory python --buildsystem pybuild
 
 override_dh_auto_build-arch:
 	# Create man pages from DocBook XML
@@ -35,19 +35,19 @@ override_dh_auto_build-arch:
 	dh_auto_build
 
 override_dh_auto_build-indep:
-	dh_auto_build --sourcedirectory $(CURDIR)/python --buildsystem pybuild
+	dh_auto_build --sourcedirectory python --buildsystem pybuild
 
 override_dh_auto_test:
 	# don't run tests
 
 override_dh_auto_install-indep:
-	dh_auto_install --sourcedirectory $(CURDIR)/python --buildsystem pybuild
+	dh_auto_install --sourcedirectory python --buildsystem pybuild
 
 override_dh_install-arch:
 	dh_install --arch
 
 	# remove capi from liblas-dev
-	rm -vrf $(CURDIR)/debian/liblas-dev/usr/include/liblas/capi/
+	rm -vrf debian/liblas-dev/usr/include/liblas/capi/
 
 override_dh_install-indep:
 	dh_install --indep

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/liblas.git



More information about the Pkg-grass-devel mailing list