r34537 - in /trunk/libnumber-format-perl/debian: changelog copyright docs libnumber-format-perl.docs rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri May 1 00:28:53 UTC 2009


Author: ryan52-guest
Date: Fri May  1 00:28:48 2009
New Revision: 34537

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34537
Log:
machine readable copyright format, refresh some stuff with dh-make-perl

Added:
    trunk/libnumber-format-perl/debian/libnumber-format-perl.docs   (props changed)
      - copied unchanged from r34534, trunk/libnumber-format-perl/debian/docs
Removed:
    trunk/libnumber-format-perl/debian/docs
Modified:
    trunk/libnumber-format-perl/debian/changelog
    trunk/libnumber-format-perl/debian/copyright
    trunk/libnumber-format-perl/debian/rules

Modified: trunk/libnumber-format-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-format-perl/debian/changelog?rev=34537&op=diff
==============================================================================
--- trunk/libnumber-format-perl/debian/changelog (original)
+++ trunk/libnumber-format-perl/debian/changelog Fri May  1 00:28:48 2009
@@ -13,8 +13,9 @@
   * Add myself to Uploaders
   * Debian Policy 3.8.1
   * New upstream release (Closes: #526405)
+  * machine readable copyright format
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 30 Apr 2009 17:22:10 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 30 Apr 2009 17:28:22 -0700
 
 libnumber-format-perl (1.52-1) unstable; urgency=low
 

Modified: trunk/libnumber-format-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-format-perl/debian/copyright?rev=34537&op=diff
==============================================================================
--- trunk/libnumber-format-perl/debian/copyright (original)
+++ trunk/libnumber-format-perl/debian/copyright Fri May  1 00:28:48 2009
@@ -1,22 +1,31 @@
-This package was debianized by Ola Lundqvist <opal at debian.org> on
-Sat, 12 Feb 2005 22:08:53 +0100.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: William R. Ward, SwPrAwM at cpan.org (remove "SPAM" before sending email,
+    leaving only my initials)
+Upstream-Source: http://search.cpan.org/dist/Number-Format/
+Upstream-Name: Number-Format
 
-It was downloaded from:
-	http://www.cpan.org/modules/by-module/Number/
+Files: *
+Copyright: 1997-2008 by William R. Ward et al.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Copyright:
+Files: debian/*
+Copyright: 2005, Ola Lundqvist <opal at debian.org>
+ 2007, Ivan Kohler <ivan-debian at 420.am>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
 
-	Copyright (C) 1997-2002 William R. Ward <wrw at bayview.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'
 
-Upstream Author:
-	William R. Ward <wrw at bayview.com>
-
-License:
-
-This package is copyright 1997-2002 by William R. Ward <wrw at bayview.com>
-and may be distributed under terms of the Artistic License used to cover
-Perl itself.  See the file Artistic in the distribution of Perl 5.002 or
-later for details of copy and distribution terms.
-
-On a Debian system the Artistic file can be found at:
-/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'

Propchange: trunk/libnumber-format-perl/debian/libnumber-format-perl.docs
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: trunk/libnumber-format-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-format-perl/debian/rules?rev=34537&op=diff
==============================================================================
--- trunk/libnumber-format-perl/debian/rules (original)
+++ trunk/libnumber-format-perl/debian/rules Fri May  1 00:28:48 2009
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
 build: build-stamp
 build-stamp:
@@ -9,12 +8,16 @@
 clean:
 	dh $@
 
-binary: binary-indep binary-arch
-binary-indep:
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
 	dh $@
 
-install:
-	dh $@
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: binary binary-arch binary-indep install clean build




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