--- python-iso8583-1.2.orig/debian/changelog +++ python-iso8583-1.2/debian/changelog @@ -0,0 +1,21 @@ +python-iso8583 (1.2-0ubuntu2) trusty; urgency=low + + * Convert to minimal dh sequencer. + * Convert to dh_python2. + + -- Logan Rosen Wed, 20 Nov 2013 21:37:31 -0500 + +python-iso8583 (1.2-0ubuntu1) quantal; urgency=low + + * New upstream release. + * debian/rules: Update build structure to satisfy Lintian. + * Bump Standards-Version to 3.9.3. + * Add ${misc:Depends} to python-iso8583 binary. + + -- Logan Rosen Wed, 25 Jul 2012 02:25:14 -0400 + +python-iso8583 (1.1-1) unstable; urgency=low + + * Initial release (Closes: #539097) + + -- Mauro Lizaur Thu, 27 Aug 2009 15:34:49 -0300 --- python-iso8583-1.2.orig/debian/compat +++ python-iso8583-1.2/debian/compat @@ -0,0 +1 @@ +7 --- python-iso8583-1.2.orig/debian/control +++ python-iso8583-1.2/debian/control @@ -0,0 +1,24 @@ +Source: python-iso8583 +Section: python +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Mauro Lizaur +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: python (>= 2.6.6-3~), python-setuptools +Standards-Version: 3.9.3 +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}, ${misc: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. --- python-iso8583-1.2.orig/debian/copyright +++ python-iso8583-1.2/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Mauro Lizaur on +Tue, 28 Jul 2009 23:19:38 -0300. + +It was downloaded from http://code.google.com/p/iso8583py/ + +Upstream Author: + + Igor V. Custodio + +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 . + +The Debian packaging is: + + Copyright © 2009 Mauro Lizaur +and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. --- python-iso8583-1.2.orig/debian/docs +++ python-iso8583-1.2/debian/docs @@ -0,0 +1,2 @@ +README +doc/* --- python-iso8583-1.2.orig/debian/examples +++ python-iso8583-1.2/debian/examples @@ -0,0 +1 @@ +examples/* --- python-iso8583-1.2.orig/debian/rules +++ python-iso8583-1.2/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --with python2 --- python-iso8583-1.2.orig/debian/watch +++ python-iso8583-1.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/iso8583py/downloads/list \ +http://iso8583py.googlecode.com/files/ISO8583%20Module-(.*)\.zip