[Python-modules-commits] r17468 - in packages/python-llfuse/tags (10 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Wed Jun 15 18:23:55 UTC 2011


    Date: Wednesday, June 15, 2011 @ 18:23:53
  Author: nikratio-guest
Revision: 17468

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

Added:
  packages/python-llfuse/tags/0.32-1/
  packages/python-llfuse/tags/0.32-1/debian/changelog
    (from rev 17436, packages/python-llfuse/trunk/debian/changelog)
  packages/python-llfuse/tags/0.32-1/debian/control
    (from rev 17430, packages/python-llfuse/trunk/debian/control)
  packages/python-llfuse/tags/0.32-1/debian/copyright
    (from rev 17431, packages/python-llfuse/trunk/debian/copyright)
  packages/python-llfuse/tags/0.32-1/debian/rules
    (from rev 17439, packages/python-llfuse/trunk/debian/rules)
  packages/python-llfuse/tags/0.32-1/debian/source/local-options
    (from rev 17411, packages/python-llfuse/trunk/debian/source/local-options)
Deleted:
  packages/python-llfuse/tags/0.32-1/debian/changelog
  packages/python-llfuse/tags/0.32-1/debian/control
  packages/python-llfuse/tags/0.32-1/debian/copyright
  packages/python-llfuse/tags/0.32-1/debian/rules

Deleted: packages/python-llfuse/tags/0.32-1/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2011-06-11 23:05:32 UTC (rev 17409)
+++ packages/python-llfuse/tags/0.32-1/debian/changelog	2011-06-15 18:23:53 UTC (rev 17468)
@@ -1,13 +0,0 @@
-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, 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-1/debian/changelog (from rev 17436, packages/python-llfuse/trunk/debian/changelog)
===================================================================
--- packages/python-llfuse/tags/0.32-1/debian/changelog	                        (rev 0)
+++ packages/python-llfuse/tags/0.32-1/debian/changelog	2011-06-15 18:23:53 UTC (rev 17468)
@@ -0,0 +1,13 @@
+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-1/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control	2011-06-11 23:05:32 UTC (rev 17409)
+++ packages/python-llfuse/tags/0.32-1/debian/control	2011-06-15 18:23:53 UTC (rev 17468)
@@ -1,100 +0,0 @@
-Source: python-llfuse
-Section: python
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.0
-Priority: optional
-Uploaders: Debian Python Team <debian-python at lists.debian.org>
-Maintainer: Nikolaus Rath <Nikolaus at rath.org>
-Build-Depends: debhelper (>= 8),
-               libfuse-dev (>= 2.8.0),
-               libattr1-dev,
-               python-all (>= 2.6.6-3~),
-               python-all-dbg,
-               python-all-dev,
-               python3-all,
-               python3-all-dbg,
-               python3-all-dev,
-               python-sphinx,
-               pkg-config,
-               python-distribute,
-               python3-setuptools,
-               cython (>= 0.14)
-Standards-Version: 3.9.2
-Homepage: http://code.google.com/p/python-llfuse/
-Vcs-Browser: http://code.google.com/p/python-llfuse/source/browse?repo=debian
-Vcs-Hg: https://debian.python-llfuse.googlecode.com/hg/
-
-Package: python-llfuse
-Architecture: any
-Depends: ${misc:Depends},
-         ${python:Depends},
-         ${shlibs:Depends},
-         libjs-jquery
-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 extension built for the Python debug interpreter.
-
-Package: python3-llfuse
-Architecture: any
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         ${shlibs:Depends},
-         libjs-jquery
-Provides: ${python3:Provides}
-Description: Python 3 bindings for the low-level FUSE API
- Python3-llfuse is a set of Python 3 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.
-
-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 3 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 extension built for the Python 3 debug 
- interpreter.

Copied: packages/python-llfuse/tags/0.32-1/debian/control (from rev 17430, packages/python-llfuse/trunk/debian/control)
===================================================================
--- packages/python-llfuse/tags/0.32-1/debian/control	                        (rev 0)
+++ packages/python-llfuse/tags/0.32-1/debian/control	2011-06-15 18:23:53 UTC (rev 17468)
@@ -0,0 +1,98 @@
+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,
+               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},
+         libjs-jquery
+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 extension built for the Python debug interpreter.
+
+Package: python3-llfuse
+Architecture: any
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends},
+         libjs-jquery
+Provides: ${python3:Provides}
+Description: Python 3 bindings for the low-level FUSE API
+ Python3-llfuse is a set of Python 3 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.
+
+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 3 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 extension built for the Python 3 debug 
+ interpreter.

Deleted: packages/python-llfuse/tags/0.32-1/debian/copyright
===================================================================
--- packages/python-llfuse/trunk/debian/copyright	2011-06-11 23:05:32 UTC (rev 17409)
+++ packages/python-llfuse/tags/0.32-1/debian/copyright	2011-06-15 18:23:53 UTC (rev 17468)
@@ -1,21 +0,0 @@
-    Copyright (C) 2008-2010 Nikolaus Rath <Nikolaus at rath.org>
-
-License:
-
-    This package is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 3 of the License, or (at your option) any later version.
-
-    This package is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL-3'.
-

Copied: packages/python-llfuse/tags/0.32-1/debian/copyright (from rev 17431, packages/python-llfuse/trunk/debian/copyright)
===================================================================
--- packages/python-llfuse/tags/0.32-1/debian/copyright	                        (rev 0)
+++ packages/python-llfuse/tags/0.32-1/debian/copyright	2011-06-15 18:23:53 UTC (rev 17468)
@@ -0,0 +1,21 @@
+Format: http://dep.debian.net/deps/dep5/
+Name: python-llfuse
+Source: http://code.google.com/p/python-llfuse/
+
+Files: *
+Copyright: Copyright 2008 Nikolaus Rath <Nikolaus at rath.org>
+License: LGPL-2+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 2 of the
+ License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ On Debian systems the full text of the GNU Lesser General Public
+ License can be found in the `/usr/share/common-licenses/LGPL-2'
+ file.
+

Deleted: packages/python-llfuse/tags/0.32-1/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-06-11 23:05:32 UTC (rev 17409)
+++ packages/python-llfuse/tags/0.32-1/debian/rules	2011-06-15 18:23:53 UTC (rev 17468)
@@ -1,100 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-#export DH_VERBOSE=1
-
-PYVERS=$(shell pyversions -vr) $(shell py3versions -vr) 
-
-build: build-stamp
-
-build-stamp: build_cython \
-             build_sphinx \
-	     $(PYVERS:%=build-python%) $(PYVERS:%=build-dbg-python%)
-	touch $@
-
-build_cython:
-	dh_testdir
-	python setup.py build_ctypes
-
-build_sphinx:
-	dh_testdir
-	# Disabled until Sphinx 1.1 hits the archive
-	#python setup.py build_sphinx
-
-build-python%: 
-	dh_testdir
-	python$* setup.py build 
-	touch $@
-
-build-dbg-python%:
-	dh_testdir
-	python$*-dbg setup.py build -g
-	touch $@
-
-install: build install-prereq $(PYVERS:%=install-python%) $(PYVERS:%=install-dbg-python%) 
-
-install-prereq:
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
-
-install-python3%: 
-	python3$* setup.py install --force --root=debian/python3-llfuse \
-                                   --no-compile -O0 --install-layout=deb
-
-install-dbg-python3%: 
-	python3$*-dbg setup.py install --force --root=debian/python3-llfuse-dbg \
-                                       --no-compile -O0 --install-layout=deb
-	find debian/python3-llfuse-dbg ! -type d ! -name '*.so' | xargs rm -f
-	find debian/python3-llfuse-dbg -depth -empty -exec rmdir {} \;
-
-install-python2%: 
-	python2$* setup.py install --force --root=$(CURDIR)/debian/python-llfuse \
-                                   --no-compile -O0 --install-layout=deb
-
-install-dbg-python2%: 
-	python2$*-dbg setup.py install --force --root=debian/python-llfuse-dbg \
-                                       --no-compile -O0 --install-layout=deb
-	find debian/python-llfuse-dbg ! -type d ! -name '*.so' | xargs rm -f
-	find debian/python-llfuse-dbg -depth -empty -exec rmdir {} \;
-
-clean:
-	python setup.py clean -a
-	dh_clean
-	rm -rf build-dbg-python* build-python* build-stamp
-
-binary: binary-arch binary-indep
-
-binary-arch: build install
-	dh_testroot -a
-	dh_testdir -a
-	dh_install -a
-	dh_installchangelogs -a Changes.txt
-	dh_installdocs -a
-	dh_fixperms -a
-	chmod +x debian/python-llfuse/usr/share/doc/python-llfuse/contrib/*.py 
-	chmod +x debian/python3-llfuse/usr/share/doc/python3-llfuse/contrib/*.py 
-	dh_python2 -a
-	dh_python3 -a
-	dh_lintian -a
-	for python in python python3; do \
-	   dh_strip -a -p$${python}-llfuse --dbg-package=$${python}-llfuse-dbg; \
-	   (cd debian/$${python}-llfuse-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules); \
-	   rm -rf debian/$${python}-llfuse-dbg/usr/share/doc/$${python}-llfuse-dbg; \
-	   ln -s $${python}-llfuse debian/$${python}-llfuse-dbg/usr/share/doc/$${python}-llfuse-dbg; \
-           ln -sf ../../../../javascript/jquery/jquery.js \
-              debian/$${python}-llfuse/usr/share/doc/$${python}-llfuse/html/_static/jquery.js; \
-	done
-	dh_compress -a -X.txt -X.js -X.py -X.json
-	dh_makeshlibs -a
-	dh_shlibdeps -a
-	dh_md5sums -a 
-	dh_installdeb -a
-	dh_gencontrol -a
-	dh_builddeb -a
-
-binary-indep: 
-
-
-.PHONY: build clean binary binary-arch binary-indep install 

Copied: packages/python-llfuse/tags/0.32-1/debian/rules (from rev 17439, packages/python-llfuse/trunk/debian/rules)
===================================================================
--- packages/python-llfuse/tags/0.32-1/debian/rules	                        (rev 0)
+++ packages/python-llfuse/tags/0.32-1/debian/rules	2011-06-15 18:23:53 UTC (rev 17468)
@@ -0,0 +1,103 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+#export DH_VERBOSE=1
+
+PYVERS=$(shell pyversions -vr) $(shell py3versions -vr) 
+
+build: build-stamp
+
+build-stamp: build_cython \
+             build_sphinx \
+	     $(PYVERS:%=build-python%) \
+             $(PYVERS:%=build-dbg-python%)
+	touch $@
+
+build_cython:
+	dh_testdir
+	python setup.py build_cython
+	touch $@
+
+build_sphinx:
+	dh_testdir
+	# Disabled until Sphinx 1.1 hits the archive or
+	# wishlish bug #63040 is fixed, backporting the required feature
+	#python setup.py build_sphinx
+	touch $@
+
+build-python%: 
+	dh_testdir
+	python$* setup.py build -g
+	touch $@
+
+build-dbg-python%:
+	dh_testdir
+	python$*-dbg setup.py build -g
+	touch $@
+
+install: build install-prereq $(PYVERS:%=install-python%) $(PYVERS:%=install-dbg-python%) 
+
+install-prereq:
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+install-python3%: 
+	python3$* setup.py install --force --root=debian/python3-llfuse \
+                                   --no-compile -O0 --install-layout=deb
+
+install-dbg-python3%: 
+	python3$*-dbg setup.py install --force --root=debian/python3-llfuse-dbg \
+                                       --no-compile -O0 --install-layout=deb
+	find debian/python3-llfuse-dbg ! -type d ! -name '*.so' | xargs rm -f
+	find debian/python3-llfuse-dbg -depth -empty -exec rmdir {} \;
+
+install-python2%: 
+	python2$* setup.py install --force --root=$(CURDIR)/debian/python-llfuse \
+                                   --no-compile -O0 --install-layout=deb
+
+install-dbg-python2%: 
+	python2$*-dbg setup.py install --force --root=debian/python-llfuse-dbg \
+                                       --no-compile -O0 --install-layout=deb
+	find debian/python-llfuse-dbg ! -type d ! -name '*.so' | xargs rm -f
+	find debian/python-llfuse-dbg -depth -empty -exec rmdir {} \;
+
+clean:
+	python setup.py clean -a
+	dh_clean
+	rm -rf build-dbg-python* build-python* build-stamp
+
+binary: binary-arch binary-indep
+
+binary-arch: build install
+	dh_testroot -a
+	dh_testdir -a
+	dh_install -a
+	dh_installchangelogs -a Changes.txt
+	dh_installdocs -a
+	dh_fixperms -a
+	chmod +x debian/python-llfuse/usr/share/doc/python-llfuse/contrib/*.py 
+	chmod +x debian/python3-llfuse/usr/share/doc/python3-llfuse/contrib/*.py 
+	dh_python2 -a
+	dh_python3 -a
+	dh_lintian -a
+	for python in python python3; do \
+	   dh_strip -p$${python}-llfuse --dbg-package=$${python}-llfuse-dbg; \
+	   rm -rf debian/$${python}-llfuse-dbg/usr/share/doc/$${python}-llfuse-dbg; \
+	   ln -s $${python}-llfuse debian/$${python}-llfuse-dbg/usr/share/doc/$${python}-llfuse-dbg; \
+           ln -sf ../../../../javascript/jquery/jquery.js \
+              debian/$${python}-llfuse/usr/share/doc/$${python}-llfuse/html/_static/jquery.js; \
+	done
+	dh_compress -a -X.txt -X.js -X.py -X.json
+	dh_makeshlibs -a
+	dh_shlibdeps -a
+	dh_md5sums -a 
+	dh_installdeb -a
+	dh_gencontrol -a
+	dh_builddeb -a
+
+binary-indep: 
+
+
+.PHONY: build clean binary binary-arch binary-indep install 

Copied: packages/python-llfuse/tags/0.32-1/debian/source/local-options (from rev 17411, packages/python-llfuse/trunk/debian/source/local-options)
===================================================================
--- packages/python-llfuse/tags/0.32-1/debian/source/local-options	                        (rev 0)
+++ packages/python-llfuse/tags/0.32-1/debian/source/local-options	2011-06-15 18:23:53 UTC (rev 17468)
@@ -0,0 +1 @@
+abort-on-upstream-changes




More information about the Python-modules-commits mailing list