[Python-modules-commits] r21528 - in packages/simplegeneric/trunk (10 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri May 4 00:43:39 UTC 2012


    Date: Friday, May 4, 2012 @ 00:43:37
  Author: eriol-guest
Revision: 21528

Added original packaging work made by C?\195?\169dric Delfosse

Added:
  packages/simplegeneric/trunk/debian/
  packages/simplegeneric/trunk/debian/changelog
  packages/simplegeneric/trunk/debian/compat
  packages/simplegeneric/trunk/debian/control
  packages/simplegeneric/trunk/debian/copyright
  packages/simplegeneric/trunk/debian/docs
  packages/simplegeneric/trunk/debian/rules
  packages/simplegeneric/trunk/debian/source/
  packages/simplegeneric/trunk/debian/source/format
  packages/simplegeneric/trunk/debian/watch


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

Added: packages/simplegeneric/trunk/debian/changelog
===================================================================
--- packages/simplegeneric/trunk/debian/changelog	                        (rev 0)
+++ packages/simplegeneric/trunk/debian/changelog	2012-05-04 00:43:37 UTC (rev 21528)
@@ -0,0 +1,5 @@
+simplegeneric (0.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #591295)
+
+ -- Cédric Delfosse <cedric at debian.org>  Wed, 04 Aug 2010 20:53:42 +0200

Added: packages/simplegeneric/trunk/debian/compat
===================================================================
--- packages/simplegeneric/trunk/debian/compat	                        (rev 0)
+++ packages/simplegeneric/trunk/debian/compat	2012-05-04 00:43:37 UTC (rev 21528)
@@ -0,0 +1 @@
+7

Added: packages/simplegeneric/trunk/debian/control
===================================================================
--- packages/simplegeneric/trunk/debian/control	                        (rev 0)
+++ packages/simplegeneric/trunk/debian/control	2012-05-04 00:43:37 UTC (rev 21528)
@@ -0,0 +1,19 @@
+Source: simplegeneric
+Section: python
+Priority: extra
+Maintainer: Cédric Delfosse <cedric at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all, python-support, python-setuptools
+Standards-Version: 3.9.1
+XS-Python-Version: all
+Homepage: http://pypi.python.org/pypi/simplegeneric
+
+Package: python-simplegeneric
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: Simple generic functions for Python
+ The simplegeneric module lets you define simple single-dispatch generic
+ functions, akin to Python's built-in generic functions like len(), iter() and
+ so on. However, instead of using specially-named methods, these generic
+ functions use simple lookup tables, akin to those used by e.g. pickle.dump()
+ and other generic functions found in the Python standard library.

Added: packages/simplegeneric/trunk/debian/copyright
===================================================================
--- packages/simplegeneric/trunk/debian/copyright	                        (rev 0)
+++ packages/simplegeneric/trunk/debian/copyright	2012-05-04 00:43:37 UTC (rev 21528)
@@ -0,0 +1,39 @@
+This work was packaged for Debian by:
+
+    Cédric Delfosse <cedric at debian.org> on Wed, 04 Aug 2010 20:53:42 +0200
+
+It was downloaded from:
+
+    http://pypi.python.org/pypi/simplegeneric
+
+Upstream Author(s):
+
+    Phillip J. Eby <peak at eby-sarna com>
+
+Copyright:
+
+    Copyright (C) 2010 Phillip J. Eby
+
+License:
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+On Debian systems, the complete text of the Apache version 2.0 license
+can be found in "/usr/share/common-licenses/Apache-2.0".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Cédric Delfosse <cedric at debian.org>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/simplegeneric/trunk/debian/docs
===================================================================
--- packages/simplegeneric/trunk/debian/docs	                        (rev 0)
+++ packages/simplegeneric/trunk/debian/docs	2012-05-04 00:43:37 UTC (rev 21528)
@@ -0,0 +1 @@
+README.txt
\ No newline at end of file

Added: packages/simplegeneric/trunk/debian/rules
===================================================================
--- packages/simplegeneric/trunk/debian/rules	                        (rev 0)
+++ packages/simplegeneric/trunk/debian/rules	2012-05-04 00:43:37 UTC (rev 21528)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 


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

Added: packages/simplegeneric/trunk/debian/source/format
===================================================================
--- packages/simplegeneric/trunk/debian/source/format	                        (rev 0)
+++ packages/simplegeneric/trunk/debian/source/format	2012-05-04 00:43:37 UTC (rev 21528)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/simplegeneric/trunk/debian/watch
===================================================================
--- packages/simplegeneric/trunk/debian/watch	                        (rev 0)
+++ packages/simplegeneric/trunk/debian/watch	2012-05-04 00:43:37 UTC (rev 21528)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-(.*)\.zip
\ No newline at end of file




More information about the Python-modules-commits mailing list