r2611 - in /packages/libclass-mop-perl/trunk/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Apr 20 11:21:49 UTC 2006


Author: eloy
Date: Thu Apr 20 11:21:45 2006
New Revision: 2611

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2611
Log:
Load libclass-mop-perl-0.24 into packages/libclass-mop-perl/trunk.

Added:
    packages/libclass-mop-perl/trunk/debian/
    packages/libclass-mop-perl/trunk/debian/changelog
    packages/libclass-mop-perl/trunk/debian/compat
    packages/libclass-mop-perl/trunk/debian/control
    packages/libclass-mop-perl/trunk/debian/copyright
    packages/libclass-mop-perl/trunk/debian/rules   (with props)
    packages/libclass-mop-perl/trunk/debian/watch

Added: packages/libclass-mop-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-mop-perl/trunk/debian/changelog?rev=2611&op=file
==============================================================================
--- packages/libclass-mop-perl/trunk/debian/changelog (added)
+++ packages/libclass-mop-perl/trunk/debian/changelog Thu Apr 20 11:21:45 2006
@@ -1,0 +1,12 @@
+libclass-mop-perl (0.24-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Thu, 20 Apr 2006 13:13:45 +0200
+
+libclass-mop-perl (0.23-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Wed, 12 Apr 2006 12:33:02 +0200
+

Added: packages/libclass-mop-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-mop-perl/trunk/debian/compat?rev=2611&op=file
==============================================================================
--- packages/libclass-mop-perl/trunk/debian/compat (added)
+++ packages/libclass-mop-perl/trunk/debian/compat Thu Apr 20 11:21:45 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libclass-mop-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-mop-perl/trunk/debian/control?rev=2611&op=file
==============================================================================
--- packages/libclass-mop-perl/trunk/debian/control (added)
+++ packages/libclass-mop-perl/trunk/debian/control Thu Apr 20 11:21:45 2006
@@ -1,0 +1,17 @@
+Source: libclass-mop-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libsub-name-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.6.2
+
+Package: libclass-mop-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libsub-name-perl
+Description: A Meta Object Protocol for Perl 5
+ This module is an attempt to create a meta object protocol for the Perl 5
+ object system. It makes no attempt to change the behavior or characteristics
+ of the Perl 5 object system, only to create a protocol for its manipulation
+ and introspection.

Added: packages/libclass-mop-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-mop-perl/trunk/debian/copyright?rev=2611&op=file
==============================================================================
--- packages/libclass-mop-perl/trunk/debian/copyright (added)
+++ packages/libclass-mop-perl/trunk/debian/copyright Thu Apr 20 11:21:45 2006
@@ -1,0 +1,8 @@
+This is the debian package for the Class-MOP module.
+It was created by Krzysztof Krzyzaniak (eloy) <eloy 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: Stevan Little E<lt>stevan at iinteractive.comE<gt>.

Added: packages/libclass-mop-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-mop-perl/trunk/debian/rules?rev=2611&op=file
==============================================================================
--- packages/libclass-mop-perl/trunk/debian/rules (added)
+++ packages/libclass-mop-perl/trunk/debian/rules Thu Apr 20 11:21:45 2006
@@ -1,0 +1,71 @@
+#!/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.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# 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)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Build.PL installdirs=vendor
+	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Build ] || $(PERL) Build distclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(PERL) Build test
+	$(PERL) Build install destdir=$(TMP)
+
+	touch install-stamp
+
+binary-arch:
+	@echo "We have nothing to do by default."
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	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: packages/libclass-mop-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libclass-mop-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libclass-mop-perl/trunk/debian/watch?rev=2611&op=file
==============================================================================
--- packages/libclass-mop-perl/trunk/debian/watch (added)
+++ packages/libclass-mop-perl/trunk/debian/watch Thu Apr 20 11:21:45 2006
@@ -1,0 +1,3 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/Class/Class-MOP-([\d\.]+)\.tar\.gz
+




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