r9621 - in /trunk/libcgi-formbuilder-source-yaml-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Tue Nov 20 00:23:54 UTC 2007


Author: emhn-guest
Date: Tue Nov 20 00:23:54 2007
New Revision: 9621

URL: http://svn.debian.org/wsvn/?sc=1&rev=9621
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libcgi-formbuilder-source-yaml-perl/Makefile.PL
    trunk/libcgi-formbuilder-source-yaml-perl/debian/
    trunk/libcgi-formbuilder-source-yaml-perl/debian/changelog
    trunk/libcgi-formbuilder-source-yaml-perl/debian/compat
    trunk/libcgi-formbuilder-source-yaml-perl/debian/control
    trunk/libcgi-formbuilder-source-yaml-perl/debian/copyright
    trunk/libcgi-formbuilder-source-yaml-perl/debian/rules   (with props)
    trunk/libcgi-formbuilder-source-yaml-perl/debian/watch

Added: trunk/libcgi-formbuilder-source-yaml-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libcgi-formbuilder-source-yaml-perl/Makefile.PL?rev=9621&op=file
==============================================================================
--- trunk/libcgi-formbuilder-source-yaml-perl/Makefile.PL (added)
+++ trunk/libcgi-formbuilder-source-yaml-perl/Makefile.PL Tue Nov 20 00:23:54 2007
@@ -1,0 +1,7 @@
+# This Makefile.PL has been autogenerated by the module CPAN.pm
+# because there was no Makefile.PL supplied.
+# Autogenerated on: Mon Nov 19 19:33:39 2007
+
+use ExtUtils::MakeMaker;
+WriteMakefile(NAME => q[unknown]);
+

Added: trunk/libcgi-formbuilder-source-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcgi-formbuilder-source-yaml-perl/debian/changelog?rev=9621&op=file
==============================================================================
--- trunk/libcgi-formbuilder-source-yaml-perl/debian/changelog (added)
+++ trunk/libcgi-formbuilder-source-yaml-perl/debian/changelog Tue Nov 20 00:23:54 2007
@@ -1,0 +1,7 @@
+libcgi-formbuilder-source-yaml-perl (1.0008-1) unstable; urgency=low
+
+  * Initial Release (Closes: #452037).
+  * Moved package into Debian Pkg Perl Project SVN.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Mon, 19 Nov 2007 19:41:24 -0400
+

Added: trunk/libcgi-formbuilder-source-yaml-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libcgi-formbuilder-source-yaml-perl/debian/compat?rev=9621&op=file
==============================================================================
--- trunk/libcgi-formbuilder-source-yaml-perl/debian/compat (added)
+++ trunk/libcgi-formbuilder-source-yaml-perl/debian/compat Tue Nov 20 00:23:54 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libcgi-formbuilder-source-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcgi-formbuilder-source-yaml-perl/debian/control?rev=9621&op=file
==============================================================================
--- trunk/libcgi-formbuilder-source-yaml-perl/debian/control (added)
+++ trunk/libcgi-formbuilder-source-yaml-perl/debian/control Tue Nov 20 00:23:54 2007
@@ -1,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 Pkg Perl <pkg-perl at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+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.2
+
+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.

Added: trunk/libcgi-formbuilder-source-yaml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcgi-formbuilder-source-yaml-perl/debian/copyright?rev=9621&op=file
==============================================================================
--- trunk/libcgi-formbuilder-source-yaml-perl/debian/copyright (added)
+++ trunk/libcgi-formbuilder-source-yaml-perl/debian/copyright Tue Nov 20 00:23:54 2007
@@ -1,0 +1,21 @@
+This package was debianized by Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+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 <hedges at ucsd.edu>
+
+Copyright:
+
+Copyright (c) 2006 Mark Hedges <hedges at ucsd.edu>. 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.

Added: trunk/libcgi-formbuilder-source-yaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcgi-formbuilder-source-yaml-perl/debian/rules?rev=9621&op=file
==============================================================================
--- trunk/libcgi-formbuilder-source-yaml-perl/debian/rules (added)
+++ trunk/libcgi-formbuilder-source-yaml-perl/debian/rules Tue Nov 20 00:23:54 2007
@@ -1,0 +1,67 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> 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 <email at jasonkohles.com>
+# 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)
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	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

Propchange: trunk/libcgi-formbuilder-source-yaml-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-formbuilder-source-yaml-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcgi-formbuilder-source-yaml-perl/debian/watch?rev=9621&op=file
==============================================================================
--- trunk/libcgi-formbuilder-source-yaml-perl/debian/watch (added)
+++ trunk/libcgi-formbuilder-source-yaml-perl/debian/watch Tue Nov 20 00:23:54 2007
@@ -1,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/CGI/CGI-FormBuilder-Source-YAML-([\d\.]+)\.(?:tar\.gz|tar|tgz)




More information about the Pkg-perl-cvs-commits mailing list