[Python-modules-commits] r9258 - in packages/python-iso8583/trunk (10 files)

mlizaur-guest at users.alioth.debian.org mlizaur-guest at users.alioth.debian.org
Mon Aug 3 21:09:43 UTC 2009


    Date: Monday, August 3, 2009 @ 21:09:42
  Author: mlizaur-guest
Revision: 9258

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-iso8583/trunk/debian/
  packages/python-iso8583/trunk/debian/changelog
  packages/python-iso8583/trunk/debian/compat
  packages/python-iso8583/trunk/debian/control
  packages/python-iso8583/trunk/debian/copyright
  packages/python-iso8583/trunk/debian/docs
  packages/python-iso8583/trunk/debian/examples
  packages/python-iso8583/trunk/debian/python-iso8583.debhelper.log
  packages/python-iso8583/trunk/debian/rules
  packages/python-iso8583/trunk/debian/watch


Property changes on: packages/python-iso8583/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-iso8583/trunk/debian/changelog
===================================================================
--- packages/python-iso8583/trunk/debian/changelog	                        (rev 0)
+++ packages/python-iso8583/trunk/debian/changelog	2009-08-03 21:09:42 UTC (rev 9258)
@@ -0,0 +1,5 @@
+python-iso8583 (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #539097)
+
+ -- Mauro Lizaur <mauro at cacavoladora.org>  Tue, 28 Jul 2009 23:19:38 -0300

Added: packages/python-iso8583/trunk/debian/compat
===================================================================
--- packages/python-iso8583/trunk/debian/compat	                        (rev 0)
+++ packages/python-iso8583/trunk/debian/compat	2009-08-03 21:09:42 UTC (rev 9258)
@@ -0,0 +1 @@
+7

Added: packages/python-iso8583/trunk/debian/control
===================================================================
--- packages/python-iso8583/trunk/debian/control	                        (rev 0)
+++ packages/python-iso8583/trunk/debian/control	2009-08-03 21:09:42 UTC (rev 9258)
@@ -0,0 +1,23 @@
+Source: python-iso8583
+Section: python
+Priority: optional
+Maintainer: Mauro Lizaur <mauro at cacavoladora.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python (>= 2.4), python-setuptools, python-support (>= 0.6.4)
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-iso8583/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-iso8583/trunk/?op=log
+Homepage: http://code.google.com/p/iso8583py/
+
+
+Package: python-iso8583
+Architecture: all
+Depends: ${python:Depends}
+Description: library for ISO 8583 transactions
+ This library provides a pure Python interface for electronic
+ transactions using ISO 8583 ("Standard for Financial Transaction
+ Card Originated Messages - Interchange message specifications").
+ The vast majority of transactions made at Automated Teller
+ Machines and the MasterCard and Visa networks use ISO 8583
+ at some point.

Added: packages/python-iso8583/trunk/debian/copyright
===================================================================
--- packages/python-iso8583/trunk/debian/copyright	                        (rev 0)
+++ packages/python-iso8583/trunk/debian/copyright	2009-08-03 21:09:42 UTC (rev 9258)
@@ -0,0 +1,32 @@
+This package was debianized by Mauro Lizaur <mauro at cacavoladora.org> on
+Tue, 28 Jul 2009 23:19:38 -0300.
+
+It was downloaded from http://code.google.com/p/iso8583py/
+
+Upstream Author:
+
+    Igor V. Custodio <igorvc at vulcanno.com>
+
+Copyright:
+
+    Copyright (c) 2009 Igor V. Custodio
+
+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
+    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/>.
+
+The Debian packaging is:
+
+    Copyright © 2009 Mauro Lizaur <mauro at cacavoladora.org>
+and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'.

Added: packages/python-iso8583/trunk/debian/docs
===================================================================
--- packages/python-iso8583/trunk/debian/docs	                        (rev 0)
+++ packages/python-iso8583/trunk/debian/docs	2009-08-03 21:09:42 UTC (rev 9258)
@@ -0,0 +1,2 @@
+README
+doc/*

Added: packages/python-iso8583/trunk/debian/examples
===================================================================
--- packages/python-iso8583/trunk/debian/examples	                        (rev 0)
+++ packages/python-iso8583/trunk/debian/examples	2009-08-03 21:09:42 UTC (rev 9258)
@@ -0,0 +1 @@
+examples/*

Added: packages/python-iso8583/trunk/debian/python-iso8583.debhelper.log
===================================================================
--- packages/python-iso8583/trunk/debian/python-iso8583.debhelper.log	                        (rev 0)
+++ packages/python-iso8583/trunk/debian/python-iso8583.debhelper.log	2009-08-03 21:09:42 UTC (rev 9258)
@@ -0,0 +1 @@
+dh_auto_clean

Added: packages/python-iso8583/trunk/debian/rules
===================================================================
--- packages/python-iso8583/trunk/debian/rules	                        (rev 0)
+++ packages/python-iso8583/trunk/debian/rules	2009-08-03 21:09:42 UTC (rev 9258)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+PYVERS=$(shell pyversions -r)
+d=debian/python-iso8583
+
+build: build-stamp
+
+build-stamp: 
+	dh_testdir
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	dh_clean install-stamp $(d) build-stamp build debian/*.log
+	dh_auto_clean
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_installdirs
+	python setup.py install --root=$(d);
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs 
+	dh_installchangelogs
+	dh_installexamples
+	dh_installman
+	dh_compress -X.py
+	dh_fixperms
+	dh_pysupport
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/python-iso8583/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-iso8583/trunk/debian/watch
===================================================================
--- packages/python-iso8583/trunk/debian/watch	                        (rev 0)
+++ packages/python-iso8583/trunk/debian/watch	2009-08-03 21:09:42 UTC (rev 9258)
@@ -0,0 +1,25 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php python-iso8583-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/python-iso8583-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/python-iso8583-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/python-iso8583/python-iso8583-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html python-iso8583-(.*)\.tar\.gz
+
+http://code.google.com/p/iso8583py/downloads/list http://iso8583py.googlecode.com/files/ISO8583\sModule-(.*)\.zip




More information about the Python-modules-commits mailing list