[Python-modules-commits] r25462 - in packages/pycparser/tags (7 files)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Fri Aug 9 13:57:44 UTC 2013
Date: Friday, August 9, 2013 @ 13:57:42
Author: stefanor
Revision: 25462
[svn-buildpackage] Tagging pycparser 2.10+dfsg-1
Added:
packages/pycparser/tags/2.10+dfsg-1/
packages/pycparser/tags/2.10+dfsg-1/debian/changelog
(from rev 25460, packages/pycparser/trunk/debian/changelog)
packages/pycparser/tags/2.10+dfsg-1/debian/control
(from rev 25436, packages/pycparser/trunk/debian/control)
packages/pycparser/tags/2.10+dfsg-1/debian/rules
(from rev 25459, packages/pycparser/trunk/debian/rules)
Deleted:
packages/pycparser/tags/2.10+dfsg-1/debian/changelog
packages/pycparser/tags/2.10+dfsg-1/debian/control
packages/pycparser/tags/2.10+dfsg-1/debian/rules
Deleted: packages/pycparser/tags/2.10+dfsg-1/debian/changelog
===================================================================
--- packages/pycparser/trunk/debian/changelog 2013-08-08 08:25:20 UTC (rev 25435)
+++ packages/pycparser/tags/2.10+dfsg-1/debian/changelog 2013-08-09 13:57:42 UTC (rev 25462)
@@ -1,43 +0,0 @@
-pycparser (2.10+dfsg-1) UNRELEASED; urgency=low
-
- * New upstream release.
- * Port to pybuild.
- * Patch: relative-tests. Find the test resources relative to __file__.
-
- -- Stefano Rivera <stefanor at debian.org> Wed, 26 Jun 2013 00:43:10 +0200
-
-pycparser (2.09.1+dfsg-2) unstable; urgency=low
-
- [ Jakub Wilk ]
- * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
-
- [ Stefano Rivera ]
- * Ensure auto-generated files are rebuilt, by deleting before build.
- * Use dh_python-ply to generate dependencies against python{3,}-ply.
-
- -- Stefano Rivera <stefanor at debian.org> Wed, 26 Jun 2013 00:38:51 +0200
-
-pycparser (2.09.1+dfsg-1) unstable; urgency=low
-
- [ Stefano Rivera ]
- * New upstream release.
- * Drop patch abort-on-test-failure, superseded upstream.
- * Upstream now bundles ply. Strip it.
- * Updated homepage (moved to bitbucket).
- * Bumped Standards-Version to 3.9.4.
- - Bumped debhelper B-D to 8.1, for build-{arch,indep} support.
- * Export PYTHONPATH in debian/rules to avoid running tests against an
- installed pycparser.
- * Add an autopkgtest to run the unit tests.
- * Switch watchfile URL to https.
-
- [ Jakub Wilk ]
- * Add Vcs-* fields.
-
- -- Stefano Rivera <stefanor at debian.org> Sun, 26 May 2013 01:44:06 +0200
-
-pycparser (2.07+dfsg-1) unstable; urgency=low
-
- * Initial release. (Closes: #581847)
-
- -- Stefano Rivera <stefanor at debian.org> Sun, 24 Jun 2012 19:20:01 +0200
Copied: packages/pycparser/tags/2.10+dfsg-1/debian/changelog (from rev 25460, packages/pycparser/trunk/debian/changelog)
===================================================================
--- packages/pycparser/tags/2.10+dfsg-1/debian/changelog (rev 0)
+++ packages/pycparser/tags/2.10+dfsg-1/debian/changelog 2013-08-09 13:57:42 UTC (rev 25462)
@@ -0,0 +1,44 @@
+pycparser (2.10+dfsg-1) unstable; urgency=low
+
+ * New upstream release.
+ * Port to pybuild.
+ * Patch: relative-tests. Find the test resources relative to __file__.
+ * Updated homepage (moved to github).
+
+ -- Stefano Rivera <stefanor at debian.org> Fri, 09 Aug 2013 15:53:58 +0200
+
+pycparser (2.09.1+dfsg-2) unstable; urgency=low
+
+ [ Jakub Wilk ]
+ * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
+
+ [ Stefano Rivera ]
+ * Ensure auto-generated files are rebuilt, by deleting before build.
+ * Use dh_python-ply to generate dependencies against python{3,}-ply.
+
+ -- Stefano Rivera <stefanor at debian.org> Wed, 26 Jun 2013 00:38:51 +0200
+
+pycparser (2.09.1+dfsg-1) unstable; urgency=low
+
+ [ Stefano Rivera ]
+ * New upstream release.
+ * Drop patch abort-on-test-failure, superseded upstream.
+ * Upstream now bundles ply. Strip it.
+ * Updated homepage (moved to bitbucket).
+ * Bumped Standards-Version to 3.9.4.
+ - Bumped debhelper B-D to 8.1, for build-{arch,indep} support.
+ * Export PYTHONPATH in debian/rules to avoid running tests against an
+ installed pycparser.
+ * Add an autopkgtest to run the unit tests.
+ * Switch watchfile URL to https.
+
+ [ Jakub Wilk ]
+ * Add Vcs-* fields.
+
+ -- Stefano Rivera <stefanor at debian.org> Sun, 26 May 2013 01:44:06 +0200
+
+pycparser (2.07+dfsg-1) unstable; urgency=low
+
+ * Initial release. (Closes: #581847)
+
+ -- Stefano Rivera <stefanor at debian.org> Sun, 24 Jun 2012 19:20:01 +0200
Deleted: packages/pycparser/tags/2.10+dfsg-1/debian/control
===================================================================
--- packages/pycparser/trunk/debian/control 2013-08-08 08:25:20 UTC (rev 25435)
+++ packages/pycparser/tags/2.10+dfsg-1/debian/control 2013-08-09 13:57:42 UTC (rev 25462)
@@ -1,37 +0,0 @@
-Source: pycparser
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Stefano Rivera <stefanor at debian.org>
-Build-Depends:
- debhelper (>= 8.1),
- dh-python,
- python-all (>= 2.6.6-3~),
- python-ply (>= 3.4-1~),
- python3-all (>= 3.1.2-6~),
- python3-ply
-Standards-Version: 3.9.4
-Homepage: https://bitbucket.org/eliben/pycparser
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
-XS-Testsuite: autopkgtest
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pycparser/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pycparser/trunk/
-
-Package: python-pycparser
-Architecture: all
-Depends: ${misc:Depends}, ${python-ply:Depends}, ${python:Depends}
-Description: C parser in Python
- pycparser is a complete parser of the C language, written in pure Python using
- the PLY parsing library. It parses C code into an AST and can serve as a
- front-end for C compilers or analysis tools.
-
-Package: python3-pycparser
-Architecture: all
-Depends: ${misc:Depends}, ${python3-ply:Depends}, ${python3:Depends}
-Description: C parser in Python 3
- pycparser is a complete parser of the C language, written in pure Python using
- the PLY parsing library. It parses C code into an AST and can serve as a
- front-end for C compilers or analysis tools.
- .
- This package contains the Python 3 version.
Copied: packages/pycparser/tags/2.10+dfsg-1/debian/control (from rev 25436, packages/pycparser/trunk/debian/control)
===================================================================
--- packages/pycparser/tags/2.10+dfsg-1/debian/control (rev 0)
+++ packages/pycparser/tags/2.10+dfsg-1/debian/control 2013-08-09 13:57:42 UTC (rev 25462)
@@ -0,0 +1,37 @@
+Source: pycparser
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stefano Rivera <stefanor at debian.org>
+Build-Depends:
+ debhelper (>= 8.1),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-ply (>= 3.4-1~),
+ python3-all (>= 3.1.2-6~),
+ python3-ply
+Standards-Version: 3.9.4
+Homepage: https://github.com/eliben/pycparser
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+XS-Testsuite: autopkgtest
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pycparser/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pycparser/trunk/
+
+Package: python-pycparser
+Architecture: all
+Depends: ${misc:Depends}, ${python-ply:Depends}, ${python:Depends}
+Description: C parser in Python
+ pycparser is a complete parser of the C language, written in pure Python using
+ the PLY parsing library. It parses C code into an AST and can serve as a
+ front-end for C compilers or analysis tools.
+
+Package: python3-pycparser
+Architecture: all
+Depends: ${misc:Depends}, ${python3-ply:Depends}, ${python3:Depends}
+Description: C parser in Python 3
+ pycparser is a complete parser of the C language, written in pure Python using
+ the PLY parsing library. It parses C code into an AST and can serve as a
+ front-end for C compilers or analysis tools.
+ .
+ This package contains the Python 3 version.
Deleted: packages/pycparser/tags/2.10+dfsg-1/debian/rules
===================================================================
--- packages/pycparser/trunk/debian/rules 2013-08-08 08:25:20 UTC (rev 25435)
+++ packages/pycparser/tags/2.10+dfsg-1/debian/rules 2013-08-09 13:57:42 UTC (rev 25462)
@@ -1,41 +0,0 @@
-#!/usr/bin/make -f
-
-export PYBUILD_DESTDIR_python2=debian/python-pycparser
-export PYBUILD_DESTDIR_python3=debian/python3-pycparser
-export PYBUILD_AFTER_TEST=rm {build_dir}/parser.out
-export PYBUILD_TEST_ARGS={dir}/tests
-
-%:
- dh $@ --with python2,python3 --buildsystem pybuild
-
-override_dh_auto_build: clean-generated-code
- cd pycparser && python _build_tables.py
- dh_auto_build
-
-override_dh_auto_clean: clean-generated-code
- dh_auto_clean
-
-override_dh_python2:
- dh_python2
- dh_python-ply debian/python-pycparser/usr/share/pyshared/pycparser/lextab.py \
- debian/python-pycparser/usr/share/pyshared/pycparser/yacctab.py
-
-override_dh_python3:
- dh_python3
- # I blame jwilk for this temporary hack: (waiting for #714099)
- sed -e 's/python-/python3-/g' /usr/bin/dh_python-ply | \
- perl - debian/python3-pycparser/usr/lib/python3/dist-packages/pycparser/lextab.py \
- debian/python3-pycparser/usr/lib/python3/dist-packages/yacctab.py
-
-clean-generated-code:
- cd pycparser && rm -f lextab.py yacctab.py c_ast.py
-
-get-packaged-orig-source:
- set -e -x; \
- VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p'); \
- uscan --noconf --force-download --rename --download-version=$$VER --destdir=.; \
- tar -x --exclude=utils/cpp.exe --exclude=pycparser/ply -f pycparser_$$VER.orig.tar.gz; \
- rm -f pycparser_$$VER.orig.tar.gz; \
- GZIP=--best tar -cz --owner root --group root --mode a+rX \
- -f pycparser_$$VER+dfsg.orig.tar.gz pycparser-$$VER; \
- rm -rf pycparser-$$VER
Copied: packages/pycparser/tags/2.10+dfsg-1/debian/rules (from rev 25459, packages/pycparser/trunk/debian/rules)
===================================================================
--- packages/pycparser/tags/2.10+dfsg-1/debian/rules (rev 0)
+++ packages/pycparser/tags/2.10+dfsg-1/debian/rules 2013-08-09 13:57:42 UTC (rev 25462)
@@ -0,0 +1,41 @@
+#!/usr/bin/make -f
+
+export PYBUILD_DESTDIR_python2=debian/python-pycparser
+export PYBUILD_DESTDIR_python3=debian/python3-pycparser
+export PYBUILD_TEST_ARGS={dir}/tests
+export PYBUILD_AFTER_TEST=rm -f {build_dir}/parser.out {build_dir}/lextab.py {build_dir}/yacctab.py
+
+%:
+ dh $@ --with python2,python3 --buildsystem pybuild
+
+override_dh_auto_build: clean-generated-code
+ cd pycparser && python _build_tables.py
+ dh_auto_build
+
+override_dh_auto_clean: clean-generated-code
+ dh_auto_clean
+
+override_dh_python2:
+ dh_python2
+ dh_python-ply debian/python-pycparser/usr/share/pyshared/pycparser/lextab.py \
+ debian/python-pycparser/usr/share/pyshared/pycparser/yacctab.py
+
+override_dh_python3:
+ dh_python3
+ # I blame jwilk for this temporary hack: (waiting for #714099)
+ sed -e 's/python-/python3-/g' /usr/bin/dh_python-ply | \
+ perl - debian/python3-pycparser/usr/lib/python3/dist-packages/pycparser/lextab.py \
+ debian/python3-pycparser/usr/lib/python3/dist-packages/pycparser/yacctab.py
+
+clean-generated-code:
+ cd pycparser && rm -f lextab.py yacctab.py c_ast.py
+
+get-packaged-orig-source:
+ set -e -x; \
+ VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p'); \
+ uscan --noconf --force-download --rename --download-version=$$VER --destdir=.; \
+ tar -x --exclude=utils/cpp.exe --exclude=pycparser/ply -f pycparser_$$VER.orig.tar.gz; \
+ rm -f pycparser_$$VER.orig.tar.gz; \
+ GZIP=--best tar -cz --owner root --group root --mode a+rX \
+ -f pycparser_$$VER+dfsg.orig.tar.gz pycparser-$$VER; \
+ rm -rf pycparser-$$VER
More information about the Python-modules-commits
mailing list