r12450 - in /trunk/libregexp-common-time-perl/debian: ./ changelog compat control copyright rules watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Jan 10 15:51:22 UTC 2008


Author: emhn-guest
Date: Thu Jan 10 15:51:22 2008
New Revision: 12450

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

Added:
    trunk/libregexp-common-time-perl/debian/
    trunk/libregexp-common-time-perl/debian/changelog
    trunk/libregexp-common-time-perl/debian/compat
    trunk/libregexp-common-time-perl/debian/control
    trunk/libregexp-common-time-perl/debian/copyright
    trunk/libregexp-common-time-perl/debian/rules   (with props)
    trunk/libregexp-common-time-perl/debian/watch

Added: trunk/libregexp-common-time-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libregexp-common-time-perl/debian/changelog?rev=12450&op=file
==============================================================================
--- trunk/libregexp-common-time-perl/debian/changelog (added)
+++ trunk/libregexp-common-time-perl/debian/changelog Thu Jan 10 15:51:22 2008
@@ -1,0 +1,5 @@
+libregexp-common-time-perl (0.01-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: Waiting for ITP).
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 10 Jan 2008 11:06:34 -0430

Added: trunk/libregexp-common-time-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libregexp-common-time-perl/debian/compat?rev=12450&op=file
==============================================================================
--- trunk/libregexp-common-time-perl/debian/compat (added)
+++ trunk/libregexp-common-time-perl/debian/compat Thu Jan 10 15:51:22 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libregexp-common-time-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libregexp-common-time-perl/debian/control?rev=12450&op=file
==============================================================================
--- trunk/libregexp-common-time-perl/debian/control (added)
+++ trunk/libregexp-common-time-perl/debian/control Thu Jan 10 15:51:22 2008
@@ -1,0 +1,20 @@
+Source: libregexp-common-time-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0), libregexp-common-perl (>= 2.116)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Regexp-Common-time/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libregexp-common-time-perl/
+Vcs-Browser:
+ http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-time-perl/
+
+Package: libregexp-common-time-perl
+Architecture: all
+Depends: ${perl:Depends}, libregexp-common-perl (>= 2.116)
+Description: Regexp::Common extension for date and time matching
+ Regexp::Common::time creates regular expressions that can be used
+ for parsing dates and times. See Regexp::Common for a general
+ description of how to use this interface.

Added: trunk/libregexp-common-time-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libregexp-common-time-perl/debian/copyright?rev=12450&op=file
==============================================================================
--- trunk/libregexp-common-time-perl/debian/copyright (added)
+++ trunk/libregexp-common-time-perl/debian/copyright Thu Jan 10 15:51:22 2008
@@ -1,0 +1,25 @@
+This package was debianized by Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+using dh-make-perl on Thu, 10 Jan 2008 11:12:07 -0430.
+
+Upstream source:
+    http://search.cpan.org/dist/Regexp-Common-time/
+
+Upstream Author:
+    Eric J. Roode <roode at cpan.org>
+
+Copyright:
+    2005 Eric J. Roode. All Rights Reserved
+
+License:
+    This program is free software; you can redistribute it and/or modify
+    it under the same terms as Perl itself.
+
+Thls 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.
+
+Debian packaging is (C) 2008, Ernesto Hernández-Novich (USB) <emhn at usb.ve> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libregexp-common-time-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libregexp-common-time-perl/debian/rules?rev=12450&op=file
==============================================================================
--- trunk/libregexp-common-time-perl/debian/rules (added)
+++ trunk/libregexp-common-time-perl/debian/rules Thu Jan 10 15:51:22 2008
@@ -1,0 +1,81 @@
+#!/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.
+
+# 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
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we prevent this by setting the INSTALLVENDORARCH
+	# and VENDORARCHEXP environment variables.
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor \
+		INSTALLVENDORARCH=/usr/share/perl5/ \
+		VENDORARCHEXP=/usr/share/perl5/
+	$(MAKE)
+	$(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	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/libregexp-common-time-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libregexp-common-time-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libregexp-common-time-perl/debian/watch?rev=12450&op=file
==============================================================================
--- trunk/libregexp-common-time-perl/debian/watch (added)
+++ trunk/libregexp-common-time-perl/debian/watch Thu Jan 10 15:51:22 2008
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/Regexp-Common-time/ .*/Regexp-Common-time-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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