[Python-modules-commits] [python-django-gravatar2] 04/10: Remove .install and use pybuild_name. Use -1 for v

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Mon Jul 31 11:03:05 UTC 2017


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

peb-guest pushed a commit to branch master
in repository python-django-gravatar2.

commit 4121a6de24cecea72d196878427d47ea6a200859
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Fri Jun 3 19:50:55 2016 +0200

    Remove .install and use pybuild_name. Use -1 for v
---
 debian/changelog                        | 2 +-
 debian/python-django-gravatar2.install  | 1 -
 debian/python3-django-gravatar2.install | 1 -
 debian/rules                            | 2 ++
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09e1dea..ec94f62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-django-gravatar2 (1.4.0-2) unstable; urgency=low
+python-django-gravatar2 (1.4.0-1) unstable; urgency=low
 
   * Initial release (Closes: #819183)
 
diff --git a/debian/python-django-gravatar2.install b/debian/python-django-gravatar2.install
deleted file mode 100644
index e2e74a3..0000000
--- a/debian/python-django-gravatar2.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/python2*
diff --git a/debian/python3-django-gravatar2.install b/debian/python3-django-gravatar2.install
deleted file mode 100644
index c97e193..0000000
--- a/debian/python3-django-gravatar2.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/python3*
diff --git a/debian/rules b/debian/rules
index a205a74..4c871b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
+export PYBUILD_NAME=django-gravatar2
+
 # main packaging script based on dh7 syntax
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list