[Python-modules-commits] r19710 - in packages/python-llfuse/tags (5 files)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Fri Dec 23 03:45:57 UTC 2011
Date: Friday, December 23, 2011 @ 03:45:55
Author: nikratio-guest
Revision: 19710
[svn-buildpackage] Tagging python-llfuse 0.37.1-2
Added:
packages/python-llfuse/tags/0.37.1-2/
packages/python-llfuse/tags/0.37.1-2/debian/changelog
(from rev 19709, packages/python-llfuse/trunk/debian/changelog)
packages/python-llfuse/tags/0.37.1-2/debian/rules
(from rev 19708, packages/python-llfuse/trunk/debian/rules)
Deleted:
packages/python-llfuse/tags/0.37.1-2/debian/changelog
packages/python-llfuse/tags/0.37.1-2/debian/rules
Deleted: packages/python-llfuse/tags/0.37.1-2/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog 2011-12-21 21:09:50 UTC (rev 19707)
+++ packages/python-llfuse/tags/0.37.1-2/debian/changelog 2011-12-23 03:45:55 UTC (rev 19710)
@@ -1,62 +0,0 @@
-python-llfuse (0.37.1-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Nikolaus Rath <Nikolaus at rath.org> Sat, 10 Dec 2011 20:57:38 -0500
-
-python-llfuse (0.36-2) unstable; urgency=low
-
- * Use dh_sphinxdoc. Closes: #637393.
-
- -- Nikolaus Rath <Nikolaus at rath.org> Mon, 24 Oct 2011 19:36:59 -0400
-
-python-llfuse (0.36-1) unstable; urgency=low
-
- * New upstream release.
- * Depend on Cython > 0.15.1, previous versions generated segfaulting
- code.
- * Breaks S3QL < 1.2, API changed in non-backwards compatible way.
- (python-llfuse is not in any stable release, and S3QL is the
- only reverse dependency, so a new package name does not seem
- justified).
- * Update format of copyright file.
- * Fixed argument parsing under Python 3.x
- * Do correct typecasting of mode_t constants. Fix introduces
- build dependency on Cython 0.15 (Closes: #635196).
- * Use underscore.js from libjs-underscore rather than shipping
- our own version.
- * Added correct copyright information for files in doc/html/_static.
- * Thanks to Jakub Wilk for his packaging review.
-
- -- Nikolaus Rath <Nikolaus at rath.org> Tue, 20 Sep 2011 22:16:17 -0400
-
-python-llfuse (0.33-1) unstable; urgency=low
-
- * New upstream release.
- * Build extension before generating documentation, so that
- autogenerated documentation is no longer empty. Closes: 631871
- * Ship cached python intersphinx file in debian/, so that it
- does not need to be downloaded at build time.
-
- -- Nikolaus Rath <Nikolaus at rath.org> Wed, 06 Jul 2011 09:32:38 -0400
-
-python-llfuse (0.32-2) unstable; urgency=low
-
- * Created separate -doc package for documentation. Closes: 630632
- * Regenerate documentation in debian/rules. Closes: 630605
-
- -- Nikolaus Rath <Nikolaus at rath.org> Sat, 25 Jun 2011 13:01:03 -0400
-
-python-llfuse (0.32-1) unstable; urgency=low
-
- * First official debian release. Closes: 626658
- * Breaks and Replaces s3ql <= 0.28, this package isn't in the official
- debian package but was provided by upstream over various channels (LLFUSE
- was factored out of S3QL in version 0.29).
- * Rebuilding of HTML documentation requires (yet unreleased) Sphinx version
- 1.1 or resolution of wishlist bug #63040, therefore we do not rebuild the
- documentation in debian/rules but use the HTML files included in the
- upstream tarball.
-
- -- Nikolaus Rath <Nikolaus at rath.org> Thu, 12 May 2011 10:19:11 -0400
-
Copied: packages/python-llfuse/tags/0.37.1-2/debian/changelog (from rev 19709, packages/python-llfuse/trunk/debian/changelog)
===================================================================
--- packages/python-llfuse/tags/0.37.1-2/debian/changelog (rev 0)
+++ packages/python-llfuse/tags/0.37.1-2/debian/changelog 2011-12-23 03:45:55 UTC (rev 19710)
@@ -0,0 +1,69 @@
+python-llfuse (0.37.1-2) unstable; urgency=low
+
+ * Fix build failure, only call dh_sphinxdoc when building
+ python-llfuse-doc package.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Thu, 22 Dec 2011 22:37:26 -0500
+
+python-llfuse (0.37.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Sat, 10 Dec 2011 20:57:38 -0500
+
+python-llfuse (0.36-2) unstable; urgency=low
+
+ * Use dh_sphinxdoc. Closes: #637393.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Mon, 24 Oct 2011 19:36:59 -0400
+
+python-llfuse (0.36-1) unstable; urgency=low
+
+ * New upstream release.
+ * Depend on Cython > 0.15.1, previous versions generated segfaulting
+ code.
+ * Breaks S3QL < 1.2, API changed in non-backwards compatible way.
+ (python-llfuse is not in any stable release, and S3QL is the
+ only reverse dependency, so a new package name does not seem
+ justified).
+ * Update format of copyright file.
+ * Fixed argument parsing under Python 3.x
+ * Do correct typecasting of mode_t constants. Fix introduces
+ build dependency on Cython 0.15 (Closes: #635196).
+ * Use underscore.js from libjs-underscore rather than shipping
+ our own version.
+ * Added correct copyright information for files in doc/html/_static.
+ * Thanks to Jakub Wilk for his packaging review.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Tue, 20 Sep 2011 22:16:17 -0400
+
+python-llfuse (0.33-1) unstable; urgency=low
+
+ * New upstream release.
+ * Build extension before generating documentation, so that
+ autogenerated documentation is no longer empty. Closes: 631871
+ * Ship cached python intersphinx file in debian/, so that it
+ does not need to be downloaded at build time.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Wed, 06 Jul 2011 09:32:38 -0400
+
+python-llfuse (0.32-2) unstable; urgency=low
+
+ * Created separate -doc package for documentation. Closes: 630632
+ * Regenerate documentation in debian/rules. Closes: 630605
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Sat, 25 Jun 2011 13:01:03 -0400
+
+python-llfuse (0.32-1) unstable; urgency=low
+
+ * First official debian release. Closes: 626658
+ * Breaks and Replaces s3ql <= 0.28, this package isn't in the official
+ debian package but was provided by upstream over various channels (LLFUSE
+ was factored out of S3QL in version 0.29).
+ * Rebuilding of HTML documentation requires (yet unreleased) Sphinx version
+ 1.1 or resolution of wishlist bug #63040, therefore we do not rebuild the
+ documentation in debian/rules but use the HTML files included in the
+ upstream tarball.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Thu, 12 May 2011 10:19:11 -0400
+
Deleted: packages/python-llfuse/tags/0.37.1-2/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules 2011-12-21 21:09:50 UTC (rev 19707)
+++ packages/python-llfuse/tags/0.37.1-2/debian/rules 2011-12-23 03:45:55 UTC (rev 19710)
@@ -1,79 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-#export DH_VERBOSE=1
-
-PYVERS=$(shell pyversions -vr) $(shell py3versions -vr)
-
-%:
- dh $@ --with python2,python3,sphinxdoc
-
-override_dh_auto_build: build-stamp
-
-build-stamp: build_cython \
- $(PYVERS:%=build-python%) \
- $(PYVERS:%=build-python%-dbg) \
- build_sphinx
- touch $@
-
-build_cython:
- dh_testdir
- python setup.py build_cython
- touch $@
-
-build_sphinx:
- dh_testdir
- python setup.py build_ext --inplace
- python setup.py build_sphinx
- touch $@
-
-override_dh_compress:
- dh_compress -X.inv
-
-build-python%:
- dh_testdir
- python$* setup.py build -g
- touch $@
-
-update_intersphinx:
- wget http://docs.python.org/objects.inv -O debian/python.inv
-
-override_dh_auto_install: build install-prereq\
- $(PYVERS:%=install-python%) \
- $(PYVERS:%=install-python%-dbg)
-
-install-prereq:
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
-install-python%:
- python$* setup.py install --force --root=debian/tmp \
- --no-compile -O0 --install-layout=deb
-
-override_dh_link:
- rm -rf debian/python-llfuse-dbg/usr/share/doc/python-llfuse-dbg
- rm -rf debian/python3-llfuse-dbg/usr/share/doc/python3-llfuse-dbg
- dh_link
-
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf build-python* build_cython build_sphinx build-stamp
-
-override_dh_strip:
- dh_strip -ppython-llfuse --dbg-package=python-llfuse-dbg
- dh_strip -ppython3-llfuse --dbg-package=python3-llfuse-dbg
-
-override_dh_install:
- dh_install
-
- # Install debugging extension and remove from regular package
- (cd debian/python-llfuse; \
- find . -name "*_d.so" -printf "%P\0" -delete) \
- | xargs -0 dh_install --autodest -ppython-llfuse-dbg
-
- (cd debian/python3-llfuse; \
- find . -regextype posix-egrep -regex ".+-[a-z0-9]*d[a-z]*.so" \
- -printf "%P\0" -delete) \
- | xargs -0 dh_install --autodest -ppython3-llfuse-dbg
Copied: packages/python-llfuse/tags/0.37.1-2/debian/rules (from rev 19708, packages/python-llfuse/trunk/debian/rules)
===================================================================
--- packages/python-llfuse/tags/0.37.1-2/debian/rules (rev 0)
+++ packages/python-llfuse/tags/0.37.1-2/debian/rules 2011-12-23 03:45:55 UTC (rev 19710)
@@ -0,0 +1,87 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+#export DH_VERBOSE=1
+
+PYVERS=$(shell pyversions -vr) $(shell py3versions -vr)
+
+%:
+ dh $@ --with python2,python3,sphinxdoc
+
+override_dh_auto_build: build-stamp
+
+build-stamp: build_cython \
+ $(PYVERS:%=build-python%) \
+ $(PYVERS:%=build-python%-dbg) \
+ build_sphinx
+ touch $@
+
+build_cython:
+ dh_testdir
+ python setup.py build_cython
+ touch $@
+
+build_sphinx:
+ dh_testdir
+ python setup.py build_ext --inplace
+ python setup.py build_sphinx
+ touch $@
+
+override_dh_compress:
+ dh_compress -X.inv
+
+build-python%:
+ dh_testdir
+ python$* setup.py build -g
+ touch $@
+
+update_intersphinx:
+ wget http://docs.python.org/objects.inv -O debian/python.inv
+
+override_dh_auto_install: build install-prereq\
+ $(PYVERS:%=install-python%) \
+ $(PYVERS:%=install-python%-dbg)
+
+install-prereq:
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+
+install-python%:
+ python$* setup.py install --force --root=debian/tmp \
+ --no-compile -O0 --install-layout=deb
+
+override_dh_link:
+ rm -rf debian/python-llfuse-dbg/usr/share/doc/python-llfuse-dbg
+ rm -rf debian/python3-llfuse-dbg/usr/share/doc/python3-llfuse-dbg
+ dh_link
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf build-python* build_cython build_sphinx build-stamp
+
+override_dh_strip:
+ dh_strip -ppython-llfuse --dbg-package=python-llfuse-dbg
+ dh_strip -ppython3-llfuse --dbg-package=python3-llfuse-dbg
+
+override_dh_install:
+ dh_install
+
+ # Install debugging extension and remove from regular package
+ (cd debian/python-llfuse; \
+ find . -name "*_d.so" -printf "%P\0" -delete) \
+ | xargs -0 dh_install --autodest -ppython-llfuse-dbg
+
+ (cd debian/python3-llfuse; \
+ find . -regextype posix-egrep -regex ".+-[a-z0-9]*d[a-z]*.so" \
+ -printf "%P\0" -delete) \
+ | xargs -0 dh_install --autodest -ppython3-llfuse-dbg
+
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647233
+# (python-llfuse has same problem)
+override_dh_sphinxdoc:
+ifneq "$(shell dh_listpackages | grep -- -doc)" ""
+ dh_sphinxdoc
+endif
+
More information about the Python-modules-commits
mailing list