[pyspatialite] 04/05: Use debian/* instead of absolute path in rules file.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Aug 29 13:36:05 UTC 2015


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

sebastic pushed a commit to branch master
in repository pyspatialite.

commit 1aef1c7a757fe43efd2fa97c9233ce05d25e950f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 29 15:22:25 2015 +0200

    Use debian/* instead of absolute path in rules file.
---
 debian/changelog | 1 +
 debian/rules     | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0957597..daff5dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pyspatialite (3.0.1-10) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use HTTPS.
   * Drop © character from copyright statements.
   * Improve upstream release matching in watch file.
+  * Use debian/* instead of absolute path in rules file.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 29 Aug 2015 14:51:11 +0200
 
diff --git a/debian/rules b/debian/rules
index 37925e4..ef983b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PS := $(CURDIR)/debian/python-pyspatialite
-
 %:
 	dh $@ \
 		--with python2 \
@@ -13,5 +11,6 @@ PS := $(CURDIR)/debian/python-pyspatialite
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -rf $(PS)/usr/pyspatialite-doc/
-	rm -rf $(PS)/usr/lib/python*/*-packages/pyspatialite/test/
+	rm -rf debian/*/usr/pyspatialite-doc/
+	rm -rf debian/*/usr/lib/python*/*-packages/pyspatialite/test/
+

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



More information about the Pkg-grass-devel mailing list