r33118 - in /trunk/libdata-visitor-perl/debian: changelog compat copyright rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Apr 12 22:05:06 UTC 2009


Author: ryan52-guest
Date: Sun Apr 12 22:04:59 2009
New Revision: 33118

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33118
Log:
* machine readable copyright format
* debhelper 7

Modified:
    trunk/libdata-visitor-perl/debian/changelog
    trunk/libdata-visitor-perl/debian/compat
    trunk/libdata-visitor-perl/debian/copyright
    trunk/libdata-visitor-perl/debian/rules

Modified: trunk/libdata-visitor-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-visitor-perl/debian/changelog?rev=33118&op=diff
==============================================================================
--- trunk/libdata-visitor-perl/debian/changelog (original)
+++ trunk/libdata-visitor-perl/debian/changelog Sun Apr 12 22:04:59 2009
@@ -19,8 +19,10 @@
   * remove lintian overrides, not needed
   * change dependency to libany-moose-perl
   * add dependency on libdata-alias-perl
+  * machine readable copyright format
+  * debhelper 7
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 12 Apr 2009 14:53:49 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 12 Apr 2009 15:04:37 -0700
 
 libdata-visitor-perl (0.17-1) unstable; urgency=low
 

Modified: trunk/libdata-visitor-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-visitor-perl/debian/compat?rev=33118&op=diff
==============================================================================
--- trunk/libdata-visitor-perl/debian/compat (original)
+++ trunk/libdata-visitor-perl/debian/compat Sun Apr 12 22:04:59 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libdata-visitor-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-visitor-perl/debian/copyright?rev=33118&op=diff
==============================================================================
--- trunk/libdata-visitor-perl/debian/copyright (original)
+++ trunk/libdata-visitor-perl/debian/copyright Sun Apr 12 22:04:59 2009
@@ -1,29 +1,33 @@
-This is the debian package for the Data::Visitor module. It was created by
-Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl and is
-maintained by the Debian Perl Group.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Yuval Kogman <nothingmuch at woobling.org>
+Upstream-Source: http://search.cpan.org/dist/Data-Visitor/
+Upstream-Name: Data-Visitor
 
-It was downloaded from:
-http://mirrors.kernel.org/cpan/modules/by-module/Data/Data-Visitor-0.02.tar.gz
+Files: *
+Copyright: 2006-2008 Yuval Kogman
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-The package's upstream URL for new releases is:
-http://search.cpan.org/dist/Data-Visitor/
+Files: debian/*
+Copyright: 2006, 2007, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2007, 2008, gregor herrmann <gregor+debian at comodo.priv.at>
+ 2008, Jose Luis Rivas <ghostbar38 at gmail.com>
+ 2008, Roberto C. Sanchez <roberto at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
 
-The upstream author is: 
-Yuval Kogman <nothingmuch at woobling.org>.
+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'
 
-Copyright (c) 2006-2008 Yuval Kogman. All rights reserved
-
-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'.
+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'

Modified: trunk/libdata-visitor-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-visitor-perl/debian/rules?rev=33118&op=diff
==============================================================================
--- trunk/libdata-visitor-perl/debian/rules (original)
+++ trunk/libdata-visitor-perl/debian/rules Sun Apr 12 22:04:59 2009
@@ -1,63 +1,23 @@
 #!/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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	# lintian override for a long line with a URL.
-	dh_installdirs /usr/share/lintian/overrides/
-	install -m 644 $(CURDIR)/debian/lintian-overrides $(TMP)/usr/share/lintian/overrides/$(PACKAGE)
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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