r15706 - in /trunk/libclass-data-inheritable-perl/debian: ./ changelog compat control copyright patches/ patches/00list patches/01_doc_perltooc_not_perltootc.dpatch patches/doc_perltooc_not_perltootc.diff rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Feb 27 08:27:25 UTC 2008


Author: dmn
Date: Wed Feb 27 08:27:24 2008
New Revision: 15706

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

Added:
    trunk/libclass-data-inheritable-perl/debian/
    trunk/libclass-data-inheritable-perl/debian/changelog
    trunk/libclass-data-inheritable-perl/debian/compat
    trunk/libclass-data-inheritable-perl/debian/control
    trunk/libclass-data-inheritable-perl/debian/copyright
    trunk/libclass-data-inheritable-perl/debian/patches/
    trunk/libclass-data-inheritable-perl/debian/patches/00list
    trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.dpatch   (with props)
    trunk/libclass-data-inheritable-perl/debian/patches/doc_perltooc_not_perltootc.diff
    trunk/libclass-data-inheritable-perl/debian/rules   (with props)
    trunk/libclass-data-inheritable-perl/debian/watch

Added: trunk/libclass-data-inheritable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/changelog?rev=15706&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/changelog (added)
+++ trunk/libclass-data-inheritable-perl/debian/changelog Wed Feb 27 08:27:24 2008
@@ -1,0 +1,27 @@
+libclass-data-inheritable-perl (0.06-1) unstable; urgency=low
+
+  * New upstream release
+  * Doc: manpage reference s/perltootc/perltooc/ (closes: Bug#198889)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat, 21 Apr 2007 22:04:23 -0700
+
+libclass-data-inheritable-perl (0.04-1) unstable; urgency=low
+
+  * New upstream release
+  * Regenerate debian/rules from latest dh-make-perl template
+  * debhelper compat v4
+  * Add watch file for uscan
+  * Remove useless README.Debian
+  * Change Section: from interpreters to perl
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat, 24 Sep 2005 16:14:56 -0700
+
+libclass-data-inheritable-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#152844).
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat, 13 Jul 2002 06:58:35 -0700
+
+Local variables:
+mode: debian-changelog
+End:

Added: trunk/libclass-data-inheritable-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/compat?rev=15706&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/compat (added)
+++ trunk/libclass-data-inheritable-perl/debian/compat Wed Feb 27 08:27:24 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libclass-data-inheritable-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/control?rev=15706&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/control (added)
+++ trunk/libclass-data-inheritable-perl/debian/control Wed Feb 27 08:27:24 2008
@@ -1,0 +1,26 @@
+Source: libclass-data-inheritable-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), dpatch, perl (>= 5.8)
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.7.2
+
+Package: libclass-data-inheritable-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  Inheritable, overridable class data
+ Class::Data::Inheritable is for creating accessor/mutators to class
+ data.  That is, if you want to store something about your class as a
+ whole (instead of about a single object).  This data is then inherited
+ by your subclasses and can be overriden.
+ .
+ For example:
+ .
+ Pere::Ubu->mk_classdata('Suitcase');
+ .
+ will generate the method Suitcase() in the class Pere::Ubu.
+ .
+ This new method can be used to get and set a piece of class data.
+ .
+ Pere::Ubu->Suitcase('Red');
+ $suitcase = Pere::Ubu->Suitcase;

Added: trunk/libclass-data-inheritable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/copyright?rev=15706&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/copyright (added)
+++ trunk/libclass-data-inheritable-perl/debian/copyright Wed Feb 27 08:27:24 2008
@@ -1,0 +1,11 @@
+COPYRIGHT and LICENSE
+    Copyright (c) 2000-2005, Damian Conway and Michael G Schwern. All Rights
+    Reserved.
+
+    This module is free software. It may be used, redistributed and/or
+    modified under the terms of the Perl Artistic License (see
+    http://www.perl.com/perl/misc/Artistic.html)
+
+
+On Debian GNU/Linux systems, the complete text of the Artistic Licence can be
+found in `/usr/share/common-licenses/Artistic'.

Added: trunk/libclass-data-inheritable-perl/debian/patches/00list
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/patches/00list?rev=15706&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/patches/00list (added)
+++ trunk/libclass-data-inheritable-perl/debian/patches/00list Wed Feb 27 08:27:24 2008
@@ -1,0 +1,1 @@
+01_doc_perltooc_not_perltootc

Added: trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.dpatch
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.dpatch?rev=15706&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.dpatch (added)
+++ trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.dpatch Wed Feb 27 08:27:24 2008
@@ -1,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_doc_perltooc_not_perltootc.dpatch by Ivan Kohler <ivan-debian at 420.am>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: manpage reference patch
+
+ at DPATCH@
+
+--- /lib/Class/Data/Inheritable.pm       2007-04-21 22:02:12.000000000 -0700
++++ /lib/Class/Data/Inheritable.pm	2007-04-21 22:02:21.000000000 -0700
+@@ -147,5 +147,5 @@
+ 
+ =head1 SEE ALSO
+ 
+-L<perltootc> has a very elaborate discussion of class data in Perl.
++L<perltooc> has a very elaborate discussion of class data in Perl.
+ 

Propchange: trunk/libclass-data-inheritable-perl/debian/patches/01_doc_perltooc_not_perltootc.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-data-inheritable-perl/debian/patches/doc_perltooc_not_perltootc.diff
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/patches/doc_perltooc_not_perltootc.diff?rev=15706&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/patches/doc_perltooc_not_perltootc.diff (added)
+++ trunk/libclass-data-inheritable-perl/debian/patches/doc_perltooc_not_perltootc.diff Wed Feb 27 08:27:24 2008
@@ -1,0 +1,9 @@
+--- lib/Class/Data/Inheritable.pm       2007-04-21 22:02:12.000000000 -0700
++++ lib/Class/Data/Inheritable.pm	2007-04-21 22:02:21.000000000 -0700
+@@ -147,5 +147,5 @@
+ 
+ =head1 SEE ALSO
+ 
+-L<perltootc> has a very elaborate discussion of class data in Perl.
++L<perltooc> has a very elaborate discussion of class data in Perl.
+ 

Added: trunk/libclass-data-inheritable-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/rules?rev=15706&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/rules (added)
+++ trunk/libclass-data-inheritable-perl/debian/rules Wed Feb 27 08:27:24 2008
@@ -1,0 +1,92 @@
+#!/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: patch
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+
+	touch build-stamp
+
+patch: patch-stamp
+patch-stamp:
+	dpatch apply-all
+	dpatch cat-all >patch-stamp
+
+unpatch:
+	dpatch deapply-all
+	rm -rf patch-stamp debian/patched
+
+clean: unpatch
+	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
+	#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 #DOCS#
+	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-data-inheritable-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-data-inheritable-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/watch?rev=15706&op=file
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/watch (added)
+++ trunk/libclass-data-inheritable-perl/debian/watch Wed Feb 27 08:27:24 2008
@@ -1,0 +1,8 @@
+# watch control file for uscan
+# you can run the "uscan" command
+# to check for upstream updates and more.
+# Site          Directory               Pattern                 Version Script
+version=2
+ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Class/Class-Data-Inheritable-([\d\.]+)\.tar\.gz \
+  debian uupdate
+




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