r30581 - in /trunk/libtest-memory-cycle-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Feb 11 04:54:41 UTC 2009


Author: ryan52-guest
Date: Wed Feb 11 04:54:38 2009
New Revision: 30581

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30581
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtest-memory-cycle-perl/debian/
    trunk/libtest-memory-cycle-perl/debian/changelog
    trunk/libtest-memory-cycle-perl/debian/compat
    trunk/libtest-memory-cycle-perl/debian/control
    trunk/libtest-memory-cycle-perl/debian/copyright
    trunk/libtest-memory-cycle-perl/debian/rules   (with props)
    trunk/libtest-memory-cycle-perl/debian/watch

Added: trunk/libtest-memory-cycle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-memory-cycle-perl/debian/changelog?rev=30581&op=file
==============================================================================
--- trunk/libtest-memory-cycle-perl/debian/changelog (added)
+++ trunk/libtest-memory-cycle-perl/debian/changelog Wed Feb 11 04:54:38 2009
@@ -1,0 +1,5 @@
+libtest-memory-cycle-perl (1.04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #368006)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 10 Feb 2009 20:50:16 -0800

Added: trunk/libtest-memory-cycle-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-memory-cycle-perl/debian/compat?rev=30581&op=file
==============================================================================
--- trunk/libtest-memory-cycle-perl/debian/compat (added)
+++ trunk/libtest-memory-cycle-perl/debian/compat Wed Feb 11 04:54:38 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-memory-cycle-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-memory-cycle-perl/debian/control?rev=30581&op=file
==============================================================================
--- trunk/libtest-memory-cycle-perl/debian/control (added)
+++ trunk/libtest-memory-cycle-perl/debian/control Wed Feb 11 04:54:38 2009
@@ -1,0 +1,28 @@
+Source: libtest-memory-cycle-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libpadwalker-perl,
+  libdevel-cycle-perl (>= 1.07)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Test-Memory-Cycle/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-memory-cycle-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-memory-cycle-perl/
+
+Package: libtest-memory-cycle-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libpadwalker-perl,
+  libdevel-cycle-perl (>= 1.07)
+Description: Perl module that verifies code hasn't left circular references
+ Test::Memory::Cycle checks for memory leaks and circular memory
+ references. It's a thin Test::More-compatible wrapper around Lincoln
+ Stein's Devel::Cycle module.
+ .
+ Perl's garbage collection has one big problem: Circular references
+ can't get cleaned up. A circular reference can be as simple as two
+ reference that refer to each other. Test::Memory::Cycle is built on
+ top of Devel::Cycle to give you an easy way to check for these
+ circular references. You can also use memory_cycle_exists() to make
+ sure that you have a cycle where you expect to have one.

Added: trunk/libtest-memory-cycle-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-memory-cycle-perl/debian/copyright?rev=30581&op=file
==============================================================================
--- trunk/libtest-memory-cycle-perl/debian/copyright (added)
+++ trunk/libtest-memory-cycle-perl/debian/copyright Wed Feb 11 04:54:38 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Written by Andy Lester, <andy @ petdance.com>
+Upstream-Source: http://search.cpan.org/dist/Test-Memory-Cycle/
+Upstream-Name: Test-Memory-Cycle
+
+Files: *
+Copyright: Copyright 2003-2006, Andy Lester
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | 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'
+
+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'

Added: trunk/libtest-memory-cycle-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-memory-cycle-perl/debian/rules?rev=30581&op=file
==============================================================================
--- trunk/libtest-memory-cycle-perl/debian/rules (added)
+++ trunk/libtest-memory-cycle-perl/debian/rules Wed Feb 11 04:54:38 2009
@@ -1,0 +1,23 @@
+#!/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

Propchange: trunk/libtest-memory-cycle-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-memory-cycle-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-memory-cycle-perl/debian/watch?rev=30581&op=file
==============================================================================
--- trunk/libtest-memory-cycle-perl/debian/watch (added)
+++ trunk/libtest-memory-cycle-perl/debian/watch Wed Feb 11 04:54:38 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Memory-Cycle/   .*/Test-Memory-Cycle-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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