r4570 - in /packages/libmodule-versions-report-perl/trunk/debian: ./ changelog compat control copyright rules watch

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Dec 4 23:18:33 CET 2006


Author: ntyni-guest
Date: Mon Dec  4 23:18:33 2006
New Revision: 4570

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4570
Log:
Load libmodule-versions-report-perl-1.02 into
packages/libmodule-versions-report-perl/trunk.

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

Added: packages/libmodule-versions-report-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmodule-versions-report-perl/trunk/debian/changelog?rev=4570&op=file
==============================================================================
--- packages/libmodule-versions-report-perl/trunk/debian/changelog (added)
+++ packages/libmodule-versions-report-perl/trunk/debian/changelog Mon Dec  4 23:18:33 2006
@@ -1,0 +1,21 @@
+libmodule-versions-report-perl (1.02-3) unstable; urgency=low
+
+  * debian/control:
+      - Switched to my debian.org email address
+      - Moved debhelper to Build-Depends
+
+ -- Stephen Quinney <sjq at debian.org>  Mon, 16 Oct 2006 18:27:37 +0100
+
+libmodule-versions-report-perl (1.02-2) unstable; urgency=low
+
+  * debian/watch - Updated URL so lookups no longer randomly fail.
+
+ -- Stephen Quinney <sjq at debian.org>  Sat, 11 Jun 2005 12:04:03 +0100
+
+libmodule-versions-report-perl (1.02-1) unstable; urgency=low
+
+  *  Inital release, closes: #256647.
+
+ -- Stephen Quinney <sjq at debian.org>  Fri,  2 Jul 2004 13:24:34 +0100
+
+

Added: packages/libmodule-versions-report-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmodule-versions-report-perl/trunk/debian/compat?rev=4570&op=file
==============================================================================
--- packages/libmodule-versions-report-perl/trunk/debian/compat (added)
+++ packages/libmodule-versions-report-perl/trunk/debian/compat Mon Dec  4 23:18:33 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libmodule-versions-report-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmodule-versions-report-perl/trunk/debian/control?rev=4570&op=file
==============================================================================
--- packages/libmodule-versions-report-perl/trunk/debian/control (added)
+++ packages/libmodule-versions-report-perl/trunk/debian/control Mon Dec  4 23:18:33 2006
@@ -1,0 +1,31 @@
+Source: libmodule-versions-report-perl
+Section: perl
+Priority: optional
+Maintainer: Stephen Quinney <sjq at debian.org>
+Build-Depends: debhelper (>= 4)
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Standards-Version: 3.7.2
+
+Package: libmodule-versions-report-perl
+Architecture: all
+Depends: perl (>= 5.6.0-16)
+Description: Report versions of all modules in memory
+ The author says: "I often get email from someone reporting a bug in a
+ module I've written. I email back, asking what version of the module
+ it is, what version of Perl on what OS, and sometimes what version of
+ some relevent third library (like XML::Parser). They reply, saying
+ "Perl5". I say "I need the exact version, as reported by 'perl -v'".
+ They tell me. And I say "I, uh, also asked about the version of my 
+ module and XML::Parser [or whatever]". They say "Oh yeah. It is 2.27".
+ "Is that my module or XML::Parser?" "XML::Parser." "OK, and what
+ about my module's version?" "Oh yeah. That's 3.11." By this time,
+ days have passed, and what should have been a simple operation --
+ reporting the version of Perl and relevent modules, has been
+ needlessly complicated".
+ .
+ This module is for simplifying that task. If you add "use
+ Module::Versions::Report;" to a program (especially handy if your
+ program is one that demonstrates a bug in some module), then when the
+ program has finished running, you well get a report detailing all the
+ modules in memory, and noting the version of each (for modules that
+ defined a $VERSION, at least).

Added: packages/libmodule-versions-report-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmodule-versions-report-perl/trunk/debian/copyright?rev=4570&op=file
==============================================================================
--- packages/libmodule-versions-report-perl/trunk/debian/copyright (added)
+++ packages/libmodule-versions-report-perl/trunk/debian/copyright Mon Dec  4 23:18:33 2006
@@ -1,0 +1,26 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> on
+Fri, 02 Jul 2004 13:29:29 +0100
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/
+
+Author: Sean M. Burke <sburke at cpan.org>
+
+Copyright:
+
+   Copyright 2001-2003, Sean M. Burke <sburke at cpan.org>
+   All rights reserved. 
+
+   This library is free software; you can redistribute it and/or modify
+   it under the same terms as Perl itself, these are:
+
+   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" which comes with Perl.
+
+   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: packages/libmodule-versions-report-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmodule-versions-report-perl/trunk/debian/rules?rev=4570&op=file
==============================================================================
--- packages/libmodule-versions-report-perl/trunk/debian/rules (added)
+++ packages/libmodule-versions-report-perl/trunk/debian/rules Mon Dec  4 23:18:33 2006
@@ -1,0 +1,73 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE=$(shell dh_listpackages)
+
+PERL = /usr/bin/perl
+
+DESTDIR=..
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
+
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp
+	dh_testdir
+
+	$(MAKE)
+	$(MAKE) test
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot 
+
+	[ ! -e Makefile ] || $(MAKE) distclean
+
+	dh_clean build-stamp configure-stamp
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+	# Remove any empty directories
+
+	find $(TMP)/usr -type d -empty -print0 | xargs --no-run-if-empty --null rmdir -p --ignore-fail-on-non-empty
+
+
+# Build architecture-independent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installman
+	dh_installchangelogs ChangeLog
+	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: packages/libmodule-versions-report-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libmodule-versions-report-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmodule-versions-report-perl/trunk/debian/watch?rev=4570&op=file
==============================================================================
--- packages/libmodule-versions-report-perl/trunk/debian/watch (added)
+++ packages/libmodule-versions-report-perl/trunk/debian/watch Mon Dec  4 23:18:33 2006
@@ -1,0 +1,6 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory		Pattern			Version	Script
+version=2
+http://www.cpan.org/authors/id/S/SB/SBURKE/Module-Versions-Report-(\d+\.\d+)\.tar\.gz debian uupdate




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