r25307 - in /trunk/libcgi-application-server-perl/debian: ./ changelog compat control copyright rules watch

jaldhar at users.alioth.debian.org jaldhar at users.alioth.debian.org
Thu Sep 18 03:12:06 UTC 2008


Author: jaldhar
Date: Thu Sep 18 03:12:03 2008
New Revision: 25307

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

Added:
    trunk/libcgi-application-server-perl/debian/
    trunk/libcgi-application-server-perl/debian/changelog
    trunk/libcgi-application-server-perl/debian/compat
    trunk/libcgi-application-server-perl/debian/control
    trunk/libcgi-application-server-perl/debian/copyright
    trunk/libcgi-application-server-perl/debian/rules   (with props)
    trunk/libcgi-application-server-perl/debian/watch

Added: trunk/libcgi-application-server-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-server-perl/debian/changelog?rev=25307&op=file
==============================================================================
--- trunk/libcgi-application-server-perl/debian/changelog (added)
+++ trunk/libcgi-application-server-perl/debian/changelog Thu Sep 18 03:12:03 2008
@@ -1,0 +1,12 @@
+libcgi-application-server-perl (0.050-1) unstable; urgency=low
+
+  * New upstream release.
+  * First upload to Debian. (Closes: #497233)
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Sun, 31 Aug 2008 01:14:35 -0400
+
+libcgi-application-server-perl (0.04-1) unstable; urgency=low
+
+  * Initial non-release.
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Wed, 24 Oct 2007 23:28:15 -0400

Added: trunk/libcgi-application-server-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-server-perl/debian/compat?rev=25307&op=file
==============================================================================
--- trunk/libcgi-application-server-perl/debian/compat (added)
+++ trunk/libcgi-application-server-perl/debian/compat Thu Sep 18 03:12:03 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libcgi-application-server-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-server-perl/debian/control?rev=25307&op=file
==============================================================================
--- trunk/libcgi-application-server-perl/debian/control (added)
+++ trunk/libcgi-application-server-perl/debian/control Thu Sep 18 03:12:03 2008
@@ -1,0 +1,17 @@
+Source: libcgi-application-server-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libcgi-application-perl, libcgi-application-basic-plugin-bundle-perl, libhttp-server-simple-perl, libhttp-server-simple-static-perl, libio-capture-perl, libmodule-build-perl, libtest-exception-perl, libtest-http-server-simple-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-www-mechanize-perl, libwww-perl
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/CGI-Application-Server/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libcgi-application-server-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-server-perl/
+
+Package: libcgi-application-server-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libio-capture-perl, libcgi-application-perl, libhttp-server-simple-perl (>= 0.18), libwww-perl
+Description: A simple HTTP server for developing with CGI::Application
+ This is a simple HTTP server for use during development with CGI::Application.

Added: trunk/libcgi-application-server-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-server-perl/debian/copyright?rev=25307&op=file
==============================================================================
--- trunk/libcgi-application-server-perl/debian/copyright (added)
+++ trunk/libcgi-application-server-perl/debian/copyright Thu Sep 18 03:12:03 2008
@@ -1,0 +1,24 @@
+This is the debian package for the CGI-Application-Server module.
+It was created by Jaldhar H. Vyas <jaldhar at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/CGI-Application-Server/
+
+The upstream authors are: Stevan Little <stevan at iinteractive.com>, 
+                          Rob Kinyon <rob.kinyon at iinteractive.com>,
+                          Ricardo SIGNES <rjbs at cpan.org>.
+
+Copyright 2006 by Infinity Interactive, Inc.
+       
+<http://www.iinteractive.com>
+              
+This library is free software; you can redistribute it and/or modify it under 
+the same terms as Perl itself.
+                            
+The Artistic and GPL licences under which Perl is distributed can be found
+in /usr/share/common-licenses/ . See /usr/share/doc/perl/copyright for
+the license of Perl itself.
+
+The Debian packaging is (C) 2007, Jaldhar H. Vyas <jaldhar at debian.org> and
+is licensed under the same terms as the software itself (see above).
+
+

Added: trunk/libcgi-application-server-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-server-perl/debian/rules?rev=25307&op=file
==============================================================================
--- trunk/libcgi-application-server-perl/debian/rules (added)
+++ trunk/libcgi-application-server-perl/debian/rules Thu Sep 18 03:12:03 2008
@@ -1,0 +1,77 @@
+#!/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
+
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples
+	dh_installchangelogs ChangeLog
+	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-application-server-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-application-server-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-server-perl/debian/watch?rev=25307&op=file
==============================================================================
--- trunk/libcgi-application-server-perl/debian/watch (added)
+++ trunk/libcgi-application-server-perl/debian/watch Thu Sep 18 03:12:03 2008
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/CGI-Application-Server/ .*/CGI-Application-Server-([\.\d]+)\.(?:tar\.gz|tar|tgz)$




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