r17393 - in /trunk/libclass-c3-componentised-perl/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Mar 13 11:54:06 UTC 2008


Author: eloy
Date: Thu Mar 13 11:54:05 2008
New Revision: 17393

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

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

Added: trunk/libclass-c3-componentised-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/changelog?rev=17393&op=file
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/changelog (added)
+++ trunk/libclass-c3-componentised-perl/debian/changelog Thu Mar 13 11:54:05 2008
@@ -1,0 +1,11 @@
+libclass-c3-componentised-perl (1.0003-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 13 Mar 2008 12:52:03 +0100
+
+libclass-c3-componentised-perl (1.0001-1) unstable; urgency=low
+
+  * Initial Release (closes: #438863)
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon, 20 Aug 2007 13:09:18 +0200

Added: trunk/libclass-c3-componentised-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/compat?rev=17393&op=file
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/compat (added)
+++ trunk/libclass-c3-componentised-perl/debian/compat Thu Mar 13 11:54:05 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libclass-c3-componentised-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/control?rev=17393&op=file
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/control (added)
+++ trunk/libclass-c3-componentised-perl/debian/control Thu Mar 13 11:54:05 2008
@@ -1,0 +1,19 @@
+Source: libclass-c3-componentised-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libmodule-install-perl
+Build-Depends-Indep: perl (>= 5.8.8-7), libclass-c3-perl, libclass-inspector-perl
+Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.7.2
+
+Package: libclass-c3-componentised-perl
+Architecture: all
+Depends: perl (>= 5.8.8-7), libclass-c3-perl, libclass-inspector-perl
+Description: load mix-ins or components to your C3-based class
+ Class::C3::Componentised will inject base classes to your module using the 
+ Class::C3 method resolution order.
+ .
+ Please note: these are not plugins that can take precedence over methods 
+ declared in MyModule. If you want something like that, consider 
+ MooseX::Object::Pluggable.

Added: trunk/libclass-c3-componentised-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/copyright?rev=17393&op=file
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/copyright (added)
+++ trunk/libclass-c3-componentised-perl/debian/copyright Thu Mar 13 11:54:05 2008
@@ -1,0 +1,27 @@
+This is the debian package for the Class::C3::Componentised  module.
+It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+
+It was downloaded from http://www.cpan.org/authors/id/A/AS/ASH/Class-C3-Componentised-1.0001.tar.gz
+
+The upstream author is: 
+
+Matt S. Trout and the DBIx::Class team
+Pulled out into separate module by Ash Berlin <ash at cpan.org>.
+
+This program is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under licenses:
+
+    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'.
+
+The Debian packaging is (C) 2007, Krzysztof Krzyzaniak (eloy) <eloy at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libclass-c3-componentised-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/rules?rev=17393&op=file
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/rules (added)
+++ trunk/libclass-c3-componentised-perl/debian/rules Thu Mar 13 11:54:05 2008
@@ -1,0 +1,83 @@
+#!/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)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(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/libclass-c3-componentised-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-c3-componentised-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/watch?rev=17393&op=file
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/watch (added)
+++ trunk/libclass-c3-componentised-perl/debian/watch Thu Mar 13 11:54:05 2008
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/Class/Class-C3-Componentised-(.*).(tar.gz|tar|tgz)




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