[Python-modules-commits] [praw] 03/11: Removes python2 option from d/rules

Josué Ortega josue at moszumanska.debian.org
Sat Oct 28 22:26:35 UTC 2017


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

josue pushed a commit to branch master
in repository praw.

commit 340a8a8e23224bb6e4441cd438aef5e29767c5c2
Author: Josue Ortega <josue at debian.org>
Date:   Sat Oct 28 15:43:28 2017 -0600

    Removes python2 option from d/rules
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2e9962f..7301566 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ praw (5.2.0-1) UNRELEASED; urgency=medium
     - Adds python3-prawcore as dependency.
   * Bumps debian/compat version from 9 to 10.
   * debian/watch: Changes URI to use HTTPS.
+  * debian/rules: Removes python2 argument.
 
  -- Josue Ortega <josue at debian.org>  Tue, 08 Aug 2017 15:31:26 -0400
 
diff --git a/debian/rules b/debian/rules
index 799492b..8b1dded 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | \
          perl -ne 'print $$1 if m{^Version:\s+(?:\d+:)?(\d.*)(?:\-\d+.*)};')
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build

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



More information about the Python-modules-commits mailing list