r9132 - in /trunk/libtie-cphash-perl/debian: ./ changelog compat control copyright rules watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Fri Nov 9 22:21:04 UTC 2007


Author: emhn-guest
Date: Fri Nov  9 22:21:04 2007
New Revision: 9132

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

Added:
    trunk/libtie-cphash-perl/debian/
    trunk/libtie-cphash-perl/debian/changelog
    trunk/libtie-cphash-perl/debian/compat
    trunk/libtie-cphash-perl/debian/control
    trunk/libtie-cphash-perl/debian/copyright
    trunk/libtie-cphash-perl/debian/rules   (with props)
    trunk/libtie-cphash-perl/debian/watch

Added: trunk/libtie-cphash-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtie-cphash-perl/debian/changelog?rev=9132&op=file
==============================================================================
--- trunk/libtie-cphash-perl/debian/changelog (added)
+++ trunk/libtie-cphash-perl/debian/changelog Fri Nov  9 22:21:04 2007
@@ -1,0 +1,20 @@
+libtie-cphash-perl (1.03-2) unstable; urgency=low
+
+  * Moved package into Debian Pkg Perl Project SVN.
+  * Added Build-Depends on libtest-pod-perl y libtest-pod-coverage-perl.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 09 Nov 2007 18:11:11 -0400
+
+libtie-cphash-perl (1.03-1) unstable; urgency=low
+
+  * Update Standards Version.
+  * Cleanup debian/rules.
+
+ -- Ernesto Hernández-Novich <emhn at telcel.net.ve>  Mon, 02 Jul 2007 12:16:43 -0400
+
+libtie-cphash-perl (1.02-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ernesto Hernández-Novich <emhn at telcel.net.ve>  Wed, 03 May 2006 09:47:54 -0400
+

Added: trunk/libtie-cphash-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtie-cphash-perl/debian/compat?rev=9132&op=file
==============================================================================
--- trunk/libtie-cphash-perl/debian/compat (added)
+++ trunk/libtie-cphash-perl/debian/compat Fri Nov  9 22:21:04 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libtie-cphash-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtie-cphash-perl/debian/control?rev=9132&op=file
==============================================================================
--- trunk/libtie-cphash-perl/debian/control (added)
+++ trunk/libtie-cphash-perl/debian/control Fri Nov  9 22:21:04 2007
@@ -1,0 +1,25 @@
+Source: libtie-cphash-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0), libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-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/~cjm/Tie-CPHash-1.03/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-cphash-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-cphash-perl/
+Standards-Version: 3.7.2
+
+Package: libtie-cphash-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  Manage a case preserving but case insensitive hash table
+ Tie::CPHash provides a hash table that is case preserving but case
+ insensitive. This means that
+ .
+ $cphash{KEY}    $cphash{key}
+ $cphash{Key}    $cphash{keY}
+ .
+ all refer to the same entry.  Also, the hash remembers which form of
+ the key was last used to store the entry.  The keys and each functions 
+ will return the key that was used to set the value.

Added: trunk/libtie-cphash-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtie-cphash-perl/debian/copyright?rev=9132&op=file
==============================================================================
--- trunk/libtie-cphash-perl/debian/copyright (added)
+++ trunk/libtie-cphash-perl/debian/copyright Fri Nov  9 22:21:04 2007
@@ -1,0 +1,8 @@
+This is the debian package for the Tie-CPHash module.
+It was created by Ernesto Hernández-Novich <emhn at trillian.ius.cc> using dh-make-perl.
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+The upstream author is: Christopher J. Madsen <perl at cjmweb.net>.

Added: trunk/libtie-cphash-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtie-cphash-perl/debian/rules?rev=9132&op=file
==============================================================================
--- trunk/libtie-cphash-perl/debian/rules (added)
+++ trunk/libtie-cphash-perl/debian/rules Fri Nov  9 22:21:04 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.
+#
+# 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
+	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+	dh_clean build-stamp install-stamp
+
+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 test
+	$(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_installcron
+#	dh_installmenu
+#	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	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/libtie-cphash-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtie-cphash-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtie-cphash-perl/debian/watch?rev=9132&op=file
==============================================================================
--- trunk/libtie-cphash-perl/debian/watch (added)
+++ trunk/libtie-cphash-perl/debian/watch Fri Nov  9 22:21:04 2007
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/Tie/Tie-CPHash-(.*).(tar.gz|tar|tgz)




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