[Python-modules-commits] [python-spur] 05/06: Use PYBUILD_NAME instead of install files

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri May 13 18:21:41 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository python-spur.

commit a3fa45bc52244aae5fb478b95f3a82e9a29fb414
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri May 13 20:14:03 2016 +0200

    Use PYBUILD_NAME instead of install files
---
 debian/changelog            | 4 ++++
 debian/python-spur.install  | 2 --
 debian/python3-spur.install | 1 -
 debian/rules                | 2 ++
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3870425..ccf80db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ python-spur (0.3.17-1) unstable; urgency=low
   * New upstream release
   * debian/control:
     - Standards-Version 3.9.8 - no changes
+  * debian/rules:
+    - Define PYBUILD_NAME
+  * Deleted .install files since this happens automatically with pybuild
+    when PYBUILD_NAME is set.
 
  -- Ruben Undheim <ruben.undheim at gmail.com>  Fri, 13 May 2016 20:07:46 +0200
 
diff --git a/debian/python-spur.install b/debian/python-spur.install
deleted file mode 100644
index 948618a..0000000
--- a/debian/python-spur.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/python2*/
-
diff --git a/debian/python3-spur.install b/debian/python3-spur.install
deleted file mode 100644
index 5b790f6..0000000
--- a/debian/python3-spur.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/python3*/
diff --git a/debian/rules b/debian/rules
index 0caeb9f..aa6e68e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 #DH_VERBOSE = 1
 
+export PYBUILD_NAME = spur
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-spur.git



More information about the Python-modules-commits mailing list