[Python-modules-commits] r17685 - in packages/python-llfuse/tags (7 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Thu Jun 30 00:13:31 UTC 2011


    Date: Thursday, June 30, 2011 @ 00:13:29
  Author: nikratio-guest
Revision: 17685

[svn-buildpackage] Tagging python-llfuse 0.32-2

Added:
  packages/python-llfuse/tags/0.32-2/
  packages/python-llfuse/tags/0.32-2/debian/changelog
    (from rev 17610, packages/python-llfuse/trunk/debian/changelog)
  packages/python-llfuse/tags/0.32-2/debian/control
    (from rev 17642, packages/python-llfuse/trunk/debian/control)
  packages/python-llfuse/tags/0.32-2/debian/rules
    (from rev 17642, packages/python-llfuse/trunk/debian/rules)
Deleted:
  packages/python-llfuse/tags/0.32-2/debian/changelog
  packages/python-llfuse/tags/0.32-2/debian/control
  packages/python-llfuse/tags/0.32-2/debian/rules

Deleted: packages/python-llfuse/tags/0.32-2/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2011-06-25 12:29:31 UTC (rev 17609)
+++ packages/python-llfuse/tags/0.32-2/debian/changelog	2011-06-30 00:13:29 UTC (rev 17685)
@@ -1,20 +0,0 @@
-python-llfuse (0.32-2) UNRELEASED; urgency=low
-
-  * Created separate -doc package for documentation. Closes: 630632
-  * Regenerate documentation in debian/rules. Closes: 630605
-
- -- Nikolaus Rath <Nikolaus at rath.org>  Fri, 17 Jun 2011 20:58:26 -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.32-2/debian/changelog (from rev 17610, packages/python-llfuse/trunk/debian/changelog)
===================================================================
--- packages/python-llfuse/tags/0.32-2/debian/changelog	                        (rev 0)
+++ packages/python-llfuse/tags/0.32-2/debian/changelog	2011-06-30 00:13:29 UTC (rev 17685)
@@ -0,0 +1,20 @@
+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.32-2/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control	2011-06-25 12:29:31 UTC (rev 17609)
+++ packages/python-llfuse/tags/0.32-2/debian/control	2011-06-30 00:13:29 UTC (rev 17685)
@@ -1,117 +0,0 @@
-Source: python-llfuse
-Section: python
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.0
-Priority: optional
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Maintainer: Nikolaus Rath <Nikolaus at rath.org>
-Build-Depends: debhelper (>= 8),
-               libfuse-dev (>= 2.8.0),
-               libattr1-dev,
-               python-all-dev (>= 2.6.6-3~),
-               python-all-dbg,
-               python3-all-dev,
-               python3-all-dbg,
-               python-sphinx (>= 1.0.7-5),
-               pkg-config,
-               python-distribute,
-               python3-setuptools,
-               cython (>= 0.14),
-               quilt (>= 0.46-7~)
-Standards-Version: 3.9.2
-Homepage: http://code.google.com/p/python-llfuse/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-llfuse/trunk 
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-llfuse/trunk/
-
-Package: python-llfuse
-Architecture: any
-Depends: ${misc:Depends},
-         ${python:Depends},
-         ${shlibs:Depends}
-Suggests: python-llfuse-doc
-Replaces: s3ql (<= 0.28)
-Breaks: s3ql (<= 0.28)
-Provides: ${python:Provides}
-Description: Python bindings for the low-level FUSE API
- Python-llfuse is a set of Python bindings for the low level
- FUSE API. Bindings for the high level API are provided
- by the python-fuse package.
- .
- FUSE (Filesystem in USErspace) is a simple interface for userspace
- programs to export a virtual filesystem to the Linux kernel. FUSE
- also aims to provide a secure method for non privileged users to
- create and mount their own filesystem implementations.
-
-Package: python-llfuse-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Recommends: python-dbg
-Depends: python-llfuse (= ${binary:Version}), 
-         ${shlibs:Depends}, 
-         ${misc:Depends}
-Description: Python bindings for the low-level FUSE API (debugging symbols)
- Python-llfuse is a set of Python bindings for the low level
- FUSE API. Bindings for the high level API are provided
- by the python-fuse package.
- .
- FUSE (Filesystem in USErspace) is a simple interface for userspace
- programs to export a virtual filesystem to the Linux kernel. FUSE
- also aims to provide a secure method for non privileged users to
- create and mount their own filesystem implementations.
- .
- This package contains the debugging symbols as well as the extension
- built for the Python 2 debug interpreter.
-
-Package: python3-llfuse
-Architecture: any
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         ${shlibs:Depends}
-Provides: ${python3:Provides}
-Suggests: python-llfuse-doc
-Description: Python 3 bindings for the low-level FUSE API
- Python-llfuse is a set of Python bindings for the low level FUSE API.
- This package provides the extension for the Python 3 interpreter. The
- documentation is contained in the python-llfuse-doc package.
- .
- FUSE (Filesystem in USErspace) is a simple interface for userspace
- programs to export a virtual filesystem to the Linux kernel. FUSE
- also aims to provide a secure method for non privileged users to
- create and mount their own filesystem implementations.
-
-Package: python3-llfuse-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Recommends: python-dbg
-Depends: python3-llfuse (= ${binary:Version}), 
-         ${shlibs:Depends}, 
-         ${misc:Depends}
-Description: Python 3 bindings for the low-level FUSE API (debugging symbols)
- Python-llfuse is a set of Python bindings for the low level FUSE API.
- .
- FUSE (Filesystem in USErspace) is a simple interface for userspace
- programs to export a virtual filesystem to the Linux kernel. FUSE
- also aims to provide a secure method for non privileged users to
- create and mount their own filesystem implementations.
- .
- This package contains the debugging symbols as well as the extension
- built for the Python 3 debug interpreter.
-
-Package: python-llfuse-doc
-Architecture: all
-Section: doc
-Recommends: python-llfuse | python3-llfuse
-Depends: libjs-jquery,
-         ${shlibs:Depends},
-         ${misc:Depends}
-Description: Python bindings for the low-level FUSE API (documentation)
- Python-llfuse is a set of Python bindings for the low level FUSE API.
- This package provides the documentation for both the Python 2 and
- Python 3 extension (packages python-llfuse and python3-llfuse).
- .
- FUSE (Filesystem in USErspace) is a simple interface for userspace
- programs to export a virtual filesystem to the Linux kernel. FUSE
- also aims to provide a secure method for non privileged users to
- create and mount their own filesystem implementations.

Copied: packages/python-llfuse/tags/0.32-2/debian/control (from rev 17642, packages/python-llfuse/trunk/debian/control)
===================================================================
--- packages/python-llfuse/tags/0.32-2/debian/control	                        (rev 0)
+++ packages/python-llfuse/tags/0.32-2/debian/control	2011-06-30 00:13:29 UTC (rev 17685)
@@ -0,0 +1,116 @@
+Source: python-llfuse
+Section: python
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.0
+Priority: optional
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Maintainer: Nikolaus Rath <Nikolaus at rath.org>
+Build-Depends: debhelper (>= 8),
+               libfuse-dev (>= 2.8.0),
+               libattr1-dev,
+               python-all-dev (>= 2.6.6-3~),
+               python-all-dbg,
+               python3-all-dev,
+               python3-all-dbg,
+               python-sphinx (>= 1.0.7-5),
+               pkg-config,
+               python-distribute,
+               python3-setuptools,
+               cython (>= 0.14)
+Standards-Version: 3.9.2
+Homepage: http://code.google.com/p/python-llfuse/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-llfuse/trunk 
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-llfuse/trunk/
+
+Package: python-llfuse
+Architecture: any
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Suggests: python-llfuse-doc
+Replaces: s3ql (<= 0.28)
+Breaks: s3ql (<= 0.28)
+Provides: ${python:Provides}
+Description: Python bindings for the low-level FUSE API
+ Python-llfuse is a set of Python bindings for the low level
+ FUSE API. Bindings for the high level API are provided
+ by the python-fuse package.
+ .
+ FUSE (Filesystem in USErspace) is a simple interface for userspace
+ programs to export a virtual filesystem to the Linux kernel. FUSE
+ also aims to provide a secure method for non privileged users to
+ create and mount their own filesystem implementations.
+
+Package: python-llfuse-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Recommends: python-dbg
+Depends: python-llfuse (= ${binary:Version}), 
+         ${shlibs:Depends}, 
+         ${misc:Depends}
+Description: Python bindings for the low-level FUSE API (debugging symbols)
+ Python-llfuse is a set of Python bindings for the low level
+ FUSE API. Bindings for the high level API are provided
+ by the python-fuse package.
+ .
+ FUSE (Filesystem in USErspace) is a simple interface for userspace
+ programs to export a virtual filesystem to the Linux kernel. FUSE
+ also aims to provide a secure method for non privileged users to
+ create and mount their own filesystem implementations.
+ .
+ This package contains the debugging symbols as well as the extension
+ built for the Python 2 debug interpreter.
+
+Package: python3-llfuse
+Architecture: any
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
+Provides: ${python3:Provides}
+Suggests: python-llfuse-doc
+Description: Python 3 bindings for the low-level FUSE API
+ Python-llfuse is a set of Python bindings for the low level FUSE API.
+ This package provides the extension for the Python 3 interpreter. The
+ documentation is contained in the python-llfuse-doc package.
+ .
+ FUSE (Filesystem in USErspace) is a simple interface for userspace
+ programs to export a virtual filesystem to the Linux kernel. FUSE
+ also aims to provide a secure method for non privileged users to
+ create and mount their own filesystem implementations.
+
+Package: python3-llfuse-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Recommends: python-dbg
+Depends: python3-llfuse (= ${binary:Version}), 
+         ${shlibs:Depends}, 
+         ${misc:Depends}
+Description: Python 3 bindings for the low-level FUSE API (debugging symbols)
+ Python-llfuse is a set of Python bindings for the low level FUSE API.
+ .
+ FUSE (Filesystem in USErspace) is a simple interface for userspace
+ programs to export a virtual filesystem to the Linux kernel. FUSE
+ also aims to provide a secure method for non privileged users to
+ create and mount their own filesystem implementations.
+ .
+ This package contains the debugging symbols as well as the extension
+ built for the Python 3 debug interpreter.
+
+Package: python-llfuse-doc
+Architecture: all
+Section: doc
+Recommends: python-llfuse | python3-llfuse
+Depends: libjs-jquery,
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: Python bindings for the low-level FUSE API (documentation)
+ Python-llfuse is a set of Python bindings for the low level FUSE API.
+ This package provides the documentation for both the Python 2 and
+ Python 3 extension (packages python-llfuse and python3-llfuse).
+ .
+ FUSE (Filesystem in USErspace) is a simple interface for userspace
+ programs to export a virtual filesystem to the Linux kernel. FUSE
+ also aims to provide a secure method for non privileged users to
+ create and mount their own filesystem implementations.

Deleted: packages/python-llfuse/tags/0.32-2/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-06-25 12:29:31 UTC (rev 17609)
+++ packages/python-llfuse/tags/0.32-2/debian/rules	2011-06-30 00:13:29 UTC (rev 17685)
@@ -1,75 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-#export DH_VERBOSE=1
-
-PYVERS=$(shell pyversions -vr) $(shell py3versions -vr) 
-
-%:
-	dh $@ --with python2,python3,quilt
-
-override_dh_auto_build: build-stamp
-
-build-stamp: build_cython \
-             build_sphinx \
-	     $(PYVERS:%=build-python%) \
-	     $(PYVERS:%=build-python%-dbg)
-	touch $@
-
-build_cython:
-	dh_testdir
-	python setup.py build_cython
-	touch $@
-
-build_sphinx:
-	dh_testdir
-	python setup.py build_sphinx
-	touch $@
-
-build-python%: 
-	dh_testdir
-	python$* setup.py build -g
-	touch $@
-
-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_installchangelog:
-	dh_installchangelog Changes.txt
-
-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.32-2/debian/rules (from rev 17642, packages/python-llfuse/trunk/debian/rules)
===================================================================
--- packages/python-llfuse/tags/0.32-2/debian/rules	                        (rev 0)
+++ packages/python-llfuse/tags/0.32-2/debian/rules	2011-06-30 00:13:29 UTC (rev 17685)
@@ -0,0 +1,75 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+#export DH_VERBOSE=1
+
+PYVERS=$(shell pyversions -vr) $(shell py3versions -vr) 
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_build: build-stamp
+
+build-stamp: build_cython \
+             build_sphinx \
+	     $(PYVERS:%=build-python%) \
+	     $(PYVERS:%=build-python%-dbg)
+	touch $@
+
+build_cython:
+	dh_testdir
+	python setup.py build_cython
+	touch $@
+
+build_sphinx:
+	dh_testdir
+	python setup.py build_sphinx
+	touch $@
+
+build-python%: 
+	dh_testdir
+	python$* setup.py build -g
+	touch $@
+
+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_installchangelog:
+	dh_installchangelog Changes.txt
+
+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




More information about the Python-modules-commits mailing list