r39046 - in /trunk/libtest-leaktrace-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jul 1 14:57:48 UTC 2009


Author: jawnsy-guest
Date: Wed Jul  1 14:57:42 2009
New Revision: 39046

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39046
Log:
* Added upstream copyright year
* Added /me to Copyright and Uploaders
* Fixed typo in control synopsis & rewrote long description
* Standards-Version 3.8.2
* Use short debian/rules format

Modified:
    trunk/libtest-leaktrace-perl/debian/changelog
    trunk/libtest-leaktrace-perl/debian/control
    trunk/libtest-leaktrace-perl/debian/copyright
    trunk/libtest-leaktrace-perl/debian/rules

Modified: trunk/libtest-leaktrace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-leaktrace-perl/debian/changelog?rev=39046&op=diff
==============================================================================
--- trunk/libtest-leaktrace-perl/debian/changelog (original)
+++ trunk/libtest-leaktrace-perl/debian/changelog Wed Jul  1 14:57:42 2009
@@ -2,10 +2,11 @@
 
   * New upstream release
     + Allow Test::More subtests
-
- -- Jonathan Yu <frequency at cpan.org>  Wed, 01 Jul 2009 06:27:11 -0400
-
-libtest-leaktrace-perl (0.09-2) UNRELEASED; urgency=low
+  * Added upstream copyright year
+  * Added /me to Copyright and Uploaders
+  * Fixed typo in control synopsis & rewrote long description
+  * Standards-Version 3.8.2
+  * Use short debian/rules format
 
   [ gregor herrmann ]
   * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD
@@ -14,7 +15,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Fri, 24 Apr 2009 14:30:58 +0200
+ -- Jonathan Yu <frequency at cpan.org>  Wed, 01 Jul 2009 06:27:11 -0400
 
 libtest-leaktrace-perl (0.09-1) unstable; urgency=low
 

Modified: trunk/libtest-leaktrace-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-leaktrace-perl/debian/control?rev=39046&op=diff
==============================================================================
--- trunk/libtest-leaktrace-perl/debian/control (original)
+++ trunk/libtest-leaktrace-perl/debian/control Wed Jul  1 14:57:42 2009
@@ -3,8 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.8.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Xavier Oswald <x.oswald at free.fr>
-Standards-Version: 3.8.1
+Uploaders: Xavier Oswald <x.oswald at free.fr>, Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Test-LeakTrace/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-leaktrace-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-leaktrace-perl/
@@ -12,15 +12,10 @@
 Package: libtest-leaktrace-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
-  perl (>= 5.8.1)
-Description: Several functions taht Trace memory leaks
- Test::LeakTrace provides several functions that trace memory leaks.
- .
+ perl (>= 5.8.1)
+Description: Perl test module for tracing memory leaks
+ Test::LeakTrace provides several functions that detect and trace memory leaks.
  This module scans arenas, the memory allocation system, so it can detect any
- leaked SVs in given blocks
- .
- Leaked SVs are SVs which are not released after the end of the scope they have
- been created. These SVs include global variables and internal caches. For
- example, if you call a method in a tracing block, perl might prepare a cache
- for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()
- executes a block more than once.
+ leaked scalar values (SVs) in given blocks. Leaked SVs are those which are not
+ released after the end of the scope they have been created, including internal
+ caches and global variables.

Modified: trunk/libtest-leaktrace-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-leaktrace-perl/debian/copyright?rev=39046&op=diff
==============================================================================
--- trunk/libtest-leaktrace-perl/debian/copyright (original)
+++ trunk/libtest-leaktrace-perl/debian/copyright Wed Jul  1 14:57:42 2009
@@ -1,14 +1,17 @@
-Upstream-Maintainer: Goro Fuji(gfx) <gfuji(at)cpan.org>.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Goro Fuji <gfuji at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/Test-LeakTrace/
 Upstream-Name: Test-LeakTrace
 
 Files: *
-Copyright: Goro Fuji(gfx) <gfuji(at)cpan.org>.
+Copyright: 2009, Goro Fuji <gfuji at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2009, Xavier Oswald <x.oswald at free.fr>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Xavier Oswald <x.oswald at free.fr>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libtest-leaktrace-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-leaktrace-perl/debian/rules?rev=39046&op=diff
==============================================================================
--- trunk/libtest-leaktrace-perl/debian/rules (original)
+++ trunk/libtest-leaktrace-perl/debian/rules Wed Jul  1 14:57:42 2009
@@ -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