[Python-modules-commits] r18435 - in packages/python-gnupg/trunk (10 files)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Fri Sep 2 23:54:37 UTC 2011


    Date: Friday, September 2, 2011 @ 23:54:36
  Author: davidvilla-guest
Revision: 18435

initial release

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


Property changes on: packages/python-gnupg/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + yes

Added: packages/python-gnupg/trunk/debian/changelog
===================================================================
--- packages/python-gnupg/trunk/debian/changelog	                        (rev 0)
+++ packages/python-gnupg/trunk/debian/changelog	2011-09-02 23:54:36 UTC (rev 18435)
@@ -0,0 +1,5 @@
+python-gnupg (0.2.8-1) unstable; urgency=low
+
+  * Initial release
+
+ -- David Villa Alises <David.Villa at uclm.es>  Sat, 03 Sep 2011 01:18:39 +0200

Added: packages/python-gnupg/trunk/debian/compat
===================================================================
--- packages/python-gnupg/trunk/debian/compat	                        (rev 0)
+++ packages/python-gnupg/trunk/debian/compat	2011-09-02 23:54:36 UTC (rev 18435)
@@ -0,0 +1 @@
+7

Added: packages/python-gnupg/trunk/debian/control
===================================================================
--- packages/python-gnupg/trunk/debian/control	                        (rev 0)
+++ packages/python-gnupg/trunk/debian/control	2011-09-02 23:54:36 UTC (rev 18435)
@@ -0,0 +1,14 @@
+Source: python-gnupg
+Maintainer: David Villa Alises <David.Villa at uclm.es>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.2
+
+Package: python-gnupg
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, gnupg
+Description: Wrapper for the Gnu Privacy Guard (GPG or GnuPG)
+ This module allows easy access to GnuPG's key management, encryption
+ and signature functionality from Python programs. It is intended for
+ use with Python 2.4 or greater.

Added: packages/python-gnupg/trunk/debian/copyright
===================================================================
--- packages/python-gnupg/trunk/debian/copyright	                        (rev 0)
+++ packages/python-gnupg/trunk/debian/copyright	2011-09-02 23:54:36 UTC (rev 18435)
@@ -0,0 +1,26 @@
+Copyright (c) 2008-2011 by Vinay Sajip.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * 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.
+    * The name(s) of the copyright holder(s) may not be used to endorse or
+      promote products derived from this software without specific prior
+      written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) "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 THE COPYRIGHT HOLDER(S) 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.
+

Added: packages/python-gnupg/trunk/debian/files
===================================================================
--- packages/python-gnupg/trunk/debian/files	                        (rev 0)
+++ packages/python-gnupg/trunk/debian/files	2011-09-02 23:54:36 UTC (rev 18435)
@@ -0,0 +1 @@
+python-gnupg_0.2.7-1_all.deb python optional

Added: packages/python-gnupg/trunk/debian/rules
===================================================================
--- packages/python-gnupg/trunk/debian/rules	                        (rev 0)
+++ packages/python-gnupg/trunk/debian/rules	2011-09-02 23:54:36 UTC (rev 18435)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Sat, 03 Sep 2011 00:36:32 +0200
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


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

Added: packages/python-gnupg/trunk/debian/source/format
===================================================================
--- packages/python-gnupg/trunk/debian/source/format	                        (rev 0)
+++ packages/python-gnupg/trunk/debian/source/format	2011-09-02 23:54:36 UTC (rev 18435)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-gnupg/trunk/debian/watch
===================================================================
--- packages/python-gnupg/trunk/debian/watch	                        (rev 0)
+++ packages/python-gnupg/trunk/debian/watch	2011-09-02 23:54:36 UTC (rev 18435)
@@ -0,0 +1,2 @@
+version=3
+http://googlecode.debian.net/p/python-gnupg/python-gnupg-([\d.]+)\.tar\.gz




More information about the Python-modules-commits mailing list