--- libperl6-form-perl-0.04.orig/debian/control +++ libperl6-form-perl-0.04/debian/control @@ -0,0 +1,24 @@ +Source: libperl6-form-perl +Maintainer: Debian Perl Group +Uploaders: Allard Hoeve , Gunnar Wolf , gregor herrmann , Carlo Segre +Section: perl +Priority: optional +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Perl6-Form/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libperl6-form-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl6-form-perl/ +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>> 5.8), libperl6-export-perl (>= 0.07) + +Package: libperl6-form-perl +Architecture: all +Depends: perl (>> 5.8), ${perl:Depends}, libperl6-export-perl (>= 0.07) +Conflicts: libperl6-form-perl +Description: perl - Perl6::Form - Implements the Perl 6 'form' built-in + Formats are Perl 5's mechanism for creating text templates with + fixed-width fields. Those fields are then filled in using values from + prespecified package variables. + . + Unlike Perl 5, Perl 6 doesn't have a C keyword. Or the + associated built-in formatting mechanism. Instead it has a Form.pm + module. And a C
function. --- libperl6-form-perl-0.04.orig/debian/rules +++ libperl6-form-perl-0.04/debian/rules @@ -0,0 +1,72 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +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=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 + + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installexamples demo/* + chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/* + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +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 install --- libperl6-form-perl-0.04.orig/debian/watch +++ libperl6-form-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Perl6-Form/ .*/Perl6-Form-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libperl6-form-perl-0.04.orig/debian/copyright +++ libperl6-form-perl-0.04/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Allard Hoeve on +Wed, 21 Apr 2004 22:45:45 +0200. + +It was downloaded from http://www.cpan.org/Perl6/ + +Upstream Author: Damian Conway + +Copyright: + + Copyright (c) 2003, Damian Conway. All Rights Reserved. + This module is free software. It may be used, redistributed + and/or modified under the same terms as Perl itself. + +On a Debian system, the GNU public license can be found as +/usr/share/common-licenses/GPL and the Artistic license can be found in +/usr/share/common-licenses/Artistic. --- libperl6-form-perl-0.04.orig/debian/compat +++ libperl6-form-perl-0.04/debian/compat @@ -0,0 +1 @@ +5 --- libperl6-form-perl-0.04.orig/debian/changelog +++ libperl6-form-perl-0.04/debian/changelog @@ -0,0 +1,61 @@ +libperl6-form-perl (0.04-6) unstable; urgency=low + + [ Joachim Breitner ] + * Removed myself from uploaders. + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. Changed: Section to `perl'. + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467842) + - update based on dh-make-perl's templates + - install example fragments and make them non-executable + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + + -- gregor herrmann Tue, 11 Mar 2008 23:49:49 +0100 + +libperl6-form-perl (0.04-5) unstable; urgency=low + + * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo. + * Enable tests in debian/rules. + + -- gregor herrmann Sun, 1 Oct 2006 14:44:07 +0200 + +libperl6-form-perl (0.04-4) unstable; urgency=low + + * Moved debhelper to Build-Depends. + * Set Standards-Version to 3.7.2 (no changes). + * Set Debhelper Compatibility Level to 5. + * Removed empty /usr/lib/perl5 from package. + + -- gregor herrmann Fri, 16 Jun 2006 16:50:21 +0200 + +libperl6-form-perl (0.04-3) unstable; urgency=low + + * First Debian upload (Closes: #247245) + * Filled in debian/copyright data + + -- Gunnar Wolf Thu, 20 May 2004 10:16:23 -0500 + +libperl6-form-perl (0.04-2) unstable; urgency=low + + * Add Uploaders: line to include Joachim, Gunnar and me + * Depend on Perl6::Exports (>= 0.07) + + -- Allard Hoeve Mon, 26 Apr 2004 22:10:27 +0200 + +libperl6-form-perl (0.04-1) unstable; urgency=low + + * New upstream release + + -- Allard Hoeve Wed, 21 Apr 2004 21:52:31 +0200 + +libperl6-form-perl (0.03-1) unstable; urgency=low + + * Initial Debian version. + + -- Allard Hoeve Fri, 05 Mar 2004 16:24:55 +0100 + +