python-stdnum commit: r11 - in python-stdnum/debian: . source
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum commit: r11 - in python-stdnum/debian: . source
- From: "Commits of the python-stdnum project." <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum commit: r11 - in python-stdnum/debian: . source
- Date: Sun, 25 Jul 2010 14:53:06 +0200 (CEST)
Author: arthur
Date: Sun Jul 25 14:53:04 2010
New Revision: 11
URL: http://arthurdejong.org/viewvc/python-stdnum?view=rev&revision=11
Log:
add Debian packaging
Added:
python-stdnum/debian/ (props changed)
python-stdnum/debian/changelog
python-stdnum/debian/compat
python-stdnum/debian/control
python-stdnum/debian/copyright
python-stdnum/debian/docs
python-stdnum/debian/rules (contents, props changed)
python-stdnum/debian/source/
python-stdnum/debian/source/format
Added: python-stdnum/debian/changelog
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ python-stdnum/debian/changelog Sun Jul 25 14:53:04 2010 (r11)
@@ -0,0 +1,5 @@
+python-stdnum (0.1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Arthur de Jong <adejong@debian.org> Sat, 24 Jul 2010 00:55:41 +0200
Added: python-stdnum/debian/compat
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ python-stdnum/debian/compat Sun Jul 25 14:53:04 2010 (r11)
@@ -0,0 +1 @@
+7
Added: python-stdnum/debian/control
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ python-stdnum/debian/control Sun Jul 25 14:53:04 2010 (r11)
@@ -0,0 +1,24 @@
+Source: python-stdnum
+Section: python
+Priority: optional
+Maintainer: Arthur de Jong <adejong@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: python-stdnum/debian/copyright
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ python-stdnum/debian/copyright Sun Jul 25 14:53:04 2010 (r11)
@@ -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: python-stdnum/debian/docs
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ python-stdnum/debian/docs Sun Jul 25 14:53:04 2010 (r11)
@@ -0,0 +1,2 @@
+README
+NEWS
Added: python-stdnum/debian/rules
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ python-stdnum/debian/rules Sun Jul 25 14:53:04 2010 (r11)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
Added: python-stdnum/debian/source/format
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ python-stdnum/debian/source/format Sun Jul 25 14:53:04 2010 (r11)
@@ -0,0 +1 @@
+3.0 (native)
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits
- python-stdnum commit: r11 - in python-stdnum/debian: . source,
Commits of the python-stdnum project.