[Python-modules-commits] [pyparsing] 01/01: Team upload.

Barry Warsaw barry at moszumanska.debian.org
Fri May 6 20:03:25 UTC 2016


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

barry pushed a commit to branch master
in repository pyparsing.

commit 60fc9032ee8d1ef897a1b0873948655d1e2a8656
Author: Barry Warsaw <barry at python.org>
Date:   Fri May 6 16:03:20 2016 -0400

    Team upload.
    
    * Team upload.
      - Remove redundant code.
---
 debian/changelog |  3 +++
 debian/rules     | 24 ------------------------
 2 files changed, 3 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d6ccb1e..badaeb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 pyparsing (2.1.1+dfsg1-1) UNRELEASED; urgency=medium
 
+  * Team upload.
+
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
@@ -13,6 +15,7 @@ pyparsing (2.1.1+dfsg1-1) UNRELEASED; urgency=medium
     - Bump Standards-Version with no other changes necessary.
   * d/rules:
     - Convert to --buildsystem=pybuild
+    - Remove redundant code.
   * wrap-and-sort
 
  -- Barry Warsaw <barry at debian.org>  Fri, 06 May 2016 12:16:19 -0500
diff --git a/debian/rules b/debian/rules
index 1a2e636..237b2b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,33 +8,9 @@ export PYBUILD_NAME = pyparsing
 	dh $@ --with=python2,python3,pypy --buildsystem=pybuild
 
 
-#override_dh_auto_clean:
-#	find -name '*.py[co]' -print0 | xargs -0 --no-run-if-empty rm -f --
-#	rm -rf build
-
-#override_dh_auto_install:
-#	find $(CURDIR)/debian/python{,3}-pyparsing \
-#		\( -name '*.html' -o -name '*.css' -o -name '*.py' \
-#			-o -name 'README' \) \
-#			-type f -print0 \
-#			| xargs -0 --no-run-if-empty fromdos -p --
-#	set -e ; for i in `pyversions -s` ; do \
-#		$$i setup.py install --install-layout=deb \
-#	    --root=$(CURDIR)/debian/python-pyparsing ; \
-#	done
-#	set -e ; for i in `py3versions -s` ; do \
-#		$$i setup.py install --install-layout=deb \
-#	    --root=$(CURDIR)/debian/python3-pyparsing ; \
-#	done
-
 override_dh_installexamples:
 	dh_installexamples -i -ppython-pyparsing-doc
 
-#override_dh_python2:
-#	dh_python2 -ppython-pyparsing
-
-#override_dh_python3:
-#	dh_python3 -ppython3-pyparsing
 
 override_dh_compress:
 	dh_compress -i -X.py

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



More information about the Python-modules-commits mailing list