--- libcgi-formbuilder-source-yaml-perl-1.0.8.orig/debian/control +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/control @@ -0,0 +1,27 @@ +Source: libcgi-formbuilder-source-yaml-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl +Build-Depends-Indep: perl (>= 5.8.0), libcgi-formbuilder-perl, + libyaml-syck-perl +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov +Homepage: http://search.cpan.org/dist/CGI-FormBuilder-Source-YAML/ +Vcs-Svn: + svn://svn.debian.org/pkg-perl/trunk/libcgi-formbuilder-source-yaml-perl/ +Vcs-Browser: + http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formbuilder-source-yaml-perl/ +Standards-Version: 3.7.3 + +Package: libcgi-formbuilder-source-yaml-perl +Architecture: all +Depends: ${perl:Depends}, libcgi-formbuilder-perl (>= 3.02), libyaml-syck-perl +Description: Initialize FormBuilder application from YAML file + This Perl module reads a YAML file containing CGI::FormBuilder configuration + options and returns a hash that can be directly fed into the application + initialization method CGI::FormBuilder->new(). + . + It uses YAML::Syck as YAML backend, allowing full data structure + specification as well as code fragment specification. This is particularly + useful if you need to define validation callbacks, as if often desired + in CGI::FormBuilder applications. --- libcgi-formbuilder-source-yaml-perl-1.0.8.orig/debian/rules +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/rules @@ -0,0 +1,68 @@ +#!/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. +# +# It was later modified by Jason Kohles +# http://www.jasonkohles.com/ to support Module::Build installed modules + +# 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) Build.PL installdirs=vendor + $(PERL) Build + $(PERL) Build test + touch build-stamp + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Build ] || $(PERL) Build distclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(PERL) Build install destdir=$(TMP) create_packlist=0 + #find $(TMP) -type f -name .packlist -print0 | xargs -0 rm + touch install-stamp + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot + 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 --- libcgi-formbuilder-source-yaml-perl-1.0.8.orig/debian/watch +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/CGI-FormBuilder-Source-YAML/ .+/CGI-FormBuilder-Source-YAML-([\d\.]+)\.(?:tar\.gz|tar|tgz) --- libcgi-formbuilder-source-yaml-perl-1.0.8.orig/debian/copyright +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Ernesto Hernández-Novich (USB) +on Mon, 19 Nov 2007 19:43:27 -0400 + +It was downloaded from http://search.cpan.org/dist/CGI-FormBuilder-Source-YAML/ + +Upstream Authors: + +Mark Hedges + +Copyright: + +Copyright (c) 2006 Mark Hedges . All rights reserved. + +This module is free software; you may copy it under terms of the Perl license. + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. + +The complete text of the GNU General Public License can be found in +/usr/share/common-licenses/GPL and the Artistic License can be found +in /usr/share/common-licenses/Artistic. --- libcgi-formbuilder-source-yaml-perl-1.0.8.orig/debian/compat +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/compat @@ -0,0 +1 @@ +5 --- libcgi-formbuilder-source-yaml-perl-1.0.8.orig/debian/changelog +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/changelog @@ -0,0 +1,19 @@ +libcgi-formbuilder-source-yaml-perl (1.0.8-2) unstable; urgency=low + + [ Martín Ferrari ] + * debian/rules: added create_packlist=0 option to inhibit creation of + packlist. + * debian/control: bumped standards-version. + * debian/copyright: converted to UTF-8. + + [ Damyan Ivanov ] + * Put me in Uploaders instead of Ernesto + + -- Damyan Ivanov Sun, 09 Dec 2007 22:47:10 +0200 + +libcgi-formbuilder-source-yaml-perl (1.0.8-1) unstable; urgency=low + + * Initial Release (Closes: #452037). + + -- Ernesto Hernández-Novich (USB) Fri, 23 Nov 2007 09:48:44 -0400 +