--- libconvert-units-perl-0.43.orig/debian/control +++ libconvert-units-perl-0.43/debian/control @@ -0,0 +1,14 @@ +Source: libconvert-units-perl +Section: perl +Priority: optional +Maintainer: Krzysztof Krzyzaniak (eloy) +Build-Depends-Indep: debhelper (>> 3.0.0), perl5 +Standards-Version: 3.6.2 + +Package: libconvert-units-perl +Architecture: all +Depends: perl5 +Description: Perl module for performing unit conversions + The Units package is a collection of modules for parsing strings + with unit measurements (such as "12pt" or "3 meters") and + converting them to some other unit (such as "picas" or "inches"). --- libconvert-units-perl-0.43.orig/debian/compat +++ libconvert-units-perl-0.43/debian/compat @@ -0,0 +1 @@ +4 --- libconvert-units-perl-0.43.orig/debian/watch +++ libconvert-units-perl-0.43/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://backpan.cpan.org/modules/by-authors/id/R/RR/RRWO/Convert-Units-([\.\d]+).tar.gz --- libconvert-units-perl-0.43.orig/debian/changelog +++ libconvert-units-perl-0.43/debian/changelog @@ -0,0 +1,77 @@ +libconvert-units-perl (1:0.43-1) unstable; urgency=low + + * Added epoch to version + + -- Krzysztof Krzyzaniak (eloy) Wed, 22 Feb 2006 22:02:19 +0100 + +libconvert-units-perl (0.43.1-1) unstable; urgency=low + + * Chnged version to properly upload tar.gz file + + -- Krzysztof Krzyzaniak (eloy) Sun, 12 Feb 2006 23:35:09 +0100 + +libconvert-units-perl (0.43-10) unstable; urgency=low + + * Added debian/watch (backpan) + + -- Krzysztof Krzyzaniak (eloy) Sun, 12 Feb 2006 23:30:50 +0100 + +libconvert-units-perl (0.43-9) unstable; urgency=low + + * debian/control - section/priority changed to perl/optional + + -- Krzysztof Krzyzaniak (eloy) Fri, 18 Nov 2005 17:30:55 +0100 + +libconvert-units-perl (0.43-8) unstable; urgency=low + + * cleaning for Standards-Version: 3.6.2 + + -- Krzysztof Krzyzaniak (eloy) Fri, 18 Nov 2005 17:08:00 +0100 + +libconvert-units-perl (0.43-7) unstable; urgency=low + + * debian/copyright - file was updated to meet new standard + * debian/control - changed Standards-Version to 3.5.10 + + -- Krzysztof Krzyzaniak (eloy) Fri, 27 Jun 2003 11:23:54 +0200 + +libconvert-units-perl (0.43-6) unstable; urgency=low + + * debian/control - changed Standards-Version to 3.5.8.0 and Section to perl + + -- Krzysztof Krzyzaniak (eloy) Thu, 29 May 2003 14:09:21 +0200 + +libconvert-units-perl (0.43-5) unstable; urgency=low + + * new rules file (based on libmd5-perl) build with binary-indep (closes: #157470) + * link to LICENCE in copyright (closes: #157559) + + -- Krzysztof Krzyzaniak (eloy) Mon, 2 Sep 2002 11:20:20 +0200 + +libconvert-units-perl (0.43-4) unstable; urgency=low + + * rules file was rewritten + + -- Krzysztof Krzyzaniak (eloy) Mon, 8 Apr 2002 15:17:26 +0200 + +libconvert-units-perl (0.43-3) unstable; urgency=low + + * Build-Depends changed to Build-Depends-Indep (avoid lintian error) + + -- Krzysztof Krzyzaniak (eloy) Mon, 17 Dec 2001 22:50:48 +0100 + +libconvert-units-perl (0.43-2) unstable; urgency=low + + * Arch: any changed to Arch: all + + -- Krzysztof Krzyzaniak (eloy) Mon, 17 Dec 2001 22:33:30 +0100 + +libconvert-units-perl (0.43-1) unstable; urgency=low + + * Initial Release (closes: #123403). + + -- Krzysztof Krzyzaniak (eloy) Wed, 12 Dec 2001 11:11:39 +0100 + +Local variables: +mode: debian-changelog +End: --- libconvert-units-perl-0.43.orig/debian/copyright +++ libconvert-units-perl-0.43/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Krzysztof Krzyzaniak (eloy) on +Tue, 11 Dec 2001 11:26:46 +0100. + +It was downloaded from +ftp://ftp.cpan.org/pub/CPAN/modules/by-category/17_Archiving_and_Compression/Convert/Convert-Units-0.43.tar.gz + +Upstream Author: Robert Rothenberg + +Copyright: + +Copyright (c) 1999 Robert Rothenberg. All rights reserved. + +This library 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 the GNU General +Public License can be found in /usr/share/common-licenses/GPL' and +the Artistic Licence in /usr/share/common-licenses/Artistic'. --- libconvert-units-perl-0.43.orig/debian/rules +++ libconvert-units-perl-0.43/debian/rules @@ -0,0 +1,69 @@ +#!/usr/bin/make -f +# -*- Makefile -*- + +# Make sure perl is defined (allow overriding from the command line +PERL ?= /usr/bin/perl + +# Set our build directory +b := $(shell pwd)/debian/libconvert-units-perl + +arrange: arrange-stamp +arrange-stamp: install + dh_testdir + dh_installdirs + touch arrange-stamp + +binary: binary-stamp +binary-stamp: binary-indep binary-arch + dh_testdir + touch binary-stamp + +binary-arch: binary-arch-stamp +binary-arch-stamp: arrange + dh_testdir + touch binary-arch-stamp + +binary-indep: binary-indep-stamp +binary-indep-stamp: arrange + dh_testdir + dh_testroot + dh_installdocs README + dh_installchangelogs Changes + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + touch binary-indep-stamp + +build: build-stamp +build-stamp: config + dh_testdir + $(MAKE) + $(MAKE) test + touch build-stamp + +clean: + dh_testdir + dh_testroot + if [ -e Makefile ]; then $(MAKE) -i distclean; fi + dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-stamp + +config: config-stamp +config-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + touch config-stamp + +install: install-stamp +install-stamp: build + dh_testdir + $(MAKE) install PREFIX=$(b)/usr + touch install-stamp + +.PHONY: arrange binary binary-arch binary-indep build clean config install