r72683 - in /trunk/libdevel-size-perl/debian: changelog copyright rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Apr 16 23:26:36 UTC 2011


Author: periapt-guest
Date: Sat Apr 16 23:26:28 2011
New Revision: 72683

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72683
Log:
Refreshed debian/rules and debian/copyright

Modified:
    trunk/libdevel-size-perl/debian/changelog
    trunk/libdevel-size-perl/debian/copyright
    trunk/libdevel-size-perl/debian/rules

Modified: trunk/libdevel-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-size-perl/debian/changelog?rev=72683&op=diff
==============================================================================
--- trunk/libdevel-size-perl/debian/changelog (original)
+++ trunk/libdevel-size-perl/debian/changelog Sat Apr 16 23:26:28 2011
@@ -14,6 +14,7 @@
   * Added myself to Uploaders
   * New upstream release
   * Upped standards version to 3.9.2
+  * Refreshed debian/rules and debian/copyright
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 17 Apr 2011 00:05:59 +0100
 

Modified: trunk/libdevel-size-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-size-perl/debian/copyright?rev=72683&op=diff
==============================================================================
--- trunk/libdevel-size-perl/debian/copyright (original)
+++ trunk/libdevel-size-perl/debian/copyright Sat Apr 16 23:26:28 2011
@@ -1,29 +1,33 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
-Upstream-Name: Devel-Size
-Upstream-Maintainer: Tels <nospam-abuse at bloodgate.com>
-Upstream-Source: http://search.cpan.org/dist/Devel-Size/
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Nick Clark <nwclark at cpan.org>
+Source: http://search.cpan.org/dist/Devel-Size/
+Name: Devel-Size
 
 Files: *
-Copyright: © 2005, Dan Sugalski
-           © 2007-2008, Tels
-License: GPL-1+ | Artistic
- This module is free software; you can redistribute it and/or modify it
- under the same terms as Perl v5.8.8.
- .
- Perl is distributed under the GNU General Public License, either version 1 or
- (at your option) any later version, and the Artistic License.
- .
- On Debian systems, the complete text of the GNU General Public License can be
- found in /usr/share/common-licenses/GPL and the Artistic license in
- /usr/share/common-licenses/Artistic.
-
-Files: inc/*
-Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy
-License: GPL-1+ | Artistic
- This program is free software; you can redistribute it and/or modify it under
- the same terms as Perl itself.
+Copyright: 
+ 2005, Dan Sugalski <dan at sidhe.org>
+ 2007-2008, Tels <http://bloodgate.com>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: © 2007, Jose Luis Rivas <ghostbar38 at gmail.com>
+Copyright: 2007, Jose Luis Rivas <ghostbar38 at gmail.com>
+ 2008, Niko Tyni <ntyni at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
+
+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 systems, the complete text of the Artistic License can be
+ found 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libdevel-size-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-size-perl/debian/rules?rev=72683&op=diff
==============================================================================
--- trunk/libdevel-size-perl/debian/rules (original)
+++ trunk/libdevel-size-perl/debian/rules Sat Apr 16 23:26:28 2011
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	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




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