Add 'debian/' from commit '50ea90445844f6d1e4180dad992e31be997a5463'

git-subtree-dir: debian
git-subtree-mainline: d1b8e44daee6a223a102f3458d98e710a5bd5c78
git-subtree-split: 50ea904458
master
Benjamin Dauvergne 2015-04-02 19:32:22 +02:00
révision 1e1aa12286
5 fichiers modifiés avec 63 ajouts et 0 suppressions

11
debian/changelog externe Normal file
Voir le fichier

@ -0,0 +1,11 @@
eopayment (0.0.20-0) squeeze; urgency=low
* New packaging for debian squeeze.
-- Benjamin Dauvergne <bdauvergne@dor-lomin.entrouvert.com> Mon, 07 Oct 2013 15:13:59 +0200
eopayment (0.0.1-1) lenny; urgency=low
* Initial package, targetting lenny.
-- Frederic Peters <fpeters@debian.org> Mon, 02 May 2011 09:51:28 +0200

1
debian/compat externe Normal file
Voir le fichier

@ -0,0 +1 @@
7

17
debian/control externe Normal file
Voir le fichier

@ -0,0 +1,17 @@
Source: eopayment
Section: python
Priority: optional
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3)
Standards-Version: 3.9.1
X-Python-Version: >= 2.6
Homepage: http://dev.entrouvert.org/projects/eopayment/
Package: python-eopayment
Architecture: all
Depends: ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: common API to access online payment services
eopayment is a Python module to interface with French's bank credit
card online payment services. Supported services are ATOS/SIP, SystemPay,
and SPPLUS.

25
debian/copyright externe Normal file
Voir le fichier

@ -0,0 +1,25 @@
This package was debianized by Frederic Peters <fpeters@debian.org> on
Mon, 02 May 2011 09:48:09 +0200
Upstream Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Copyright (c) 2011 Entr'ouvert;
License is GNU GPL v3.
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, write to the Free Software Foundation, Inc., 59 Temple
Place - Suite 330, Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL'.

9
debian/rules externe Executable file
Voir le fichier

@ -0,0 +1,9 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0+git at
# Fri, 14 Jun 2013 17:33:52 +0200
%:
dh $@ --with python2 --buildsystem=python_distutils