r10255 - in /trunk/libmodule-info-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:09:08 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:09:08 2007
New Revision: 10255

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

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

Added: trunk/libmodule-info-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmodule-info-perl/debian/changelog?rev=10255&op=file
==============================================================================
--- trunk/libmodule-info-perl/debian/changelog (added)
+++ trunk/libmodule-info-perl/debian/changelog Sat Dec  1 12:09:08 2007
@@ -1,0 +1,58 @@
+libmodule-info-perl (0.31-1) unstable; urgency=low
+
+  * New upstream release
+  * Bumped policy version to 3.7.2.2 (No other changes)
+  * Build-Depends-Indep to Build-Depends to satisfy lintian
+  * Changed debian/rules so that make clean is only conditionally ignored
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 03 Jul 2007 13:02:51 -0400
+
+libmodule-info-perl (0.28-1) unstable; urgency=low
+
+  * New upstream release
+  * Standards-version bump. No other changes
+
+ -- Jay Bonci <jaybonci at debian.org>  Sat,  9 Jul 2005 15:30:17 -0400
+
+libmodule-info-perl (0.27-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue,  8 Mar 2005 11:55:35 -0500
+
+libmodule-info-perl (0.26-2) unstable; urgency=low
+
+  * Fixes error in debian/watch file
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue,  5 Oct 2004 13:13:56 -0400
+
+libmodule-info-perl (0.26-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 19 Jul 2004 08:03:11 -0400
+
+libmodule-info-perl (0.24-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon,  6 Oct 2003 10:51:04 -0400
+
+libmodule-info-perl (0.23-1) unstable; urgency=low
+
+  * New upstream version
+  * Updated maintainer address
+  * Bumped standards version
+  * Added watch file
+  * Universalized rules file to my standard binary-indep template
+  * Changed url in copyright document to be a non-versioned CPAN url (dist/)
+
+ -- Jay Bonci <jaybonci at debian.org>  Fri, 19 Sep 2003 14:54:11 -0400
+
+libmodule-info-perl (0.20-1) unstable; urgency=low
+
+  * Initial Release.
+  * Closes: #192573
+
+ -- Jay Bonci <jay at bonci.com>  Fri, 13 Jun 2003 15:18:25 -0400
+

Added: trunk/libmodule-info-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmodule-info-perl/debian/compat?rev=10255&op=file
==============================================================================
--- trunk/libmodule-info-perl/debian/compat (added)
+++ trunk/libmodule-info-perl/debian/compat Sat Dec  1 12:09:08 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libmodule-info-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmodule-info-perl/debian/control?rev=10255&op=file
==============================================================================
--- trunk/libmodule-info-perl/debian/control (added)
+++ trunk/libmodule-info-perl/debian/control Sat Dec  1 12:09:08 2007
@@ -1,0 +1,14 @@
+Source: libmodule-info-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends: debhelper (>> 4.0.0), perl (>= 5.6.0-16)
+Standards-Version: 3.7.2.2
+
+Package: libmodule-info-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Information about Perl modules
+ Module::Info gives you information about Perl modules without actually 
+ loading the module. It actually isn't specific to modules and should 
+ work on any perl code. 

Added: trunk/libmodule-info-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmodule-info-perl/debian/copyright?rev=10255&op=file
==============================================================================
--- trunk/libmodule-info-perl/debian/copyright (added)
+++ trunk/libmodule-info-perl/debian/copyright Sat Dec  1 12:09:08 2007
@@ -1,0 +1,25 @@
+This package was debianized by Jay Bonci <jay at bonci.com> on
+Thu,  8 May 2003 13:14:19 -0400.
+
+It was downloaded from http://search.cpan.org/dist/Module-Info
+
+Upstream Author: Mattia Barbon <mbarbon at dsi.unive.it> 
+
+Copyright:
+        This program is free software; you can redistribute it and/or modify
+        it under the terms of either:
+
+        a) the GNU General Public License as published by the Free
+        Software Foundation; either version 1, or (at your option) any
+        later version, or
+
+        b) the "Artistic License"
+
+        See:
+
+        /usr/share/common-licenses/Artistic
+        /usr/share/common-licenses/GPL
+
+        For more information regarding these licensing options
+
+

Added: trunk/libmodule-info-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmodule-info-perl/debian/rules?rev=10255&op=file
==============================================================================
--- trunk/libmodule-info-perl/debian/rules (added)
+++ trunk/libmodule-info-perl/debian/rules Sat Dec  1 12:09:08 2007
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+#export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	[ ! -f Makefile ] || $(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/libmodule-info-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmodule-info-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmodule-info-perl/debian/watch?rev=10255&op=file
==============================================================================
--- trunk/libmodule-info-perl/debian/watch (added)
+++ trunk/libmodule-info-perl/debian/watch Sat Dec  1 12:09:08 2007
@@ -1,0 +1,3 @@
+version=2
+http://www.cpan.org/modules/by-module/Module/Module-Info-([0-9].*)\.tar.gz \
+ debian uupdate




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