Remove existing debian tree

This commit is contained in:
Benjamin Dauvergne 2015-04-02 19:31:46 +02:00
parent bd4d3cd786
commit d1b8e44dae
4 changed files with 0 additions and 60 deletions

35
debian/changelog vendored
View File

@ -1,35 +0,0 @@
eopayment (0.0.3-4) squeeze; urgency=low
* coin
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 30 Jan 2012 19:50:39 +0100
eopayment (0.0.3-3) squeeze; urgency=low
* add missing dependency on python-crypto
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 30 Jan 2012 19:30:45 +0100
eopayment (0.0.3-2) squeeze; urgency=low
* Improve debian/ using python-stdeb
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 30 Jan 2012 16:06:42 +0100
eopayment (0.0.3-1) squeeze; urgency=low
* New upstream release.
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 30 Jan 2012 15:52:32 +0100
eopayment (0.0.1-2) lenny; urgency=low
* New package, with fix for Python 2.5.
-- Frederic Peters <fpeters@debian.org> Mon, 02 May 2011 11:14:33 +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 vendored
View File

@ -1 +0,0 @@
7

15
debian/control vendored
View File

@ -1,15 +0,0 @@
Source: eopayment
Maintainer: Frederic Peters <fpeters@debian.org>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
Standards-Version: 3.9.1
Package: python-eopayment
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-crypto (>= 2.1.0)
Breaks: ${python:Breaks}
Description: Common API to use all French online payment credit card proc
eopayment is a Python module to interface with French's bank credit card
online payment services. Supported services are ATOS/SIP, SystemPay, and
SPPLUS.

9
debian/rules vendored
View File

@ -1,9 +0,0 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0+git at
# Mon, 30 Jan 2012 16:02:57 +0100
%:
dh $@ --with python2 --buildsystem=python_distutils