r25143 - in /trunk/libfile-sharedir-perl/debian: ./ changelog compat control copyright rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Sep 14 19:41:57 UTC 2008


Author: dmn
Date: Sun Sep 14 19:41:54 2008
New Revision: 25143

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

Added:
    trunk/libfile-sharedir-perl/debian/
    trunk/libfile-sharedir-perl/debian/changelog
    trunk/libfile-sharedir-perl/debian/compat
    trunk/libfile-sharedir-perl/debian/control
    trunk/libfile-sharedir-perl/debian/copyright
    trunk/libfile-sharedir-perl/debian/rules   (with props)

Added: trunk/libfile-sharedir-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-sharedir-perl/debian/changelog?rev=25143&op=file
==============================================================================
--- trunk/libfile-sharedir-perl/debian/changelog (added)
+++ trunk/libfile-sharedir-perl/debian/changelog Sun Sep 14 19:41:54 2008
@@ -1,0 +1,13 @@
+libfile-sharedir-perl (0.05-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add libclass-inspector-perl (closes: #460383)
+    also move libparams-util-perl to B-D-I
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Sat, 08 Mar 2008 18:06:21 -0600
+
+libfile-sharedir-perl (0.05-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #457531)
+
+ -- Christian Sánchez <csanchez at unplug.org.ve>  Sun, 23 Dec 2007 07:27:34 +0000

Added: trunk/libfile-sharedir-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-sharedir-perl/debian/compat?rev=25143&op=file
==============================================================================
--- trunk/libfile-sharedir-perl/debian/compat (added)
+++ trunk/libfile-sharedir-perl/debian/compat Sun Sep 14 19:41:54 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libfile-sharedir-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-sharedir-perl/debian/control?rev=25143&op=file
==============================================================================
--- trunk/libfile-sharedir-perl/debian/control (added)
+++ trunk/libfile-sharedir-perl/debian/control Sun Sep 14 19:41:54 2008
@@ -1,0 +1,18 @@
+Source: libfile-sharedir-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-12), libclass-inspector-perl, libparams-util-perl
+Maintainer: Christian Sánchez <csanchez at unplug.org.ve>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/File-ShareDir/
+
+Package: libfile-sharedir-perl
+Architecture: all
+Depends: ${perl:Depends}, libparams-util-perl, libclass-inspector-perl, libfile-spec-perl
+Description: Locate per-dist and per-module shared files
+ The intent of File::ShareDir is to provide a companion to Class::Inspector and
+ File::HomeDir, modules that take a process that is well-known by advanced Perl
+ developers but gets a little tricky, and make it more available to the larger 
+ Perl community.
+

Added: trunk/libfile-sharedir-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-sharedir-perl/debian/copyright?rev=25143&op=file
==============================================================================
--- trunk/libfile-sharedir-perl/debian/copyright (added)
+++ trunk/libfile-sharedir-perl/debian/copyright Sun Sep 14 19:41:54 2008
@@ -1,0 +1,30 @@
+This package was debianized by Christian Sánchez
+<csanchez at unplug.org.ve> using dh-make-perl
+
+It was downloaded from http://search.cpan.org/dist/File-ShareDir/
+
+Upstream Author : 
+
+   Adam Kennedy <cpan at ali.as>
+
+Copyright:
+
+   Copyright 2005 - 2006 Adam Kennedy.
+
+License:
+
+   This program is free software; you can redistribute it and/or modify 
+   it under the same terms as Perl itself.
+
+The full text of the license can be found in the LICENSE file included
+with this module.
+
+Perl is distributed under your choice of the GNU General Public License
+or the Artistic License.  On Debian GNU/Linux systems, the complete text
+of the GNU General Public License can be found in
+`/usr/share/common-licenses/GPL' and the Artistic Licence in
+`/usr/share/common-licenses/Artistic'.
+
+
+The Debian packaging is (C) 2007, Christian Sánchez <csanchez at nephilim> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libfile-sharedir-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-sharedir-perl/debian/rules?rev=25143&op=file
==============================================================================
--- trunk/libfile-sharedir-perl/debian/rules (added)
+++ trunk/libfile-sharedir-perl/debian/rules Sun Sep 14 19:41:54 2008
@@ -1,0 +1,65 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+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) 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
+
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	chmod -x debian/libfile-sharedir-perl/usr/share/perl5/auto/File/ShareDir/sample.txt 
+	touch $@
+
+binary-arch:
+
+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/libfile-sharedir-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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