[Python-modules-commits] [python-babel] 02/02: Run dh_python3 with --shebang=/usr/bin/python3

Sebastian Ramacher sramacher at moszumanska.debian.org
Sun May 15 13:57:26 UTC 2016


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

sramacher pushed a commit to branch master
in repository python-babel.

commit c466f5ef7974a913ea903203cf6f1aa556fd6245
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun May 15 15:56:40 2016 +0200

    Run dh_python3 with --shebang=/usr/bin/python3
    
    Closes: #815826
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d599a92..be38519 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-babel (1.3+dfsg.1-8) UNRELEASED; urgency=medium
 
-  *
+  * debian/rules: Run dh_python3 with --shebang=/usr/bin/python3. (Closes:
+    #815826)
 
  -- Sebastian Ramacher <sramacher at debian.org>  Sun, 15 May 2016 15:52:31 +0200
 
diff --git a/debian/rules b/debian/rules
index a85f709..b0a1ca7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ override_dh_python2:
 	fi
 
 override_dh_python3:
-	dh_python3 -O--buildsystem=python_distutils
+	dh_python3 -O--buildsystem=python_distutils --shebang=/usr/bin/python3
 	rm -r debian/python3-babel/usr/lib/python3/dist-packages/babel/localedata ; \
 	ln -s ../../../../share/python-babel-localedata/localedata debian/python3-babel/usr/lib/python3/dist-packages/babel/localedata ; \
 	rm -r debian/python3-babel/usr/lib/python3/dist-packages/babel/global.dat ; \

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



More information about the Python-modules-commits mailing list