r30346 - in /trunk/libfinance-bank-ie-permanenttsb-perl/debian: changelog control copyright libfinance-bank-ie-permanenttsb-perl.docs repack.sh
antonio-guest at users.alioth.debian.org
antonio-guest at users.alioth.debian.org
Sat Jan 31 22:29:57 UTC 2009
Author: antonio-guest
Date: Sat Jan 31 22:29:54 2009
New Revision: 30346
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30346
Log:
implementing gregoa's suggestions, lintian clean
Removed:
trunk/libfinance-bank-ie-permanenttsb-perl/debian/libfinance-bank-ie-permanenttsb-perl.docs
Modified:
trunk/libfinance-bank-ie-permanenttsb-perl/debian/changelog
trunk/libfinance-bank-ie-permanenttsb-perl/debian/control
trunk/libfinance-bank-ie-permanenttsb-perl/debian/copyright
trunk/libfinance-bank-ie-permanenttsb-perl/debian/repack.sh
Modified: trunk/libfinance-bank-ie-permanenttsb-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfinance-bank-ie-permanenttsb-perl/debian/changelog?rev=30346&op=diff
==============================================================================
--- trunk/libfinance-bank-ie-permanenttsb-perl/debian/changelog (original)
+++ trunk/libfinance-bank-ie-permanenttsb-perl/debian/changelog Sat Jan 31 22:29:54 2009
@@ -1,16 +1,4 @@
-libfinance-bank-ie-permanenttsb-perl (0.2+dfsg.1-1) UNRELEASED; urgency=low
-
- TODO:
- * d/repack.sh: maybe be a bit more aggressive when removing stuff, cf. my
- comments in libxml-bare-perl?
- * d/copyright: the source is licensed as
- License-Alias: Perl
- License: GPL-1+ | Artistic
- * remove debian/libfinance-bank-ie-permanenttsb-perl.docs, the README is
- just a text version of the POD/manpage
- * d/control: probably too many build dependencies, since there are no tests
- any more (as a side note: all the lib*-perl packages should be in B-D-I
- instead of B-D if they were needed); debhelper + quilt should be enough
+libfinance-bank-ie-permanenttsb-perl (0.2+dfsg.1-1) unstable; urgency=low
* Initial Release. (Closes: #513699)
Modified: trunk/libfinance-bank-ie-permanenttsb-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfinance-bank-ie-permanenttsb-perl/debian/control?rev=30346&op=diff
==============================================================================
--- trunk/libfinance-bank-ie-permanenttsb-perl/debian/control (original)
+++ trunk/libfinance-bank-ie-permanenttsb-perl/debian/control Sat Jan 31 22:29:54 2009
@@ -1,7 +1,7 @@
Source: libfinance-bank-ie-permanenttsb-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), libtest-mockobject-perl, libdate-calc-perl, libhtml-parser-perl, libwww-mechanize-perl, quilt
+Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: perl (>= 5.6.0-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Antonio Radici <antonio at dyne.org>
Modified: trunk/libfinance-bank-ie-permanenttsb-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfinance-bank-ie-permanenttsb-perl/debian/copyright?rev=30346&op=diff
==============================================================================
--- trunk/libfinance-bank-ie-permanenttsb-perl/debian/copyright (original)
+++ trunk/libfinance-bank-ie-permanenttsb-perl/debian/copyright Sat Jan 31 22:29:54 2009
@@ -17,7 +17,8 @@
Files: *
Copyright: 2009, Angelo "pallotron" Failla, <pallotron at freaknet.org>
-License: Artistic
+License-Alias: Perl
+License: GPL-1+ | Artistic
Files: debian/*
Copyright: 2009, Antonio Radici <antonio at dyne.org>
Modified: trunk/libfinance-bank-ie-permanenttsb-perl/debian/repack.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfinance-bank-ie-permanenttsb-perl/debian/repack.sh?rev=30346&op=diff
==============================================================================
--- trunk/libfinance-bank-ie-permanenttsb-perl/debian/repack.sh (original)
+++ trunk/libfinance-bank-ie-permanenttsb-perl/debian/repack.sh Sat Jan 31 22:29:54 2009
@@ -32,28 +32,13 @@
## Remove stuff
# remove rfc1320.txt
-rm -v $UP_BASE/t/data/loginpage_step2.html \
- $UP_BASE/t/data/loginpage.html \
- $UP_BASE/t/data/balance_homepage.html \
- $UP_BASE/t/data/statement_page.html \
- $UP_BASE/t/data/statement_page1.html \
- $UP_BASE/t/data/statement_page2.html \
- $UP_BASE/t/data/statement_page3.html \
- $UP_BASE/t/Finance-Bank-IE-PermanentTSB.t
+# drop all tests, they are using non-redistributable material
+rm -rfv $UP_BASE/t
# delete lines referencing removed files from MANIFEST
-sed -i '\,t/data/loginpage_step2.html, D' $UP_BASE/MANIFEST
-sed -i '\,t/data/loginpage.html, D' $UP_BASE/MANIFEST
-sed -i '\,t/data/balance_homepage.html, D' $UP_BASE/MANIFEST
-sed -i '\,t/data/statement_page.html, D' $UP_BASE/MANIFEST
-sed -i '\,t/data/statement_page1.html, D' $UP_BASE/MANIFEST
-sed -i '\,t/data/statement_page2.html, D' $UP_BASE/MANIFEST
-sed -i '\,t/data/statement_page3.html, D' $UP_BASE/MANIFEST
+sed -i '\,t/data, D' $UP_BASE/MANIFEST
sed -i '\,t/Finance-Bank-IE-PermanentTSB.t, D' $UP_BASE/MANIFEST
## End
-
-# at this point the dir will be empty so we can remove it
-rm -rf $UP_BASE/t
mv "$UP_BASE" "$DIR/$REPACK_DIR"
More information about the Pkg-perl-cvs-commits
mailing list