[Python-modules-commits] r17409 - in packages/python-llfuse/trunk (14 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sat Jun 11 23:05:33 UTC 2011


    Date: Saturday, June 11, 2011 @ 23:05:32
  Author: nikratio-guest
Revision: 17409

[svn-inject] Applying Debian modifications (0.32-1) to trunk

Added:
  packages/python-llfuse/trunk/debian/
  packages/python-llfuse/trunk/debian/changelog
  packages/python-llfuse/trunk/debian/compat
  packages/python-llfuse/trunk/debian/control
  packages/python-llfuse/trunk/debian/copyright
  packages/python-llfuse/trunk/debian/python-llfuse.doc-base
  packages/python-llfuse/trunk/debian/python-llfuse.docs
  packages/python-llfuse/trunk/debian/python3-llfuse.doc-base
  packages/python-llfuse/trunk/debian/python3-llfuse.docs
  packages/python-llfuse/trunk/debian/rules
  packages/python-llfuse/trunk/debian/source/
  packages/python-llfuse/trunk/debian/source/format
  packages/python-llfuse/trunk/debian/source/options
  packages/python-llfuse/trunk/debian/watch


Property changes on: packages/python-llfuse/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/changelog	2011-06-11 23:05:32 UTC (rev 17409)
@@ -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, 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
+

Added: packages/python-llfuse/trunk/debian/compat
===================================================================
--- packages/python-llfuse/trunk/debian/compat	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/compat	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1 @@
+8

Added: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/control	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1,100 @@
+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.

Added: packages/python-llfuse/trunk/debian/copyright
===================================================================
--- packages/python-llfuse/trunk/debian/copyright	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/copyright	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1,21 @@
+    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'.
+

Added: packages/python-llfuse/trunk/debian/python-llfuse.doc-base
===================================================================
--- packages/python-llfuse/trunk/debian/python-llfuse.doc-base	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/python-llfuse.doc-base	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1,8 @@
+Document: python-llfuse
+Title: Python-llfuse API Documentation
+Author: Nikolaus Rath <Nikolaus at rath.org>
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-llfuse/html/index.html
+Files: /usr/share/doc/python-llfuse/html/*.html

Added: packages/python-llfuse/trunk/debian/python-llfuse.docs
===================================================================
--- packages/python-llfuse/trunk/debian/python-llfuse.docs	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/python-llfuse.docs	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1,2 @@
+doc/html/
+contrib/

Added: packages/python-llfuse/trunk/debian/python3-llfuse.doc-base
===================================================================
--- packages/python-llfuse/trunk/debian/python3-llfuse.doc-base	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/python3-llfuse.doc-base	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1,8 @@
+Document: python3-llfuse
+Title: Python-LLFUSE API Documentation (Python 3)
+Author: Nikolaus Rath <Nikolaus at rath.org>
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python3-llfuse/html/index.html
+Files: /usr/share/doc/python3-llfuse/html/*.html

Added: packages/python-llfuse/trunk/debian/python3-llfuse.docs
===================================================================
--- packages/python-llfuse/trunk/debian/python3-llfuse.docs	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/python3-llfuse.docs	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1,2 @@
+doc/html/
+contrib/

Added: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/rules	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1,100 @@
+#!/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 


Property changes on: packages/python-llfuse/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-llfuse/trunk/debian/source/format
===================================================================
--- packages/python-llfuse/trunk/debian/source/format	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/source/format	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-llfuse/trunk/debian/source/options
===================================================================
--- packages/python-llfuse/trunk/debian/source/options	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/source/options	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1,4 @@
+compression = "bzip2"
+compression-level = 9
+extend-diff-ignore = "\.pyc$"
+tar-ignore = "*.pyc"

Added: packages/python-llfuse/trunk/debian/watch
===================================================================
--- packages/python-llfuse/trunk/debian/watch	                        (rev 0)
+++ packages/python-llfuse/trunk/debian/watch	2011-06-11 23:05:32 UTC (rev 17409)
@@ -0,0 +1,6 @@
+# watch control file for uscan
+version=3
+http://code.google.com/p/python-llfuse/downloads/list \
+  http://python-llfuse.googlecode.com/files/llfuse-(.+).tar.bz2 \
+  debian uupdate
+




More information about the Python-modules-commits mailing list