[Python-modules-commits] r14204 - in packages/python-stdnum/trunk (10 files)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Mon Aug 16 19:31:10 UTC 2010
Date: Monday, August 16, 2010 @ 19:31:04
Author: adejong
Revision: 14204
[svn-inject] Applying Debian modifications (0.1-1) to trunk
Added:
packages/python-stdnum/trunk/debian/
packages/python-stdnum/trunk/debian/changelog
packages/python-stdnum/trunk/debian/compat
packages/python-stdnum/trunk/debian/control
packages/python-stdnum/trunk/debian/copyright
packages/python-stdnum/trunk/debian/docs
packages/python-stdnum/trunk/debian/rules
packages/python-stdnum/trunk/debian/source/
packages/python-stdnum/trunk/debian/source/format
packages/python-stdnum/trunk/debian/watch
Property changes on: packages/python-stdnum/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-stdnum/trunk/debian/changelog
===================================================================
--- packages/python-stdnum/trunk/debian/changelog (rev 0)
+++ packages/python-stdnum/trunk/debian/changelog 2010-08-16 19:31:04 UTC (rev 14204)
@@ -0,0 +1,12 @@
+python-stdnum (0.1-1) unstable; urgency=low
+
+ * Re-upload as non-native package.
+ * Add debian/watch file.
+
+ -- Arthur de Jong <adejong at debian.org> Mon, 26 Jul 2010 22:00:00 +0200
+
+python-stdnum (0.1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Arthur de Jong <adejong at debian.org> Sat, 24 Jul 2010 00:55:41 +0200
Added: packages/python-stdnum/trunk/debian/compat
===================================================================
--- packages/python-stdnum/trunk/debian/compat (rev 0)
+++ packages/python-stdnum/trunk/debian/compat 2010-08-16 19:31:04 UTC (rev 14204)
@@ -0,0 +1 @@
+7
Added: packages/python-stdnum/trunk/debian/control
===================================================================
--- packages/python-stdnum/trunk/debian/control (rev 0)
+++ packages/python-stdnum/trunk/debian/control 2010-08-16 19:31:04 UTC (rev 14204)
@@ -0,0 +1,24 @@
+Source: python-stdnum
+Section: python
+Priority: optional
+Maintainer: Arthur de Jong <adejong at debian.org>
+Standards-Version: 3.9.0
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools
+Build-Depends-Indep: python, python-support (>= 0.6.4)
+XS-Python-Version: >= 2.5
+Homepage: http://arthurdejong.org/python-stdnum/
+Vcs-Svn: http://arthurdejong.org/svn/python-stdnum/python-stdnum/
+Vcs-Browser: http://arthurdejong.org/viewcvs/python-stdnum/python-stdnum/
+
+Package: python-stdnum
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Python module to handle standardized numbers and codes
+ A Python module to parse, validate and reformat standard numbers and codes
+ in different formats.
+ .
+ Currently this module supports the following formats:
+ .
+ * ISBN (International Standard Book Number)
+ * ISSN (International Standard Serial Number)
+ * BSN (Burgerservicenummer, the Ducth national identification number)
Added: packages/python-stdnum/trunk/debian/copyright
===================================================================
--- packages/python-stdnum/trunk/debian/copyright (rev 0)
+++ packages/python-stdnum/trunk/debian/copyright 2010-08-16 19:31:04 UTC (rev 14204)
@@ -0,0 +1,19 @@
+This is python-stdnum, a library for parsing and validating standard
+number.
+
+Files: *
+Copyright: Copyright (C) 2010 Arthur de Jong
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ On Debian GNU/Linux systems, the complete text of
+ the GNU Lesser General Public License can be found in
+ /usr/share/common-licenses/LGPL-2.1.
Added: packages/python-stdnum/trunk/debian/docs
===================================================================
--- packages/python-stdnum/trunk/debian/docs (rev 0)
+++ packages/python-stdnum/trunk/debian/docs 2010-08-16 19:31:04 UTC (rev 14204)
@@ -0,0 +1,2 @@
+README
+NEWS
Added: packages/python-stdnum/trunk/debian/rules
===================================================================
--- packages/python-stdnum/trunk/debian/rules (rev 0)
+++ packages/python-stdnum/trunk/debian/rules 2010-08-16 19:31:04 UTC (rev 14204)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
Property changes on: packages/python-stdnum/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-stdnum/trunk/debian/source/format
===================================================================
--- packages/python-stdnum/trunk/debian/source/format (rev 0)
+++ packages/python-stdnum/trunk/debian/source/format 2010-08-16 19:31:04 UTC (rev 14204)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-stdnum/trunk/debian/watch
===================================================================
--- packages/python-stdnum/trunk/debian/watch (rev 0)
+++ packages/python-stdnum/trunk/debian/watch 2010-08-16 19:31:04 UTC (rev 14204)
@@ -0,0 +1,2 @@
+version=3
+http://arthurdejong.org/python-stdnum/python-stdnum-(\d+)\.(\d+)\.tar\.gz
More information about the Python-modules-commits
mailing list