--- libfinance-streamer-perl-1.10.orig/debian/rules +++ libfinance-streamer-perl-1.10/debian/rules @@ -0,0 +1,54 @@ +#! /usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian Linux libfinance-streamer-perl package +# Copyright (C) 2001 by Dirk Eddelbuettel + +package := $(shell dh_listpackages) +debtmp := $(CURDIR)/debian/$(package) + +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(debtmp) + [ ! -d $(debtmp)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(debtmp)/usr/lib/perl5 + touch $@ + +binary-indep: build install + dh_testdir + dh_testroot + dh_perl + dh_installdocs FAQ + dh_installexamples examples/* + dh_installchangelogs Changes + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libfinance-streamer-perl-1.10.orig/debian/watch +++ libfinance-streamer-perl-1.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Finance-Streamer/ .*/Finance-Streamer-v?([\d\.]+)\.tar\.gz --- libfinance-streamer-perl-1.10.orig/debian/compat +++ libfinance-streamer-perl-1.10/debian/compat @@ -0,0 +1 @@ +6 --- libfinance-streamer-perl-1.10.orig/debian/copyright +++ libfinance-streamer-perl-1.10/debian/copyright @@ -0,0 +1,29 @@ +This is the Debian GNU/Linux libfinance-streamer-perl version of the +Finance-Streamer module by Jeremiah Mahler + +Original source can be downloaded from http://search.cpan.org/dist/Finance-Streamer/ + +Files: * +Copyright: Copyright (c) 2001,2002, Jeremiah Mahler. All Rights Reserved. +License: (GPL1+|Artistic) + This module is free software. It may be used, redistributed + and/or modified under the same terms as Perl itself. + +Files: debian/* +Copyright: © 2001-2004 Dirk Eddelbuettel +Copyright: © 2008 Debian Perl Group +License: (GPL1+|Artistic) + This software is free. It may be used, redistributed + and/or modified under the same terms as Perl itself. + +Perl license is: + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later version, or + + b) the "Artistic License" which comes with Perl. + +On Debian GNU/Linux systems, the complete text of these licenses can be found +in /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic. --- libfinance-streamer-perl-1.10.orig/debian/changelog +++ libfinance-streamer-perl-1.10/debian/changelog @@ -0,0 +1,83 @@ +libfinance-streamer-perl (1.10-2) unstable; urgency=low + + [ Carlo Segre ] + * Modified source package name to libfinance-streamer-perl to be + consistent with Perl package naming scheme + * Upgraded watch file to version 3 + * New maintainer - + Debian Perl Group + via Carlo Segre + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * Change URL in watch file. + * debian/rules: + - activate dh_md5sum + - move tests to build target + - don't ignore errors + - removed unused dh_* calls, comments, targets, variables + - don't install empty /usr/lib/perl5 directory + * debian/rules: + - set debhelper compatibility level to 5 + - move debhelper to Build-Depends + * debian/rules: delete /usr/lib/perl5 only if it exists. + + [ Jose Luis Rivas ] + * debian/control: updated to 3.7.3 Standards-Version (no changes needed) + * debian/rules: `touch $@' instead of `touch *-stamp' + + [ Damyan Ivanov ] + * Update debian/copyright + + switch to machine-readable format + + update © years + + update upstream source location to be author-independent + + add Debian Perl Group to debian/* copyright holders + * debian/rules: + + stop installing README + + install FAQ + + drop unused dh_installdirs + + use dh_clean for removing stamps + + use DESTDIR, not PREFIX when invoking $(MAKE) install + + make install-stamp target depend in build-stamp + * debhelper compatibility level 6 + * debian/watch: add v? to the pattern + * debian/control: + + use Finance::Streamer in the long description + + clean Uploaders, add myself + + -- Damyan Ivanov Thu, 10 Jan 2008 09:56:25 +0200 + +libfinance-streamer-perl (1.10-1) unstable; urgency=low + + * Upgraded to new upstream release 1.10 + * debian/control: Section changed to perl + * debian/control: Standards-Version upgraded to 3.6.1.0 + + -- Dirk Eddelbuettel Thu, 29 Jan 2004 20:13:18 -0600 + +finance-streamer (1.09-1) unstable; urgency=low + + * Upgraded to new upstream release 1.09 + + -- Dirk Eddelbuettel Tue, 4 Feb 2003 19:24:00 -0600 + +finance-streamer (1.08-1) unstable; urgency=low + + * Upgraded to new upstream release 1.08 + + -- Dirk Eddelbuettel Wed, 28 Aug 2002 20:28:35 -0500 + +finance-streamer (1.07-1) unstable; urgency=low + + * Upgraded to new upstream release 1.07 + * debian/copyright: Corrected common-license/GPL file ref (lintian) + + -- Dirk Eddelbuettel Fri, 4 Jan 2002 20:37:59 -0600 + +finance-streamer (1.05-1) unstable; urgency=low + + * Initial Debian release following WNPP heads-up (Closes: #98665) + + -- Dirk Eddelbuettel Sun, 27 May 2001 10:31:44 -0500 --- libfinance-streamer-perl-1.10.orig/debian/control +++ libfinance-streamer-perl-1.10/debian/control @@ -0,0 +1,21 @@ +Source: libfinance-streamer-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Carlo Segre , Damyan Ivanov +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: perl +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Finance-Streamer/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfinance-streamer-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libfinance-streamer-perl/ + +Package: libfinance-streamer-perl +Architecture: all +Depends: ${perl:Depends} +Description: Perl5 module with interface to Datek Streamer + Finance::Streamer provides an interface that can be used to access data + provided by the Datek Streamer data feed. + . + It works with the new Streamer (version 3) as opposed to the older + (version 2).