r34824 - in /trunk/libdevel-refcount-perl: Makefile debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 5 23:52:21 UTC 2009


Author: jawnsy-guest
Date: Tue May  5 23:52:16 2009
New Revision: 34824

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

Added:
    trunk/libdevel-refcount-perl/Makefile
    trunk/libdevel-refcount-perl/debian/
    trunk/libdevel-refcount-perl/debian/changelog
    trunk/libdevel-refcount-perl/debian/compat
    trunk/libdevel-refcount-perl/debian/control
    trunk/libdevel-refcount-perl/debian/copyright
    trunk/libdevel-refcount-perl/debian/rules   (with props)
    trunk/libdevel-refcount-perl/debian/watch

Added: trunk/libdevel-refcount-perl/Makefile
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/Makefile?rev=34824&op=file
==============================================================================
--- trunk/libdevel-refcount-perl/Makefile (added)
+++ trunk/libdevel-refcount-perl/Makefile Tue May  5 23:52:16 2009
@@ -1,0 +1,79 @@
+#     PREREQ_PM => { Test::More=>q[0], Test::Exception=>q[0], Module::Build=>q[0], ExtUtils::CBuilder=>q[0] }
+
+all : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1
+realclean : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 realclean
+	/usr/bin/perl -e unlink -e shift Makefile
+
+force_do_it :
+	@ true
+build : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 build
+clean : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 clean
+code : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 code
+config_data : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 config_data
+diff : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 diff
+dist : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 dist
+distcheck : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distcheck
+distclean : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distclean
+distdir : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distdir
+distmeta : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distmeta
+distsign : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distsign
+disttest : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 disttest
+docs : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 docs
+fakeinstall : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 fakeinstall
+help : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 help
+html : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 html
+install : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 install
+manifest : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 manifest
+manpages : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 manpages
+pardist : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 pardist
+ppd : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 ppd
+ppmdist : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 ppmdist
+prereq_report : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 prereq_report
+pure_install : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 pure_install
+retest : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 retest
+skipcheck : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 skipcheck
+test : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 test
+testall : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 testall
+testcover : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 testcover
+testdb : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 testdb
+testpod : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 testpod
+testpodcoverage : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 testpodcoverage
+versioninstall : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 versioninstall
+
+.EXPORT : INC PREFIX DESTDIR VERBINST INSTALLDIRS TEST_VERBOSE LIB UNINST INSTALL_BASE POLLUTE
+

Added: trunk/libdevel-refcount-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/changelog?rev=34824&op=file
==============================================================================
--- trunk/libdevel-refcount-perl/debian/changelog (added)
+++ trunk/libdevel-refcount-perl/debian/changelog Tue May  5 23:52:16 2009
@@ -1,0 +1,5 @@
+libdevel-refcount-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #527107)
+
+ -- Jonathan Yu <frequency at cpan.org>  Tue, 5 May 2009 19:44:45 -0400

Added: trunk/libdevel-refcount-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/compat?rev=34824&op=file
==============================================================================
--- trunk/libdevel-refcount-perl/debian/compat (added)
+++ trunk/libdevel-refcount-perl/debian/compat Tue May  5 23:52:16 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdevel-refcount-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/control?rev=34824&op=file
==============================================================================
--- trunk/libdevel-refcount-perl/debian/control (added)
+++ trunk/libdevel-refcount-perl/debian/control Tue May  5 23:52:16 2009
@@ -1,0 +1,25 @@
+Source: libdevel-refcount-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl,
+  libtest-exception-perl, perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Devel-Refcount/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-refcount-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-refcount-perl/
+
+Package: libdevel-refcount-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: Perl module to obtain the reference count of a variable
+ Devel::Refcount provides a single function which obtains the reference count
+ of the object being pointed to by the passed reference value.
+ .
+ Internally, Perl maintains a count of the number of 'things' referring to each
+ variable, as a means of providing automatic memory management. Every time a
+ reference is made to a scalar value, for example, the reference count is
+ incremented; every time that reference is lost (eg. when a lexical variable
+ goes out of scope) then the reference count is decremented.
+

Added: trunk/libdevel-refcount-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/copyright?rev=34824&op=file
==============================================================================
--- trunk/libdevel-refcount-perl/debian/copyright (added)
+++ trunk/libdevel-refcount-perl/debian/copyright Tue May  5 23:52:16 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Paul Evans <leonerd at leonerd.org.uk>
+Upstream-Source: http://search.cpan.org/dist/Devel-Refcount/
+Upstream-Name: Devel-Refcount
+
+Files: *
+Copyright: Paul Evans <leonerd at leonerd.org.uk>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.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/libdevel-refcount-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/rules?rev=34824&op=file
==============================================================================
--- trunk/libdevel-refcount-perl/debian/rules (added)
+++ trunk/libdevel-refcount-perl/debian/rules Tue May  5 23:52:16 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: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libdevel-refcount-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdevel-refcount-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/watch?rev=34824&op=file
==============================================================================
--- trunk/libdevel-refcount-perl/debian/watch (added)
+++ trunk/libdevel-refcount-perl/debian/watch Tue May  5 23:52:16 2009
@@ -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/Devel-Refcount/   .*/Devel-Refcount-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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