[Python-modules-commits] r13912 - in packages/pylzma/trunk (13 files)

lxsameer-guest at users.alioth.debian.org lxsameer-guest at users.alioth.debian.org
Mon Jul 12 12:48:17 UTC 2010


    Date: Monday, July 12, 2010 @ 12:48:05
  Author: lxsameer-guest
Revision: 13912

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

Added:
  packages/pylzma/trunk/debian/
  packages/pylzma/trunk/debian/changelog
  packages/pylzma/trunk/debian/compat
  packages/pylzma/trunk/debian/control
  packages/pylzma/trunk/debian/copyright
  packages/pylzma/trunk/debian/docs
  packages/pylzma/trunk/debian/patches/
  packages/pylzma/trunk/debian/patches/debian-changes-0.4.2-1
  packages/pylzma/trunk/debian/patches/series
  packages/pylzma/trunk/debian/rules
  packages/pylzma/trunk/debian/source/
  packages/pylzma/trunk/debian/source/format
  packages/pylzma/trunk/debian/watch


Property changes on: packages/pylzma/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pylzma/trunk/debian/changelog
===================================================================
--- packages/pylzma/trunk/debian/changelog	                        (rev 0)
+++ packages/pylzma/trunk/debian/changelog	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1,5 @@
+pylzma (0.4.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #506865)
+
+ -- Sameer Rahmani <lxsameer at gnu.org>  Tue, 06 Jul 2010 17:47:16 +0430

Added: packages/pylzma/trunk/debian/compat
===================================================================
--- packages/pylzma/trunk/debian/compat	                        (rev 0)
+++ packages/pylzma/trunk/debian/compat	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1 @@
+7

Added: packages/pylzma/trunk/debian/control
===================================================================
--- packages/pylzma/trunk/debian/control	                        (rev 0)
+++ packages/pylzma/trunk/debian/control	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1,17 @@
+Source: pylzma
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sameer Rahmani <lxsameer at gnu.org>
+Build-Depends: debhelper (>= 7.0.50~), python, python-support, python-all-dev
+Standards-Version: 3.8.4
+Homepage:  http://www.joachim-bauch.de/projects/python/pylzma/
+Vcs-Git: http://github.com/fancycode/pylzma.git
+Vcs-Browser: http://github.com/fancycode/pylzma
+
+Package: python-pylzma
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: python bindings for the lzma compression library
+ platform independent python bindings for the
+ lzma compression library.

Added: packages/pylzma/trunk/debian/copyright
===================================================================
--- packages/pylzma/trunk/debian/copyright	                        (rev 0)
+++ packages/pylzma/trunk/debian/copyright	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1,42 @@
+This work was packaged for Debian by:
+
+    Sameer Rahmani <lxsameer at gnu.org> on Tue, 06 Jul 2010 17:47:16 +0430
+
+It was downloaded from:
+
+    http://github.com/fancycode/pylzma/downloads
+
+Upstream Author(s):
+
+    Joachim Bauch <mail at joachim-bauch.de>
+    
+
+Copyright:
+
+    Copyright (C) 2010 Joachim Bauch
+
+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 2 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 General Public License
+    along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in "/usr/share/common-licenses/LGPL-2".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Sameer Rahmani <lxsameer at gnu.org>
+
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/pylzma/trunk/debian/docs
===================================================================
--- packages/pylzma/trunk/debian/docs	                        (rev 0)
+++ packages/pylzma/trunk/debian/docs	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1,2 @@
+readme.txt
+version.txt

Added: packages/pylzma/trunk/debian/patches/debian-changes-0.4.2-1
===================================================================
--- packages/pylzma/trunk/debian/patches/debian-changes-0.4.2-1	                        (rev 0)
+++ packages/pylzma/trunk/debian/patches/debian-changes-0.4.2-1	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1,118 @@
+Description: Upstream changes introduced in version 0.4.2-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ pylzma (0.4.2-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #506865)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Sameer Rahmani <lxsameer at gnu.org>
+Bug-Debian: http://bugs.debian.org/506865
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ pylzma-0.4.2/pylzma.egg-info/PKG-INFO
+@@ -0,0 +1,19 @@
++Metadata-Version: 1.0
++Name: pylzma
++Version: 0.4.2dev
++Summary: Python bindings for the LZMA library by Igor Pavlov.
++Home-page: http://www.joachim-bauch.de/projects/pylzma/
++Author: Joachim Bauch
++Author-email: mail at joachim-bauch.de
++License: LGPL
++Download-URL: http://pypi.python.org/pypi/pylzma/
++Description: PyLZMA provides a platform independent way to read and write data
++        that has been compressed or can be decompressed by the LZMA library by Igor Pavlov.
++Keywords: lzma compression
++Platform: UNKNOWN
++Classifier: Development Status :: 5 - Production/Stable
++Classifier: Programming Language :: Python
++Classifier: Topic :: Software Development :: Libraries :: Python Modules
++Classifier: Intended Audience :: Developers
++Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
++Classifier: Operating System :: OS Independent
+--- /dev/null
++++ pylzma-0.4.2/pylzma.egg-info/not-zip-safe
+@@ -0,0 +1 @@
++
+--- /dev/null
++++ pylzma-0.4.2/pylzma.egg-info/top_level.txt
+@@ -0,0 +1,2 @@
++py7zlib
++pylzma
+--- /dev/null
++++ pylzma-0.4.2/pylzma.egg-info/dependency_links.txt
+@@ -0,0 +1 @@
++
+--- /dev/null
++++ pylzma-0.4.2/pylzma.egg-info/SOURCES.txt
+@@ -0,0 +1,53 @@
++LICENSE.txt
++MANIFEST.in
++ez_setup.py
++py7zlib.py
++readme.txt
++setup.cfg
++setup.py
++version.txt
++doc/THANKS.txt
++doc/usage.txt
++pylzma.egg-info/PKG-INFO
++pylzma.egg-info/SOURCES.txt
++pylzma.egg-info/dependency_links.txt
++pylzma.egg-info/not-zip-safe
++pylzma.egg-info/top_level.txt
++src/compat/LzmaCompatDecode.c
++src/compat/LzmaCompatDecode.h
++src/compat/copying.txt
++src/pylzma/pylzma.c
++src/pylzma/pylzma.h
++src/pylzma/pylzma_compress.c
++src/pylzma/pylzma_compress.h
++src/pylzma/pylzma_compressfile.c
++src/pylzma/pylzma_compressfile.h
++src/pylzma/pylzma_compressobj.c
++src/pylzma/pylzma_compressobj.h
++src/pylzma/pylzma_decompress.c
++src/pylzma/pylzma_decompress.h
++src/pylzma/pylzma_decompress_compat.c
++src/pylzma/pylzma_decompress_compat.h
++src/pylzma/pylzma_decompressobj.c
++src/pylzma/pylzma_decompressobj.h
++src/pylzma/pylzma_decompressobj_compat.c
++src/pylzma/pylzma_decompressobj_compat.h
++src/pylzma/pylzma_streams.c
++src/pylzma/pylzma_streams.h
++src/sdk/7zFormat.txt
++src/sdk/7zVersion.h
++src/sdk/LzFind.c
++src/sdk/LzFind.h
++src/sdk/LzFindMt.c
++src/sdk/LzFindMt.h
++src/sdk/LzHash.h
++src/sdk/LzmaDec.c
++src/sdk/LzmaDec.h
++src/sdk/LzmaEnc.c
++src/sdk/LzmaEnc.h
++src/sdk/Methods.txt
++src/sdk/Threads.c
++src/sdk/Threads.h
++src/sdk/Types.h
++src/sdk/history.txt
++src/sdk/lzma.txt
+\ No newline at end of file

Added: packages/pylzma/trunk/debian/patches/series
===================================================================
--- packages/pylzma/trunk/debian/patches/series	                        (rev 0)
+++ packages/pylzma/trunk/debian/patches/series	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1 @@
+debian-changes-0.4.2-1

Added: packages/pylzma/trunk/debian/rules
===================================================================
--- packages/pylzma/trunk/debian/rules	                        (rev 0)
+++ packages/pylzma/trunk/debian/rules	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1,13 @@
+#!/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
+
+%:
+	dh $@ 


Property changes on: packages/pylzma/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pylzma/trunk/debian/source/format
===================================================================
--- packages/pylzma/trunk/debian/source/format	                        (rev 0)
+++ packages/pylzma/trunk/debian/source/format	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pylzma/trunk/debian/watch
===================================================================
--- packages/pylzma/trunk/debian/watch	                        (rev 0)
+++ packages/pylzma/trunk/debian/watch	2010-07-12 12:48:05 UTC (rev 13912)
@@ -0,0 +1,23 @@
+# 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 pylzma-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/pylzma-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/pylzma-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/pylzma/pylzma-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html pylzma-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list