r27804 - in /trunk/libobject-destroyer-perl/debian: ./ changelog compat control copyright libobject-destroyer-perl.lintian-overrides rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Dec 6 12:08:18 UTC 2008


Author: ansgar-guest
Date: Sat Dec  6 12:08:15 2008
New Revision: 27804

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

Added:
    trunk/libobject-destroyer-perl/debian/
    trunk/libobject-destroyer-perl/debian/changelog
    trunk/libobject-destroyer-perl/debian/compat
    trunk/libobject-destroyer-perl/debian/control
    trunk/libobject-destroyer-perl/debian/copyright
    trunk/libobject-destroyer-perl/debian/libobject-destroyer-perl.lintian-overrides
    trunk/libobject-destroyer-perl/debian/rules   (with props)
    trunk/libobject-destroyer-perl/debian/watch

Added: trunk/libobject-destroyer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-destroyer-perl/debian/changelog?rev=27804&op=file
==============================================================================
--- trunk/libobject-destroyer-perl/debian/changelog (added)
+++ trunk/libobject-destroyer-perl/debian/changelog Sat Dec  6 12:08:15 2008
@@ -1,0 +1,5 @@
+libobject-destroyer-perl (2.00-1) unstable; urgency=low
+
+  * Initial Release (Closes: 506248)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 6 Dec 2008 12:35:29 +0100

Added: trunk/libobject-destroyer-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-destroyer-perl/debian/compat?rev=27804&op=file
==============================================================================
--- trunk/libobject-destroyer-perl/debian/compat (added)
+++ trunk/libobject-destroyer-perl/debian/compat Sat Dec  6 12:08:15 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libobject-destroyer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-destroyer-perl/debian/control?rev=27804&op=file
==============================================================================
--- trunk/libobject-destroyer-perl/debian/control (added)
+++ trunk/libobject-destroyer-perl/debian/control Sat Dec  6 12:08:15 2008
@@ -1,0 +1,25 @@
+Source: libobject-destroyer-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Object-Destroyer/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-destroyer-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libobject-destroyer-perl/
+
+Package: libobject-destroyer-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: make objects with circular references DESTROY normally
+ Object::Destroyer allows for the creation of "Destroy" handles. The
+ handle is "attached" to a circular relationship, but is not a part of
+ it. When the destroy handle falls out of scope, it will be cleaned up
+ correctly, and while being cleaned up, it will also force the data
+ structure it is attached to to be destroyed as well. Object::Destroyer
+ can call a specified release method on an object (or method DESTROY by
+ default). Alternatively, it can execute an arbitrary user code passed to
+ constructor as a code reference.
+

Added: trunk/libobject-destroyer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-destroyer-perl/debian/copyright?rev=27804&op=file
==============================================================================
--- trunk/libobject-destroyer-perl/debian/copyright (added)
+++ trunk/libobject-destroyer-perl/debian/copyright Sat Dec  6 12:08:15 2008
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Object-Destroyer/
+Upstream-Name: Object-Destroyer
+
+Files: *
+Copyright: © 2004-2006, Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: © 2008, Ansgar Burchardt <ansgar at 43-1.org>
+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/libobject-destroyer-perl/debian/libobject-destroyer-perl.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-destroyer-perl/debian/libobject-destroyer-perl.lintian-overrides?rev=27804&op=file
==============================================================================
--- trunk/libobject-destroyer-perl/debian/libobject-destroyer-perl.lintian-overrides (added)
+++ trunk/libobject-destroyer-perl/debian/libobject-destroyer-perl.lintian-overrides Sat Dec  6 12:08:15 2008
@@ -1,0 +1,3 @@
+# false positive
+libobject-destroyer-perl binary: description-contains-duplicated-word to to
+

Added: trunk/libobject-destroyer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-destroyer-perl/debian/rules?rev=27804&op=file
==============================================================================
--- trunk/libobject-destroyer-perl/debian/rules (added)
+++ trunk/libobject-destroyer-perl/debian/rules Sat Dec  6 12:08:15 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	AUTOMATED_TESTING=1 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/libobject-destroyer-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libobject-destroyer-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-destroyer-perl/debian/watch?rev=27804&op=file
==============================================================================
--- trunk/libobject-destroyer-perl/debian/watch (added)
+++ trunk/libobject-destroyer-perl/debian/watch Sat Dec  6 12:08:15 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Object-Destroyer/   .*/Object-Destroyer-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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