r36747 - in /trunk/libalgorithm-c3-perl/debian: changelog compat control copyright rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 30 03:44:51 UTC 2009


Author: ryan52-guest
Date: Sat May 30 03:44:47 2009
New Revision: 36747

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36747
Log:
* convert to machine readable copyright format
* convert to dh7

Modified:
    trunk/libalgorithm-c3-perl/debian/changelog
    trunk/libalgorithm-c3-perl/debian/compat
    trunk/libalgorithm-c3-perl/debian/control
    trunk/libalgorithm-c3-perl/debian/copyright
    trunk/libalgorithm-c3-perl/debian/rules

Modified: trunk/libalgorithm-c3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-c3-perl/debian/changelog?rev=36747&op=diff
==============================================================================
--- trunk/libalgorithm-c3-perl/debian/changelog (original)
+++ trunk/libalgorithm-c3-perl/debian/changelog Sat May 30 03:44:47 2009
@@ -12,8 +12,10 @@
   * New upstream release
   * Add myself to Uploaders
   * Debian Policy 3.8.1
+  * convert to machine readable copyright format
+  * convert to dh7
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 29 May 2009 20:41:12 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 29 May 2009 20:44:33 -0700
 
 libalgorithm-c3-perl (0.07-1) unstable; urgency=low
 

Modified: trunk/libalgorithm-c3-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-c3-perl/debian/compat?rev=36747&op=diff
==============================================================================
--- trunk/libalgorithm-c3-perl/debian/compat (original)
+++ trunk/libalgorithm-c3-perl/debian/compat Sat May 30 03:44:47 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libalgorithm-c3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-c3-perl/debian/control?rev=36747&op=diff
==============================================================================
--- trunk/libalgorithm-c3-perl/debian/control (original)
+++ trunk/libalgorithm-c3-perl/debian/control Sat May 30 03:44:47 2009
@@ -1,8 +1,8 @@
 Source: libalgorithm-c3-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>=5.0.0), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Ryan Niebur <ryanryan52 at gmail.com>
@@ -13,7 +13,7 @@
 
 Package: libalgorithm-c3-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: A module for merging hierarchies using the C3 algorithm
  C3 is the name of an algorithm which aims to provide a sane method resolution
  order under multiple inheritence. It was first introduced in the langauge 

Modified: trunk/libalgorithm-c3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-c3-perl/debian/copyright?rev=36747&op=diff
==============================================================================
--- trunk/libalgorithm-c3-perl/debian/copyright (original)
+++ trunk/libalgorithm-c3-perl/debian/copyright Sat May 30 03:44:47 2009
@@ -1,23 +1,29 @@
-This is the debian package for the Algorithm-C3 module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Stevan Little, <stevan at iinteractive.com>, Brandon L. Black <blblack at gmail.com>, Florian Ragwitz <rafl at debian.org>
+Upstream-Source: http://search.cpan.org/dist/Algorithm-C3/
+Upstream-Name: Algorithm-C3
 
-It was downloaded from: 
+Files: *
+Copyright: Copyright (C) 2006 Infinity Interactive, Inc.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-http://mirrors.kernel.org/cpan/modules/by-module/Algorithm/Algorithm-C3-0.01.tar.gz
+Files: debian/*
+Copyright: 2006, 2007, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
 
-The upstream author is: Stevan Little, <stevan at iinteractive.com>.
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
-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.
-  
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
     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'.
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libalgorithm-c3-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-c3-perl/debian/rules?rev=36747&op=diff
==============================================================================
--- trunk/libalgorithm-c3-perl/debian/rules (original)
+++ trunk/libalgorithm-c3-perl/debian/rules Sat May 30 03:44:47 2009
@@ -1,66 +1,4 @@
 #!/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
 
-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:
-# 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
+%:
+	dh $@




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