r40706 - in /trunk/libclass-methodmaker-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jul 25 03:43:32 UTC 2009


Author: jawnsy-guest
Date: Sat Jul 25 03:43:25 2009
New Revision: 40706

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40706
Log:
* Standards-Version 3.8.2 (no changes)
* New debian/rules format
* Updated control description
* Added myself to uploaders and copyright
* Cleaned up copyright

Modified:
    trunk/libclass-methodmaker-perl/debian/changelog
    trunk/libclass-methodmaker-perl/debian/control
    trunk/libclass-methodmaker-perl/debian/copyright
    trunk/libclass-methodmaker-perl/debian/rules

Modified: trunk/libclass-methodmaker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-methodmaker-perl/debian/changelog?rev=40706&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/changelog (original)
+++ trunk/libclass-methodmaker-perl/debian/changelog Sat Jul 25 03:43:25 2009
@@ -1,8 +1,15 @@
 libclass-methodmaker-perl (2.15-2) UNRELEASED; urgency=low
 
+  * Standards-Version 3.8.2 (no changes)
+  * New debian/rules format
+  * Updated control description
+  * Added myself to uploaders and copyright
+  * Cleaned up copyright
+
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:33:13 +0000
+ -- Jonathan Yu <frequency at cpan.org>  Fri, 24 Jul 2009 19:23:22 -0400
 
 libclass-methodmaker-perl (2.15-1) unstable; urgency=low
 

Modified: trunk/libclass-methodmaker-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-methodmaker-perl/debian/control?rev=40706&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/control (original)
+++ trunk/libclass-methodmaker-perl/debian/control Sat Jul 25 03:43:25 2009
@@ -2,10 +2,10 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,
- Niko Tyni <ntyni at debian.org>, Antonio Radici <antonio at dyne.org>
-Build-Depends: debhelper (>= 7), perl, quilt (>= 0.40), libipc-run-perl
-Standards-Version: 3.8.0
+Uploaders: Jonathan Yu <frequency at cpan.org>, Niko Tyni <ntyni at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Antonio Radici <antonio at dyne.org>
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), libipc-run-perl
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Class-MethodMaker/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-methodmaker-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-methodmaker-perl/
@@ -13,8 +13,10 @@
 Package: libclass-methodmaker-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: perl module for creating generic methods
- Class::MethodMaker creates generic methds for OO Perl
- .
- This module solves the problem of having to continually write 
- accessor methods for your objects that perform standard tasks.
+Description: Perl module for creating generic methods
+ Class::MethodMaker is a simple module which solves the problem of having to
+ continually write accessor and mutator methods for your objects that perform
+ standard tasks. Instead of thinking in terms of methods, you install one or
+ more components into a class and methods are automatically created for you.
+ A component is intended as a cohesive unit of data that should only be changed
+ using the provided methods.

Modified: trunk/libclass-methodmaker-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-methodmaker-perl/debian/copyright?rev=40706&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/copyright (original)
+++ trunk/libclass-methodmaker-perl/debian/copyright Sat Jul 25 03:43:25 2009
@@ -1,20 +1,19 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Steffen Schwigon
+Upstream-Maintainer: Steffen Schwigon <schwigon at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/Class-MethodMaker/
 Upstream-Name: Class-MethodMaker
 
 Files: *
-Copyright:
- Copyright (c) 2004, 2003, 2002, 2001, 2000 Martyn J. Pearce.
- Copyright (c) 1996 Organic Online. All rights reserved.
+Copyright: 2000-2004, Martyn J. Pearce <fluffy at cpan.org>
+ 1996, Organic Online
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 
- (c) 2000, 2001, 2002, 2003, 2004, 2005 Peter Palfrader <weasel at debian.org>
- (c) 2008, various members of the Debian Perl Group, cf. debian/changelog
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2008, various members of the Debian Perl Group, cf. debian/changelog
+ 2000-2005, Peter Palfrader <weasel at debian.org>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libclass-methodmaker-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-methodmaker-perl/debian/rules?rev=40706&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/rules (original)
+++ trunk/libclass-methodmaker-perl/debian/rules Sat Jul 25 03:43:25 2009
@@ -1,30 +1,4 @@
 #!/usr/bin/make -f
 
-PERL   ?= /usr/bin/perl
-
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build --before dh_auto_configure
-	# dh_auto_configure runs ./configure, and fails horribly
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	dh build --after dh_auto_configure
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	dh --with quilt $@




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