r108 - in packages/libmodule-packaged-perl/trunk: . debian

Allard Hoeve hoeve-guest@haydn.debian.org
Thu, 10 Jun 2004 08:00:54 -0600


Author: hoeve-guest
Date: 2004-06-10 08:00:50 -0600 (Thu, 10 Jun 2004)
New Revision: 108

Added:
   packages/libmodule-packaged-perl/trunk/debian/
   packages/libmodule-packaged-perl/trunk/debian/changelog
   packages/libmodule-packaged-perl/trunk/debian/compat
   packages/libmodule-packaged-perl/trunk/debian/control
   packages/libmodule-packaged-perl/trunk/debian/copyright
   packages/libmodule-packaged-perl/trunk/debian/rules
Log:
Load libmodule-packaged-perl-0.74 into
packages/libmodule-packaged-perl/trunk.


Added: packages/libmodule-packaged-perl/trunk/debian/changelog
===================================================================
--- packages/libmodule-packaged-perl/trunk/debian/changelog	2004-06-10 13:59:33 UTC (rev 107)
+++ packages/libmodule-packaged-perl/trunk/debian/changelog	2004-06-10 14:00:50 UTC (rev 108)
@@ -0,0 +1,35 @@
+libmodule-packaged-perl (0.74-1) unstable; urgency=low
+
+  * New Upstream Version.
+  * debian/control: removed libperl6-slurp-perl and
+    libcpan-distnameinfo-perl dependencies.
+  * debian/control: added libparse-cpan-packages-perl dependency.
+
+ -- Florian Ragwitz <florian@mookooh.org>  Thu, 13 May 2004 21:58:16 +0200
+
+libmodule-packaged-perl (0.73-1) unstable; urgency=low
+
+  * New Upstream Version
+
+ -- Joachim Breitner <nomeata@debian.org>  Sun, 21 Mar 2004 22:28:31 +0100
+
+libmodule-packaged-perl (0.71-2) unstable; urgency=low
+
+  * debian/control: Fix b0rken depends line. 
+  * debian/control: Changed dependencies on libio-zlib-perl and
+    libsort-versions-perl to make the thing installable in sid.
+
+ -- Marc Brockschmidt <marc@dch-faq.de>  Tue,  6 Jan 2004 12:33:18 +0100
+
+libmodule-packaged-perl (0.71-1) unstable; urgency=low
+
+  * New Upstream Version
+
+ -- Joachim Breitner <nomeata@debian.org>  Tue,  6 Jan 2004 01:10:53 +0100
+
+libmodule-packaged-perl (0.67-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Marc Brockschmidt <marc@dch-faq.de>  Mon,  5 Jan 2004 17:17:02 +0100
+

Added: packages/libmodule-packaged-perl/trunk/debian/compat
===================================================================
--- packages/libmodule-packaged-perl/trunk/debian/compat	2004-06-10 13:59:33 UTC (rev 107)
+++ packages/libmodule-packaged-perl/trunk/debian/compat	2004-06-10 14:00:50 UTC (rev 108)
@@ -0,0 +1 @@
+4

Added: packages/libmodule-packaged-perl/trunk/debian/control
===================================================================
--- packages/libmodule-packaged-perl/trunk/debian/control	2004-06-10 13:59:33 UTC (rev 107)
+++ packages/libmodule-packaged-perl/trunk/debian/control	2004-06-10 14:00:50 UTC (rev 108)
@@ -0,0 +1,21 @@
+Source: libmodule-packaged-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata@debian.org>, Marc Brockschmidt <marc@dch-faq.de>, Florian Ragwitz <florian@mookooh.org>
+Standards-Version: 3.6.1
+
+Package: libmodule-packaged-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libcache-cache-perl (>= 1.02), libio-zlib-perl (>= 1.01), libwww-perl (>= 5.69), libsort-versions-perl (>= 1.5), libparse-debian-packages-perl (>= 0.01), libparse-cpan-packages-perl (>= 2.20)
+Description: Report upon packages of CPAN distributions
+ CPAN consists of distributions. However, CPAN is not an isolated
+ system - distributions are also packaged in other places, such as for
+ operating systems. This module reports whether CPAN distributions are
+ packaged for various operating systems, and which version they have.
+ .
+ Note: only CPAN, Debian, Fedora, FreeBSD, Gentoo, Mandrake, OpenBSD and
+ SUSE are currently supported. I want to support everything else.
+ Patches are welcome.

Added: packages/libmodule-packaged-perl/trunk/debian/copyright
===================================================================
--- packages/libmodule-packaged-perl/trunk/debian/copyright	2004-06-10 13:59:33 UTC (rev 107)
+++ packages/libmodule-packaged-perl/trunk/debian/copyright	2004-06-10 14:00:50 UTC (rev 108)
@@ -0,0 +1,14 @@
+This is the debian package for the Module-Packaged module.
+It was created by Marc Brockschmidt <marc@dch-faq.de>.
+
+The upstream author is Leon Brocard <leon@astray.com>.
+
+Copyright (c) 2003 Leon Brocard. All rights reserved. This program is
+free software; you can redistribute it and/or modify it under the same
+terms as Perl (GPL or Artistic license) itself.
+
+On Debian systems the complete text of the GPL and Artistic
+licenses can be found at:
+        /usr/share/common-licenses/GPL and
+        /usr/share/common-licenses/Artistic
+				

Added: packages/libmodule-packaged-perl/trunk/debian/rules
===================================================================
--- packages/libmodule-packaged-perl/trunk/debian/rules	2004-06-10 13:59:33 UTC (rev 107)
+++ packages/libmodule-packaged-perl/trunk/debian/rules	2004-06-10 14:00:50 UTC (rev 108)
@@ -0,0 +1,71 @@
+#!/usr/bin/make -f
+# 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
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	
+	# Add here commands to compile the package.
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add here commands to clean up after the build process.
+	-$(PERL) Build clean
+	rm -rf _build build-stamp Build
+
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(PERL) Build install destdir=$(TMP)
+
+
+# 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 README
+	dh_installchangelogs CHANGES
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+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


Property changes on: packages/libmodule-packaged-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *