r10135 - in /trunk/libclass-multimethods-perl: debian/ demo/

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 11:53:23 UTC 2007


Author: vdanjean
Date: Sat Dec  1 11:53:23 2007
New Revision: 10135

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

Added:
    trunk/libclass-multimethods-perl/debian/
    trunk/libclass-multimethods-perl/debian/changelog
    trunk/libclass-multimethods-perl/debian/compat
    trunk/libclass-multimethods-perl/debian/control
    trunk/libclass-multimethods-perl/debian/copyright
    trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.docs
    trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.examples
    trunk/libclass-multimethods-perl/debian/rules   (with props)
    trunk/libclass-multimethods-perl/debian/watch
Modified:
    trunk/libclass-multimethods-perl/demo/demo.ambig.pl
    trunk/libclass-multimethods-perl/demo/demo.analyse.pl
    trunk/libclass-multimethods-perl/demo/demo.global.pl
    trunk/libclass-multimethods-perl/demo/demo.multi.pl
    trunk/libclass-multimethods-perl/demo/demo.numstr.pl
    trunk/libclass-multimethods-perl/demo/demo.super.pl

Added: trunk/libclass-multimethods-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/debian/changelog?rev=10135&op=file
==============================================================================
--- trunk/libclass-multimethods-perl/debian/changelog (added)
+++ trunk/libclass-multimethods-perl/debian/changelog Sat Dec  1 11:53:23 2007
@@ -1,0 +1,35 @@
+libclass-multimethods-perl (1.70-4) unstable; urgency=low
+
+  * New Maintainer (Closes: #259586)
+  * Adds debian/watch file
+  * Adds build dependancy on perl per policy
+  * Adds dependancy on debhelper 4 (adds debian/compat)
+  * Changed to my standard rules template
+  * Adds demo files from distribution as examples
+  * Adds tutorial.html file from distribution as docs
+  * Fixes copyright file to explicate perl license
+  * Updates demo files to squash lintian warnings
+
+ -- Jay Bonci <jaybonci at debian.org>  Thu,  9 Sep 2004 05:30:04 -0400
+
+libclass-multimethods-perl (1.70-3) unstable; urgency=low
+
+  * QA Upload.
+  * Sect section to perl to agree with override file.
+
+ -- Thomas Bushnell, BSG <tb at debian.org>  Sat,  7 Aug 2004 18:55:03 -0700
+
+libclass-multimethods-perl (1.70-2) unstable; urgency=low
+
+  * QA Upload.
+  * Set maintainer to Debian QA Group <packages at qa.debian.org>.
+
+ -- Thomas Bushnell, BSG <tb at debian.org>  Sat,  7 Aug 2004 18:31:37 -0700
+
+libclass-multimethods-perl (1.70-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Sean 'Shaleh' Perry <shaleh at debian.org>  Thu,  8 Feb 2001 23:28:18 -0800
+
+

Added: trunk/libclass-multimethods-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/debian/compat?rev=10135&op=file
==============================================================================
--- trunk/libclass-multimethods-perl/debian/compat (added)
+++ trunk/libclass-multimethods-perl/debian/compat Sat Dec  1 11:53:23 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libclass-multimethods-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/debian/control?rev=10135&op=file
==============================================================================
--- trunk/libclass-multimethods-perl/debian/control (added)
+++ trunk/libclass-multimethods-perl/debian/control Sat Dec  1 11:53:23 2007
@@ -1,0 +1,22 @@
+Source: libclass-multimethods-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.6.0-16)
+Standards-Version: 3.6.1.0
+
+Package: libclass-multimethods-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Support multimethods and subroutine overloading in Perl
+ Sometimes Perl's standard polymorphic method dispatch mechanism isn't
+ sophisticated enough to cope with the complexities of finding the right
+ method to handle a given situation.
+ .
+ Generally speaking, multiple dispatch is needed whenever two or more objects
+ belonging to different class hierarchies are going to interact, and we need to
+ do different things depending on the combination of actual types of those
+ objects. Typical applications that need this kind of ability include graphical
+ user interfaces, image processing libraries, mixed-precision numerical
+ computation systems, and most types of simulations.
+

Added: trunk/libclass-multimethods-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/debian/copyright?rev=10135&op=file
==============================================================================
--- trunk/libclass-multimethods-perl/debian/copyright (added)
+++ trunk/libclass-multimethods-perl/debian/copyright Sat Dec  1 11:53:23 2007
@@ -1,0 +1,27 @@
+This package was debianized by Sean Perry <shaleh at debian.org> on
+Thu,  8 Feb 2001 23:28:18 -0800.
+
+It was downloaded from: http://search.cpan.org/dist/Class-Multimethods
+
+Upstream Authors:
+
+	Damian Conway <damian at conway.org>
+
+Copyright:
+
+        This program is free software; you can redistribute it and/or modify
+        it under the terms of either:
+
+        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"
+
+        See:
+
+        /usr/share/common-licenses/Artistic
+        /usr/share/common-licenses/GPL
+
+        For more information regarding these licensing options
+

Added: trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.docs
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.docs?rev=10135&op=file
==============================================================================
--- trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.docs (added)
+++ trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.docs Sat Dec  1 11:53:23 2007
@@ -1,0 +1,1 @@
+tutorial.html

Added: trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.examples
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.examples?rev=10135&op=file
==============================================================================
--- trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.examples (added)
+++ trunk/libclass-multimethods-perl/debian/libclass-multimethods-perl.examples Sat Dec  1 11:53:23 2007
@@ -1,0 +1,1 @@
+demo/*

Added: trunk/libclass-multimethods-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/debian/rules?rev=10135&op=file
==============================================================================
--- trunk/libclass-multimethods-perl/debian/rules (added)
+++ trunk/libclass-multimethods-perl/debian/rules Sat Dec  1 11:53:23 2007
@@ -1,0 +1,55 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	-find $(CURDIR)/lib -exec chmod -x {} \;
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installexamples
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/libclass-multimethods-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-multimethods-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/debian/watch?rev=10135&op=file
==============================================================================
--- trunk/libclass-multimethods-perl/debian/watch (added)
+++ trunk/libclass-multimethods-perl/debian/watch Sat Dec  1 11:53:23 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Class/Class-Multimethods-([0-9].*)\.tar.gz

Modified: trunk/libclass-multimethods-perl/demo/demo.ambig.pl
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/demo/demo.ambig.pl?rev=10135&op=diff
==============================================================================
--- trunk/libclass-multimethods-perl/demo/demo.ambig.pl (original)
+++ trunk/libclass-multimethods-perl/demo/demo.ambig.pl Sat Dec  1 11:53:23 2007
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 use 5.005;
 
 use Class::Multimethods;

Modified: trunk/libclass-multimethods-perl/demo/demo.analyse.pl
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/demo/demo.analyse.pl?rev=10135&op=diff
==============================================================================
--- trunk/libclass-multimethods-perl/demo/demo.analyse.pl (original)
+++ trunk/libclass-multimethods-perl/demo/demo.analyse.pl Sat Dec  1 11:53:23 2007
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 use 5.005;
 
 # SET UP A WINDOW HIERARCHY

Modified: trunk/libclass-multimethods-perl/demo/demo.global.pl
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/demo/demo.global.pl?rev=10135&op=diff
==============================================================================
--- trunk/libclass-multimethods-perl/demo/demo.global.pl (original)
+++ trunk/libclass-multimethods-perl/demo/demo.global.pl Sat Dec  1 11:53:23 2007
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 use 5.005;
 
 # SET UP A WINDOW HIERARCHY

Modified: trunk/libclass-multimethods-perl/demo/demo.multi.pl
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/demo/demo.multi.pl?rev=10135&op=diff
==============================================================================
--- trunk/libclass-multimethods-perl/demo/demo.multi.pl (original)
+++ trunk/libclass-multimethods-perl/demo/demo.multi.pl Sat Dec  1 11:53:23 2007
@@ -1,3 +1,4 @@
+#!/usr/bin/perl -w
 use 5.005;
 
 # SET UP A WINDOW HIERARCHY

Modified: trunk/libclass-multimethods-perl/demo/demo.numstr.pl
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/demo/demo.numstr.pl?rev=10135&op=diff
==============================================================================
--- trunk/libclass-multimethods-perl/demo/demo.numstr.pl (original)
+++ trunk/libclass-multimethods-perl/demo/demo.numstr.pl Sat Dec  1 11:53:23 2007
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 use Class::Multimethods;
 

Modified: trunk/libclass-multimethods-perl/demo/demo.super.pl
URL: http://svn.debian.org/wsvn/trunk/libclass-multimethods-perl/demo/demo.super.pl?rev=10135&op=diff
==============================================================================
--- trunk/libclass-multimethods-perl/demo/demo.super.pl (original)
+++ trunk/libclass-multimethods-perl/demo/demo.super.pl Sat Dec  1 11:53:23 2007
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 package Ancestor;
 




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