r10756 - in /trunk/libtemplate-plugin-number-format-perl/debian: ./ changelog compat control copyright examples rules

damog at users.alioth.debian.org damog at users.alioth.debian.org
Sun Dec 2 22:07:08 UTC 2007


Author: damog
Date: Sun Dec  2 22:07:08 2007
New Revision: 10756

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

Added:
    trunk/libtemplate-plugin-number-format-perl/debian/
    trunk/libtemplate-plugin-number-format-perl/debian/changelog
    trunk/libtemplate-plugin-number-format-perl/debian/compat
    trunk/libtemplate-plugin-number-format-perl/debian/control
    trunk/libtemplate-plugin-number-format-perl/debian/copyright
    trunk/libtemplate-plugin-number-format-perl/debian/examples
    trunk/libtemplate-plugin-number-format-perl/debian/rules   (with props)

Added: trunk/libtemplate-plugin-number-format-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtemplate-plugin-number-format-perl/debian/changelog?rev=10756&op=file
==============================================================================
--- trunk/libtemplate-plugin-number-format-perl/debian/changelog (added)
+++ trunk/libtemplate-plugin-number-format-perl/debian/changelog Sun Dec  2 22:07:08 2007
@@ -1,0 +1,5 @@
+libtemplate-plugin-number-format-perl (1.02-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- David Moreno Garza <damog at debian.org>  Sun, 02 Dec 2007 16:41:18 -0500

Added: trunk/libtemplate-plugin-number-format-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtemplate-plugin-number-format-perl/debian/compat?rev=10756&op=file
==============================================================================
--- trunk/libtemplate-plugin-number-format-perl/debian/compat (added)
+++ trunk/libtemplate-plugin-number-format-perl/debian/compat Sun Dec  2 22:07:08 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libtemplate-plugin-number-format-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtemplate-plugin-number-format-perl/debian/control?rev=10756&op=file
==============================================================================
--- trunk/libtemplate-plugin-number-format-perl/debian/control (added)
+++ trunk/libtemplate-plugin-number-format-perl/debian/control Sun Dec  2 22:07:08 2007
@@ -1,0 +1,20 @@
+Source: libtemplate-plugin-number-format-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libtemplate-perl, libnumber-format-perl
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: David Moreno Garza <damog at debian.org>
+Standards-Version: 3.7.2
+Homepage: http://search.cpan.org/dist/Template-Plugin-Number-Format/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-plugin-number-format-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-plugin-number-format-perl/
+
+Package: libtemplate-plugin-number-format-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description:  Plugin/filter interface to Number::Format
+ This is a Number::Format interface for the Template Toolkit.
+ All filters created by Template::Plugin::Number::Format can be
+ configured by constructor options and options that can be passed to
+ individual filters.

Added: trunk/libtemplate-plugin-number-format-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtemplate-plugin-number-format-perl/debian/copyright?rev=10756&op=file
==============================================================================
--- trunk/libtemplate-plugin-number-format-perl/debian/copyright (added)
+++ trunk/libtemplate-plugin-number-format-perl/debian/copyright Sun Dec  2 22:07:08 2007
@@ -1,0 +1,26 @@
+This is the debian package for the Template-Plugin-Number-Format module.
+It was created by David Moreno Garza <damog at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Template-Plugin-Number-Format/
+
+Copyright (C) 2002 darren chamberlain <darren at cpan.org>
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; version 2.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307  USA
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, David Moreno Garza <david at petunia.damog.net> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libtemplate-plugin-number-format-perl/debian/examples
URL: http://svn.debian.org/wsvn/trunk/libtemplate-plugin-number-format-perl/debian/examples?rev=10756&op=file
==============================================================================
--- trunk/libtemplate-plugin-number-format-perl/debian/examples (added)
+++ trunk/libtemplate-plugin-number-format-perl/debian/examples Sun Dec  2 22:07:08 2007
@@ -1,0 +1,1 @@
+test.pl

Added: trunk/libtemplate-plugin-number-format-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtemplate-plugin-number-format-perl/debian/rules?rev=10756&op=file
==============================================================================
--- trunk/libtemplate-plugin-number-format-perl/debian/rules (added)
+++ trunk/libtemplate-plugin-number-format-perl/debian/rules Sun Dec  2 22:07:08 2007
@@ -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: build install-stamp
+install-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 
+	dh_installchangelogs 
+	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/libtemplate-plugin-number-format-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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