[Python-modules-commits] r25091 - in packages/python-arpy/trunk (8 files)

christoph at users.alioth.debian.org christoph at users.alioth.debian.org
Sat Jul 6 12:47:43 UTC 2013


    Date: Saturday, July 6, 2013 @ 12:47:42
  Author: christoph
Revision: 25091

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

Added:
  packages/python-arpy/trunk/debian/
  packages/python-arpy/trunk/debian/changelog
  packages/python-arpy/trunk/debian/compat
  packages/python-arpy/trunk/debian/control
  packages/python-arpy/trunk/debian/copyright
  packages/python-arpy/trunk/debian/rules
  packages/python-arpy/trunk/debian/source/
  packages/python-arpy/trunk/debian/source/format


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

Added: packages/python-arpy/trunk/debian/changelog
===================================================================
--- packages/python-arpy/trunk/debian/changelog	                        (rev 0)
+++ packages/python-arpy/trunk/debian/changelog	2013-07-06 12:47:42 UTC (rev 25091)
@@ -0,0 +1,5 @@
+python-arpy (1.1.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #704594)
+
+ -- Christoph Egger <christoph at debian.org>  Mon, 18 Mar 2013 17:15:12 +0100

Added: packages/python-arpy/trunk/debian/compat
===================================================================
--- packages/python-arpy/trunk/debian/compat	                        (rev 0)
+++ packages/python-arpy/trunk/debian/compat	2013-07-06 12:47:42 UTC (rev 25091)
@@ -0,0 +1 @@
+8

Added: packages/python-arpy/trunk/debian/control
===================================================================
--- packages/python-arpy/trunk/debian/control	                        (rev 0)
+++ packages/python-arpy/trunk/debian/control	2013-07-06 12:47:42 UTC (rev 25091)
@@ -0,0 +1,22 @@
+Source: python-arpy
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Christoph Egger <christoph at debian.org>
+Build-Depends: debhelper (>= 8~),
+ python-all,
+ python-setuptools
+Standards-Version: 3.9.4
+Homepage: http://bitbucket.org/viraptor/arpy
+
+Package: python-arpy
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends}
+Provides: ${python:Provides}
+Description: library for accessing "ar" archives
+ arpy is a library for accessing the archive files and reading the
+ contents. It supports extended long filenames in both GNU and BSD
+ format. Right now it does not support the symbol tables, but can
+ ignore them gracefully.

Added: packages/python-arpy/trunk/debian/copyright
===================================================================
--- packages/python-arpy/trunk/debian/copyright	                        (rev 0)
+++ packages/python-arpy/trunk/debian/copyright	2013-07-06 12:47:42 UTC (rev 25091)
@@ -0,0 +1,38 @@
+Files: *
+Copyright:
+  2011 Stanisław Pitucha. All rights reserved.
+  Copyright 2013 Helmut Grohne. All rights reserved.
+License: Simplified BSD (1)
+
+Files: debian/*
+Copyright:
+  2013 Christoph Egger
+License: Simplified BSD (2)
+
+License: Simplified BSD (1)
+ Redistribution and use in source and binary forms, with or without modification, are
+ permitted provided that the following conditions are met:
+
+    1. Redistributions of source code must retain the above copyright notice, this list of
+       conditions and the following disclaimer.
+
+    2. Redistributions in binary form must reproduce the above copyright notice, this list
+       of conditions and the following disclaimer in the documentation and/or other materials
+       provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY Stanisław Pitucha ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Stanisław Pitucha OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ The views and conclusions contained in the software and documentation are those of the
+ authors and should not be interpreted as representing official policies, either expressed
+ or implied, of Stanisław Pitucha.
+
+License: Simplified BSD (2)
+ sed -e s/Stanisław Pitucha//g < 'Simplified BSD (1)'
\ No newline at end of file

Added: packages/python-arpy/trunk/debian/rules
===================================================================
--- packages/python-arpy/trunk/debian/rules	                        (rev 0)
+++ packages/python-arpy/trunk/debian/rules	2013-07-06 12:47:42 UTC (rev 25091)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2


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

Added: packages/python-arpy/trunk/debian/source/format
===================================================================
--- packages/python-arpy/trunk/debian/source/format	                        (rev 0)
+++ packages/python-arpy/trunk/debian/source/format	2013-07-06 12:47:42 UTC (rev 25091)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list