[Python-modules-commits] r10516 - in packages/python-lzma/trunk (11 files)

mrbeige-guest at users.alioth.debian.org mrbeige-guest at users.alioth.debian.org
Wed Nov 18 08:13:39 UTC 2009


    Date: Wednesday, November 18, 2009 @ 08:13:28
  Author: mrbeige-guest
Revision: 10516

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-lzma/trunk/debian/
  packages/python-lzma/trunk/debian/README.Debian
  packages/python-lzma/trunk/debian/README.source
  packages/python-lzma/trunk/debian/changelog
  packages/python-lzma/trunk/debian/compat
  packages/python-lzma/trunk/debian/control
  packages/python-lzma/trunk/debian/copyright
  packages/python-lzma/trunk/debian/docs
  packages/python-lzma/trunk/debian/pyversions
  packages/python-lzma/trunk/debian/rules
  packages/python-lzma/trunk/debian/watch


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

Added: packages/python-lzma/trunk/debian/README.Debian
===================================================================
--- packages/python-lzma/trunk/debian/README.Debian	                        (rev 0)
+++ packages/python-lzma/trunk/debian/README.Debian	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1,7 @@
+python-lzma for Debian
+----------------------
+
+Unfortunantly, pyliblzma uses the new Py_buffer interface, which is
+only backported to python2.6.
+
+ -- Richard Darst <Richard Darst <rkd at zgib.net>>  Sun, 15 Nov 2009 17:01:44 -0500

Added: packages/python-lzma/trunk/debian/README.source
===================================================================
--- packages/python-lzma/trunk/debian/README.source	                        (rev 0)
+++ packages/python-lzma/trunk/debian/README.source	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1,9 @@
+python-lzma for Debian
+----------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+

Added: packages/python-lzma/trunk/debian/changelog
===================================================================
--- packages/python-lzma/trunk/debian/changelog	                        (rev 0)
+++ packages/python-lzma/trunk/debian/changelog	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1,5 @@
+python-lzma (0.5.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Richard Darst <rkd at zgib.net>  Sun, 15 Nov 2009 17:01:44 -0500

Added: packages/python-lzma/trunk/debian/compat
===================================================================
--- packages/python-lzma/trunk/debian/compat	                        (rev 0)
+++ packages/python-lzma/trunk/debian/compat	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1 @@
+7

Added: packages/python-lzma/trunk/debian/control
===================================================================
--- packages/python-lzma/trunk/debian/control	                        (rev 0)
+++ packages/python-lzma/trunk/debian/control	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1,17 @@
+Source: python-lzma
+Section: python
+Priority: extra
+Maintainer: Richard Darst <rkd at zgib.net>
+Build-Depends: debhelper (>= 7.0.50~), liblzma-dev, python2.6-dev, python-setuptools, pkg-config, python-support
+Standards-Version: 3.8.3
+XS-Python-Version: >= 2.6
+Homepage: https://launchpad.net/pyliblzma
+
+Package: python-lzma
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, liblzma0
+Provides: ${python:Provides}
+Description: Python bindings for liblzma
+ PylibLZMA provides a Python interface for the liblzma library to read
+ and write data that has been compressed or can be decompressed by
+ Lasse Collin's xz / lzma utils.

Added: packages/python-lzma/trunk/debian/copyright
===================================================================
--- packages/python-lzma/trunk/debian/copyright	                        (rev 0)
+++ packages/python-lzma/trunk/debian/copyright	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1,29 @@
+This work was packaged for Debian by:
+
+    Richard Darst <rkd at zgib.net> on Sun, 15 Nov 2009 17:01:44 -0500
+
+It was downloaded from http://pypi.python.org/pypi/pyliblzma
+                       https://launchpad.net/pyliblzma
+
+Upstream Author:
+
+    Øyvind Karlsen <peroyvind at mandriva.org>
+
+Copyright:
+
+    Copyright (c) 2008 Per Øyvind Karlsen <peroyvind at mandriva.org>
+    liblzma Copyright (C) 2007-2008  Lasse Collin
+    LZMA SDK Copyright (C) 1999-2007 Igor Pavlov
+    <likewise for another author>
+
+License:
+
+    GPL version 3, 
+    see `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Richard Darst <rkd at zgib.net>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.

Added: packages/python-lzma/trunk/debian/docs
===================================================================
--- packages/python-lzma/trunk/debian/docs	                        (rev 0)
+++ packages/python-lzma/trunk/debian/docs	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1,5 @@
+NEWS
+README
+ChangeLog
+PKG-INFO
+THANKS

Added: packages/python-lzma/trunk/debian/pyversions
===================================================================
--- packages/python-lzma/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-lzma/trunk/debian/pyversions	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1 @@
+2.6-

Added: packages/python-lzma/trunk/debian/rules
===================================================================
--- packages/python-lzma/trunk/debian/rules	                        (rev 0)
+++ packages/python-lzma/trunk/debian/rules	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+PYVERS=$(shell pyversions -vr debian/control)
+
+clean:
+	rm -rf ./build/
+	rm -f  lzma.so
+	dh clean
+
+override_dh_auto_build:
+	dh_auto_build
+	for i in $(PYVERS); do \
+	  python$$i setup.py test; \
+	done
+
+override_dh_auto_install:
+	for i in $(PYVERS); do \
+	  python$$i setup.py install --install-layout=deb \
+            --root $(CURDIR)/debian/python-lzma; \
+	done
+
+override_dh_pysupport:
+	dh_pysupport
+
+%:
+	dh $@


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

Added: packages/python-lzma/trunk/debian/watch
===================================================================
--- packages/python-lzma/trunk/debian/watch	                        (rev 0)
+++ packages/python-lzma/trunk/debian/watch	2009-11-18 08:13:28 UTC (rev 10516)
@@ -0,0 +1,14 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php python-lzma-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+http://pypi.python.org/packages/source/p/pyliblzma/pyliblzma-(.*)\.tar\.bz2




More information about the Python-modules-commits mailing list