--- php-sepa-direct-debit-20131216.orig/debian/changelog +++ php-sepa-direct-debit-20131216/debian/changelog @@ -0,0 +1,17 @@ +php-sepa-direct-debit (20131216-1) unstable; urgency=low + + * New upstream release + + -- Cyril Bouthors Mon, 16 Dec 2013 15:57:55 +0100 + +php-sepa-direct-debit (20130924-1) unstable; urgency=low + + * New upstream release + + -- Cyril Bouthors Tue, 24 Sep 2013 17:10:16 +0200 + +php-sepa-direct-debit (20130807-1) unstable; urgency=low + + * Initial Release (closes: #719029). + + -- Cyril Bouthors Wed, 07 Aug 2013 23:33:30 +0200 --- php-sepa-direct-debit-20131216.orig/debian/compat +++ php-sepa-direct-debit-20131216/debian/compat @@ -0,0 +1 @@ +7 --- php-sepa-direct-debit-20131216.orig/debian/control +++ php-sepa-direct-debit-20131216/debian/control @@ -0,0 +1,14 @@ +Source: php-sepa-direct-debit +Section: php +Priority: extra +Maintainer: Cyril Bouthors +Uploaders: Cyril Bouthors , Cyril Bouthors +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.4 +Homepage: https://github.com/congressus/sepa-direct-debit + +Package: php-sepa-direct-debit +Architecture: all +Depends: ${misc:Depends}, php5 +Description: Create Sepa Direct Debit XML Files in PHP + Library to create SEPA Direct Debit XML files in PHP --- php-sepa-direct-debit-20131216.orig/debian/copyright +++ php-sepa-direct-debit-20131216/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Cyril Bouthors on +Wed Aug 7 23:15:17 CEST 2013 + +It was downloaded https://github.com/congressus/sepa-direct-debit + +Upstream Author: + Congressus, The Netherlands + +Copyright: + Congressus, The Netherlands Date: 14-05-2013 + +License: GNU LESSER GENERAL PUBLIC LICENSE + +MIT LICENSE + +Copyright (c) 2013 Congressus, The Netherlands + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +The Debian packaging is (C) 2013, Cyril Bouthors and is +licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- php-sepa-direct-debit-20131216.orig/debian/dirs +++ php-sepa-direct-debit-20131216/debian/dirs @@ -0,0 +1 @@ +usr/share/php --- php-sepa-direct-debit-20131216.orig/debian/rules +++ php-sepa-direct-debit-20131216/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_install: + mkdir -p debian/php-sepa-direct-debit/usr/share/php/php-sepa-direct-debit + cp pain.008.001.02.xsd SEPASDD.php debian/php-sepa-direct-debit/usr/share/php/php-sepa-direct-debit + + mkdir -p debian/php-sepa-direct-debit/usr/share/doc/php-sepa-direct-debit + cp README* example.php debian/php-sepa-direct-debit/usr/share/doc/php-sepa-direct-debit