r63706 - in /trunk/libfile-homedir-perl/debian: ./ changelog compat control copyright rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 14 19:09:08 UTC 2010


Author: dmn
Date: Thu Oct 14 19:08:55 2010
New Revision: 63706

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

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

Added: trunk/libfile-homedir-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-homedir-perl/debian/changelog?rev=63706&op=file
==============================================================================
--- trunk/libfile-homedir-perl/debian/changelog (added)
+++ trunk/libfile-homedir-perl/debian/changelog Thu Oct 14 19:08:55 2010
@@ -1,0 +1,56 @@
+libfile-homedir-perl (0.86-1) unstable; urgency=low
+
+  * New Upstream Release
+  * New standards version
+  * New debhelper version
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sat, 11 Apr 2009 23:18:34 +0200
+
+libfile-homedir-perl (0.82-1) unstable; urgency=low
+
+  * New Upstream Release (Closes: #507540)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sat, 6 Dec 2008 23:54:13 +0200
+
+libfile-homedir-perl (0.80-1) unstable; urgency=low
+
+  * New Upstream Release
+  * new standards version
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Wed, 24 Sep 2008 20:10:56 +0200
+
+libfile-homedir-perl (0.64-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467797
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 21:09:00 +0100
+
+libfile-homedir-perl (0.64-1) unstable; urgency=low
+
+  * New Upstream Release
+  * bumped Standards-Version to 3.7.2 (no changes needed)
+  * removed make test from build (Closes: #395858)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Fri, 9 Feb 2007 14:35:34 +0100
+
+libfile-homedir-perl (0.56-1.1) unstable; urgency=medium
+
+  * NMU from the Helsinki BSP
+  * Medium urgency for RC bugfix
+  * Force the build-time test to stay inside the build tree. Closes: #395858
+	
+ -- Steve McIntyre <93sam at debian.org>  Sat, 11 Nov 2006 12:27:32 +0200
+
+libfile-homedir-perl (0.56-1) unstable; urgency=low
+
+  * New Upstream Release
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Tue, 14 Mar 2006 19:33:23 +0200
+
+libfile-homedir-perl (0.52-1) unstable; urgency=low
+
+  * Initial Release (Closes: #348104)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sat,  16 Jan 2006 16:15:34 +0200
+

Added: trunk/libfile-homedir-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-homedir-perl/debian/compat?rev=63706&op=file
==============================================================================
--- trunk/libfile-homedir-perl/debian/compat (added)
+++ trunk/libfile-homedir-perl/debian/compat Thu Oct 14 19:08:55 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-homedir-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-homedir-perl/debian/control?rev=63706&op=file
==============================================================================
--- trunk/libfile-homedir-perl/debian/control (added)
+++ trunk/libfile-homedir-perl/debian/control Thu Oct 14 19:08:55 2010
@@ -1,0 +1,15 @@
+Source: libfile-homedir-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (> 7)
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl
+Maintainer: Jonas Genannt <jonas.genannt at capi2name.de>
+Standards-Version: 3.8.1
+
+Package: libfile-homedir-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Get the home directory for yourself or other users in Perl
+ File::HomeDir is a module for dealing with issues relating to the location
+ of directories for various purposes that are "owned" by a user, and to solve
+ these problems consistently across a wide variety of platforms.

Added: trunk/libfile-homedir-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-homedir-perl/debian/copyright?rev=63706&op=file
==============================================================================
--- trunk/libfile-homedir-perl/debian/copyright (added)
+++ trunk/libfile-homedir-perl/debian/copyright Thu Oct 14 19:08:55 2010
@@ -1,0 +1,20 @@
+This is the debian package for the File::HomeDir module.
+It was created by Jonas Genannt <jonas.genannt at capi2name.de> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/~adamk/
+
+The upstream author is: Adam Kennedy <cpan at ali.as>,
+			Sean M. Burke <sburke at cpan.org>
+
+Copyright 2005 Adam Kennedy. All rights reserved.
+Copyright 2000 Sean M. Burke. All rights reserved.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+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'.

Added: trunk/libfile-homedir-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-homedir-perl/debian/rules?rev=63706&op=file
==============================================================================
--- trunk/libfile-homedir-perl/debian/rules (added)
+++ trunk/libfile-homedir-perl/debian/rules Thu Oct 14 19:08:55 2010
@@ -1,0 +1,63 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -rf $(TESTDIR)
+	rm -f build-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_prep
+	$(MAKE) install PREFIX=$(TMP)/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libfile-homedir-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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