[Python-modules-commits] r7739 - in packages/argvalidate/trunk (6 files)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Tue Feb 24 09:16:34 UTC 2009


    Date: Tuesday, February 24, 2009 @ 09:16:33
  Author: speijnik-guest
Revision: 7739

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/argvalidate/trunk/debian/
  packages/argvalidate/trunk/debian/changelog
  packages/argvalidate/trunk/debian/compat
  packages/argvalidate/trunk/debian/control
  packages/argvalidate/trunk/debian/copyright
  packages/argvalidate/trunk/debian/rules


Property changes on: packages/argvalidate/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/argvalidate/trunk/debian/changelog
===================================================================
--- packages/argvalidate/trunk/debian/changelog	                        (rev 0)
+++ packages/argvalidate/trunk/debian/changelog	2009-02-24 09:16:33 UTC (rev 7739)
@@ -0,0 +1,6 @@
+argvalidate (0.8.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #516880)
+
+ -- Stephan Peijnik <debian at sp.or.at>  Tue, 24 Feb 2009 09:22:11 +0100
+

Added: packages/argvalidate/trunk/debian/compat
===================================================================
--- packages/argvalidate/trunk/debian/compat	                        (rev 0)
+++ packages/argvalidate/trunk/debian/compat	2009-02-24 09:16:33 UTC (rev 7739)
@@ -0,0 +1 @@
+5

Added: packages/argvalidate/trunk/debian/control
===================================================================
--- packages/argvalidate/trunk/debian/control	                        (rev 0)
+++ packages/argvalidate/trunk/debian/control	2009-02-24 09:16:33 UTC (rev 7739)
@@ -0,0 +1,18 @@
+Source: argvalidate
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stephan Peijnik <debian at sp.or.at>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: python-support (>= 0.6), python-setuptools
+Standards-Version: 3.8.0
+Homepage: http://bitbucket.org/sp/python-argvalidate
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-argvalidate/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-argvalidate/trunk/?op=log
+
+Package: python-argvalidate
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: simple argument validator library
+ python-argvalidate provides developers with a simple way of doing
+ type-checking for both Python functions and methods.

Added: packages/argvalidate/trunk/debian/copyright
===================================================================
--- packages/argvalidate/trunk/debian/copyright	                        (rev 0)
+++ packages/argvalidate/trunk/debian/copyright	2009-02-24 09:16:33 UTC (rev 7739)
@@ -0,0 +1,34 @@
+This package was debianized by Stephan Peijnik <debian at sp.or.at> on
+Tue, 24 Feb 2009 09:22:11 +0100.
+
+It was downloaded from <http://pypi.python.org/pypi/argvalidate/>
+
+Upstream Author:
+
+    Stephan Peijnik <stephan at peijnik.at>
+
+Copyright:
+
+    Copyright (C) 2009 Stephan Peijnik
+
+License:
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is (C) 2009, Stephan Peijnik <debian at sp.or.at> and
+is licensed under the GPL, see above.
+

Added: packages/argvalidate/trunk/debian/rules
===================================================================
--- packages/argvalidate/trunk/debian/rules	                        (rev 0)
+++ packages/argvalidate/trunk/debian/rules	2009-02-24 09:16:33 UTC (rev 7739)
@@ -0,0 +1,44 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -rf build
+	find . -name "*\.py[co]" -delete
+	dh_clean
+
+test:
+	python setup.py test
+
+build:
+	python setup.py build
+
+install:
+	python setup.py install --root $(CURDIR)/debian/python-argvalidate
+
+binary-arch:
+
+binary-indep: test build install
+	dh_testdir
+	dh_testroot
+	dh_install
+	dh_installchangelogs
+	dh_installdocs
+	dh_pysupport
+	dh_compress -X.py
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+
+get-orig-source:
+	uscan --force-download --rename --repack
+
+.PHONY: build clean binary-indep binary-arch install test


Property changes on: packages/argvalidate/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-modules-commits mailing list