r50198 - in /trunk/libmodule-depends-perl/debian: ./ changelog compat control copyright rules watch

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Tue Jan 5 01:11:45 UTC 2010


Author: ryan
Date: Tue Jan  5 01:11:38 2010
New Revision: 50198

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

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

Added: trunk/libmodule-depends-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-depends-perl/debian/changelog?rev=50198&op=file
==============================================================================
--- trunk/libmodule-depends-perl/debian/changelog (added)
+++ trunk/libmodule-depends-perl/debian/changelog Tue Jan  5 01:11:38 2010
@@ -1,0 +1,46 @@
+libmodule-depends-perl (0.14-3) unstable; urgency=low
+
+  * Fix watch file (again???!). 
+
+ -- James Bromberger <jeb at debian.org>  Mon, 04 May 2009 21:21:20 +0100
+
+libmodule-depends-perl (0.14-2) unstable; urgency=low
+
+  * Remove dh-make-perl boilerplait (just the last lines). Closes: #507469.
+
+ -- James Bromberger <jeb at debian.org>  Sat, 10 Jan 2009 13:34:36 +0000
+
+libmodule-depends-perl (0.14-1) unstable; urgency=low
+
+  * New upstream release
+  * Correct watch file to not get the wrong module (was matching
+    Module::Tree)
+  * Standards updated to 3.8.0; no changes required
+
+ -- James Bromberger <jeb at debian.org>  Sat, 26 Jul 2008 16:27:09 +0100
+
+libmodule-depends-perl (0.10-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- James Bromberger <jeb at debian.org>  Tue, 26 Jul 2005 23:19:51 +0100
+
+libmodule-depends-perl (0.07-1) unstable; urgency=low
+
+  * New upstream release.
+  * Moved ${misc:Depends} from control file.
+
+ -- James Bromberger <jeb at debian.org>  Fri, 25 Feb 2005 00:49:20 +0000
+
+libmodule-depends-perl (0.05-2) unstable; urgency=low
+
+  * Fixed dependency on libclass-accessor-chained-perl. Closes: #258743.
+
+ -- James Bromberger <jeb at debian.org>  Tue, 13 Jul 2004 13:32:02 +0100
+
+libmodule-depends-perl (0.05-1) unstable; urgency=low
+
+  * Initial Release. Closes: #256016.
+
+ -- James Bromberger <jeb at debian.org>  Sat, 26 Jun 2004 01:38:31 +0100
+

Added: trunk/libmodule-depends-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-depends-perl/debian/compat?rev=50198&op=file
==============================================================================
--- trunk/libmodule-depends-perl/debian/compat (added)
+++ trunk/libmodule-depends-perl/debian/compat Tue Jan  5 01:11:38 2010
@@ -1,0 +1,1 @@
+4

Added: trunk/libmodule-depends-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-depends-perl/debian/control?rev=50198&op=file
==============================================================================
--- trunk/libmodule-depends-perl/debian/control (added)
+++ trunk/libmodule-depends-perl/debian/control Tue Jan  5 01:11:38 2010
@@ -1,0 +1,19 @@
+Source: libmodule-depends-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: James Bromberger <jeb at debian.org>
+Standards-Version: 3.8.0
+
+Package: libmodule-depends-perl
+Architecture: all
+Depends: ${perl:Depends}, libyaml-perl, libfile-chdir-perl, libclass-accessor-chained-perl
+Description:  identify the dependencies of a distribution
+ Module::Depends extracts module dependencies from an unpacked
+ distribution tree.
+ .
+ Module::Depends only evaluates the META.yml shipped with a
+ distribution.  This won't be effective until all distributions ship
+ META.yml files, so we suggest you take your life in your hands and
+ look at Module::Depends::Intrusive.

Added: trunk/libmodule-depends-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-depends-perl/debian/copyright?rev=50198&op=file
==============================================================================
--- trunk/libmodule-depends-perl/debian/copyright (added)
+++ trunk/libmodule-depends-perl/debian/copyright Tue Jan  5 01:11:38 2010
@@ -1,0 +1,22 @@
+This is the debian package for the Module-Depends module.
+It was created by James Bromberger <jeb at debian.org> using dh-make-perl.
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+The upstream author is: 
+
+Richard Clamp, based on code extracted from the Fotango build system
+originally by James Duncan and Arthur Bergman..
+
+
+Copyright 2004 Fotango.  All Rights Reserved.
+
+This module 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/libmodule-depends-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-depends-perl/debian/rules?rev=50198&op=file
==============================================================================
--- trunk/libmodule-depends-perl/debian/rules (added)
+++ trunk/libmodule-depends-perl/debian/rules Tue Jan  5 01:11:38 2010
@@ -1,0 +1,90 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# 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
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)"
+	
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	-$(MAKE) distclean
+	
+	dh_clean build-stamp install-stamp
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	#$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	
+	# As this is a architecture independent package, we are not supposed to install
+	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
+	#rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+#	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	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/libmodule-depends-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmodule-depends-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-depends-perl/debian/watch?rev=50198&op=file
==============================================================================
--- trunk/libmodule-depends-perl/debian/watch (added)
+++ trunk/libmodule-depends-perl/debian/watch Tue Jan  5 01:11:38 2010
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Module/Module-Depends-(\d+\.\d+)\.tar\.gz debian uupdate




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