[Python-modules-commits] [pyusb] 01/01: * d/rules: - Define PYBUILD_NAME * Deleted d/python-usb.install and d/python3-usb.install since pybuild figures out this by itself when PYBUILD_NAME is defined.
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sun May 8 06:13:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository pyusb.
commit 856f406304e0c23f0daacb21f85dea11e3f1fd55
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sun May 8 08:11:10 2016 +0200
* d/rules:
- Define PYBUILD_NAME
* Deleted d/python-usb.install and d/python3-usb.install since
pybuild figures out this by itself when PYBUILD_NAME is defined.
---
debian/changelog | 9 +++++++++
debian/python-usb.install | 3 ---
debian/python3-usb.install | 3 ---
debian/rules | 2 ++
4 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7272e5d..3a7a2a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pyusb (1.0.0-2) UNRELEASED; urgency=medium
+
+ * d/rules:
+ - Define PYBUILD_NAME
+ * Deleted d/python-usb.install and d/python3-usb.install since
+ pybuild figures out this by itself when PYBUILD_NAME is defined.
+
+ -- Ruben Undheim <ruben.undheim at gmail.com> Sun, 08 May 2016 08:12:51 +0200
+
pyusb (1.0.0-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/python-usb.install b/debian/python-usb.install
deleted file mode 100644
index 3083b60..0000000
--- a/debian/python-usb.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/python2.*/*-packages/*-info
-usr/lib/python2.*/*-packages/*/*.py
-usr/lib/python2.*/*-packages/*/*/*.py
diff --git a/debian/python3-usb.install b/debian/python3-usb.install
deleted file mode 100644
index 6c9aa16..0000000
--- a/debian/python3-usb.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/python3*/*-packages/*-info
-usr/lib/python3*/*-packages/*/*.py
-usr/lib/python3*/*-packages/*/*/*.py
diff --git a/debian/rules b/debian/rules
index 7567f7e..5ee7851 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
+export PYBUILD_NAME = usb
+
%:
dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyusb.git
More information about the Python-modules-commits
mailing list