[Python-modules-commits] r23040 - in packages/grapevine/trunk (8 files)

thuck-guest at users.alioth.debian.org thuck-guest at users.alioth.debian.org
Thu Nov 22 20:40:08 UTC 2012


    Date: Thursday, November 22, 2012 @ 20:40:06
  Author: thuck-guest
Revision: 23040

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

Added:
  packages/grapevine/trunk/debian/
  packages/grapevine/trunk/debian/changelog
  packages/grapevine/trunk/debian/compat
  packages/grapevine/trunk/debian/control
  packages/grapevine/trunk/debian/copyright
  packages/grapevine/trunk/debian/rules
  packages/grapevine/trunk/debian/source/
  packages/grapevine/trunk/debian/source/format


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

Added: packages/grapevine/trunk/debian/changelog
===================================================================
--- packages/grapevine/trunk/debian/changelog	                        (rev 0)
+++ packages/grapevine/trunk/debian/changelog	2012-11-22 20:40:06 UTC (rev 23040)
@@ -0,0 +1,5 @@
+grapevine (1.0-1) unstable; urgency=low
+
+  * Initial release (closes: #693536).
+
+ -- Denis Doria (Thuck) <denisdoria at gmail.com>  Thu, 15 Nov 2012 08:08:17 +0100

Added: packages/grapevine/trunk/debian/compat
===================================================================
--- packages/grapevine/trunk/debian/compat	                        (rev 0)
+++ packages/grapevine/trunk/debian/compat	2012-11-22 20:40:06 UTC (rev 23040)
@@ -0,0 +1 @@
+7

Added: packages/grapevine/trunk/debian/control
===================================================================
--- packages/grapevine/trunk/debian/control	                        (rev 0)
+++ packages/grapevine/trunk/debian/control	2012-11-22 20:40:06 UTC (rev 23040)
@@ -0,0 +1,13 @@
+Source: grapevine
+Maintainer: Denis Doria (Thuck) <denisdoria at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.3
+
+Package: python-grapevine
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: iterator pipelines
+ *grapevine* (formerly known as *python-pipeline*) lets you create pipelines of
+ iterators.

Added: packages/grapevine/trunk/debian/copyright
===================================================================
--- packages/grapevine/trunk/debian/copyright	                        (rev 0)
+++ packages/grapevine/trunk/debian/copyright	2012-11-22 20:40:06 UTC (rev 23040)
@@ -0,0 +1,32 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&pathrev=174
+Upstream-Name: python-grapevine
+Upstream-Contact: Jakub Wilk <jwilk at jwilk.net>
+Source: https://bitbucket.org/jwilk/python-grapevine
+
+Files: *
+Copyright: 2012-2012, Jakub Wilk <jwilk at jwilk.net>
+License: Expat
+
+Files: debian/*
+Copyright: 2012-2012, Denis Doria (Thuck) <denisdoria at gmail.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ “Software”), to deal in the Software without restriction, including                                                                                                                                                                                                             
+ without limitation the rights to use, copy, modify, merge, publish,                                                                                                                                                                                                             
+ distribute, sublicense, and/or sell copies of the Software, and to                                                                                                                                                                                                              
+ permit persons to whom the Software is furnished to do so, subject to                                                                                                                                                                                                           
+ the following conditions:                                                                                                                                                                                                                                                       
+ .                                                                                                                                                                                                                                                                               
+ The above copyright notice and this permission notice shall be included                                                                                                                                                                                                         
+ in all copies or substantial portions of the Software.                                                                                                                                                                                                                          
+ .                                                                                                                                                                                                                                                                               
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,                                                                                                                                                                                                                 
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                                                                                                                                                                                                              
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.                                                                                                                                                                                                          
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY                                                                                                                                                                                                            
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,                                                                                                                                                                                                            
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE                                                                                                                                                                                                               
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 

Added: packages/grapevine/trunk/debian/rules
===================================================================
--- packages/grapevine/trunk/debian/rules	                        (rev 0)
+++ packages/grapevine/trunk/debian/rules	2012-11-22 20:40:06 UTC (rev 23040)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Thu, 15 Nov 2012 08:08:17 +0100
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


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

Added: packages/grapevine/trunk/debian/source/format
===================================================================
--- packages/grapevine/trunk/debian/source/format	                        (rev 0)
+++ packages/grapevine/trunk/debian/source/format	2012-11-22 20:40:06 UTC (rev 23040)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list