r52356 - in /trunk/libperl-metrics-simple-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 8 23:35:38 UTC 2010


Author: jawnsy-guest
Date: Mon Feb  8 23:35:33 2010
New Revision: 52356

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52356
Log:
* New upstream release
* Use short debhelper rules format
* Update copyright to DEP5 format
* Rewrite control description
* Standards-Version 3.8.4 (no changes)
* Drop version dependencies satisfied in oldstable
* Drop Module::Build, Makefile.PL is traditional

Modified:
    trunk/libperl-metrics-simple-perl/debian/changelog
    trunk/libperl-metrics-simple-perl/debian/control
    trunk/libperl-metrics-simple-perl/debian/copyright
    trunk/libperl-metrics-simple-perl/debian/rules

Modified: trunk/libperl-metrics-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-metrics-simple-perl/debian/changelog?rev=52356&op=diff
==============================================================================
--- trunk/libperl-metrics-simple-perl/debian/changelog (original)
+++ trunk/libperl-metrics-simple-perl/debian/changelog Mon Feb  8 23:35:33 2010
@@ -1,4 +1,13 @@
 libperl-metrics-simple-perl (0.14-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Use short debhelper rules format
+  * Update copyright to DEP5 format
+  * Rewrite control description
+  * Standards-Version 3.8.4 (no changes)
+  * Drop version dependencies satisfied in oldstable
+  * Drop Module::Build, Makefile.PL is traditional
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -15,10 +24,7 @@
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
 
-  [ Jonathan Yu ]
-  * New upstream release
-
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 08 Feb 2010 18:43:30 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 08 Feb 2010 18:52:47 -0500
 
 libperl-metrics-simple-perl (0.13-1) unstable; urgency=low
 

Modified: trunk/libperl-metrics-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-metrics-simple-perl/debian/control?rev=52356&op=diff
==============================================================================
--- trunk/libperl-metrics-simple-perl/debian/control (original)
+++ trunk/libperl-metrics-simple-perl/debian/control Mon Feb  8 23:35:33 2010
@@ -1,27 +1,25 @@
 Source: libperl-metrics-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
-Build-Depends-Indep: libppi-perl (>= 1.113), libreadonly-perl (>= 1.03),
-  libtest-pod-coverage-perl (>= 1.04), libtest-pod-perl (>= 1),
-  perl, libstatistics-basic-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libppi-perl, libreadonly-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl, libstatistics-basic-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>
-Standards-Version: 3.8.1
+Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Perl-Metrics-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libperl-metrics-simple-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libperl-metrics-simple-perl/
 
 Package: libperl-metrics-simple-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libppi-perl (>= 1.113),
-  libreadonly-perl (>= 1.03), libstatistics-basic-perl
-Description: Perl interface to count packages, subs, lines, etc. of many files
- Perl::Metrics::Simple provides just enough methods to run static
- analysis of one or many Perl files and obtain a few metrics:
- packages, subroutines, lines of code, and an approximation of
- cyclomatic (mccabe) complexity for the subroutines and the "main"
- portion of the code.
+Depends: ${misc:Depends}, ${perl:Depends}, libppi-perl,
+ libreadonly-perl, libstatistics-basic-perl
+Description: module to provide metrics of Perl code
+ Perl::Metrics::Simple is a Perl module that provides several useful methods
+ for static analysis of one or many Perl files. It currently offers these
+ metrics: packages, subroutines, lines of code, and an approximation of
+ cyclomatic (mccabe) complexity for the subroutines and the "main" portion
+ of the code.
  .
- Perl::Metrics::Simple is far simpler than Perl::Metrics. It also
- comes with a script called countperl.
+ This module is designed to be simpler than the similar Perl::Metric module.

Modified: trunk/libperl-metrics-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-metrics-simple-perl/debian/copyright?rev=52356&op=diff
==============================================================================
--- trunk/libperl-metrics-simple-perl/debian/copyright (original)
+++ trunk/libperl-metrics-simple-perl/debian/copyright Mon Feb  8 23:35:33 2010
@@ -1,28 +1,29 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Matisse Enzer <matisse at eigenstate.net>
-Upstream-Source: http://search.cpan.org/dist/Perl-Metrics-Simple/
-Upstream-Name: Perl-Metrics-Simple
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Matisse Enzer <matisse at eigenstate.net>
+Source: http://search.cpan.org/dist/Perl-Metrics-Simple/
+Name: Perl-Metrics-Simple
 
 Files: *
-Copyright: Copyright (c) 2006-2009 by Eigenstate Consulting, LLC.
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2006-2009, Eigenstate Consulting, LLC.
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Ryan Niebur <ryan at debian.org>
-License: Artistic | GPL-1+
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+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 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 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'
 
 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'
+ 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/libperl-metrics-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-metrics-simple-perl/debian/rules?rev=52356&op=diff
==============================================================================
--- trunk/libperl-metrics-simple-perl/debian/rules (original)
+++ trunk/libperl-metrics-simple-perl/debian/rules Mon Feb  8 23:35:33 2010
@@ -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:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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