[Python-apps-commits] r10921 - in packages/python-rarfile/trunk (10 files)

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Mon Jun 9 19:16:51 UTC 2014


    Date: Monday, June 9, 2014 @ 19:16:51
  Author: hugo6390-guest
Revision: 10921

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

Added:
  packages/python-rarfile/trunk/debian/
  packages/python-rarfile/trunk/debian/changelog
  packages/python-rarfile/trunk/debian/compat
  packages/python-rarfile/trunk/debian/control
  packages/python-rarfile/trunk/debian/copyright
  packages/python-rarfile/trunk/debian/docs
  packages/python-rarfile/trunk/debian/rules
  packages/python-rarfile/trunk/debian/source/
  packages/python-rarfile/trunk/debian/source/format
  packages/python-rarfile/trunk/debian/watch


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

Added: packages/python-rarfile/trunk/debian/changelog
===================================================================
--- packages/python-rarfile/trunk/debian/changelog	                        (rev 0)
+++ packages/python-rarfile/trunk/debian/changelog	2014-06-09 19:16:51 UTC (rev 10921)
@@ -0,0 +1,5 @@
+python-rarfile (2.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #680085)  
+
+ -- Hugo Lefeuvre <hugo6390 at orange.fr>  Mon, 09 Jun 2014 18:59:40 +0200

Added: packages/python-rarfile/trunk/debian/compat
===================================================================
--- packages/python-rarfile/trunk/debian/compat	                        (rev 0)
+++ packages/python-rarfile/trunk/debian/compat	2014-06-09 19:16:51 UTC (rev 10921)
@@ -0,0 +1 @@
+8

Added: packages/python-rarfile/trunk/debian/control
===================================================================
--- packages/python-rarfile/trunk/debian/control	                        (rev 0)
+++ packages/python-rarfile/trunk/debian/control	2014-06-09 19:16:51 UTC (rev 10921)
@@ -0,0 +1,20 @@
+Source: python-rarfile
+Section: python
+Priority: optional
+Maintainer: Hugo Lefeuvre <hugo6390 at orange.fr>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 8.0.0),
+               python3 (>= 3.0.0)
+Standards-Version: 3.9.5
+Homepage: https://github.com/markokr/rarfile
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/rarfile/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/rarfile/trunk/
+
+Package: python-rarfile
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: RAR archive reader module for Python
+ This is a Python module for RAR archive reading. The interface is made
+ a zipfile like as possible. It supports both RAR 2.x and 3.x archives,
+ multi volumes archives, unicode filenames, password protected archives,
+ etc.

Added: packages/python-rarfile/trunk/debian/copyright
===================================================================
--- packages/python-rarfile/trunk/debian/copyright	                        (rev 0)
+++ packages/python-rarfile/trunk/debian/copyright	2014-06-09 19:16:51 UTC (rev 10921)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rarfile
+Source: http://pypi.python.org/pypi/rarfile
+
+Files: *
+Copyright: 2014 Marko Kreen <markokr at gmail.com>
+License: ISC
+  Filession to use, copy, modify, and/or distribute this software for any 
+  purpose with or without fee is hereby granted, provided that the above 
+  copyright notice and this permission notice appear in all copies.
+  .
+  THE SOFTWARE IS PROVIDED “AS IS” AND ISC DISCLAIMS ALL WARRANTIES WITH 
+  REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
+  AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, 
+  OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 
+  USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 
+  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
+  OF THIS SOFTWARE.m: debian/*
+
+Files: debian/*
+Copyright: 2014 Hugo Lefeuvre <hugo6390 at orange.fr>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU 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 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 General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages/python-rarfile/trunk/debian/docs
===================================================================
--- packages/python-rarfile/trunk/debian/docs	                        (rev 0)
+++ packages/python-rarfile/trunk/debian/docs	2014-06-09 19:16:51 UTC (rev 10921)
@@ -0,0 +1,2 @@
+README.rst
+

Added: packages/python-rarfile/trunk/debian/rules
===================================================================
--- packages/python-rarfile/trunk/debian/rules	                        (rev 0)
+++ packages/python-rarfile/trunk/debian/rules	2014-06-09 19:16:51 UTC (rev 10921)
@@ -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/python-rarfile/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-rarfile/trunk/debian/source/format
===================================================================
--- packages/python-rarfile/trunk/debian/source/format	                        (rev 0)
+++ packages/python-rarfile/trunk/debian/source/format	2014-06-09 19:16:51 UTC (rev 10921)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-rarfile/trunk/debian/watch
===================================================================
--- packages/python-rarfile/trunk/debian/watch	                        (rev 0)
+++ packages/python-rarfile/trunk/debian/watch	2014-06-09 19:16:51 UTC (rev 10921)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/r/rarfile/rarfile-(.+)\.tar\.gz


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




More information about the Python-apps-commits mailing list