r30230 - in /trunk/libdata-peek-perl/debian: ./ changelog compat control copyright rules watch

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Thu Jan 29 13:59:02 UTC 2009


Author: jeremiah-guest
Date: Thu Jan 29 13:58:59 2009
New Revision: 30230

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

Added:
    trunk/libdata-peek-perl/debian/
    trunk/libdata-peek-perl/debian/changelog
    trunk/libdata-peek-perl/debian/compat
    trunk/libdata-peek-perl/debian/control
    trunk/libdata-peek-perl/debian/copyright
    trunk/libdata-peek-perl/debian/rules   (with props)
    trunk/libdata-peek-perl/debian/watch

Added: trunk/libdata-peek-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-peek-perl/debian/changelog?rev=30230&op=file
==============================================================================
--- trunk/libdata-peek-perl/debian/changelog (added)
+++ trunk/libdata-peek-perl/debian/changelog Thu Jan 29 13:58:59 2009
@@ -1,0 +1,6 @@
+libdata-peek-perl (0.25-1) unstable; urgency=low
+
+  * Initial Release. (Closes # )
+  * 
+
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Thu, 29 Jan 2009 14:51:24 +0100

Added: trunk/libdata-peek-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-peek-perl/debian/compat?rev=30230&op=file
==============================================================================
--- trunk/libdata-peek-perl/debian/compat (added)
+++ trunk/libdata-peek-perl/debian/compat Thu Jan 29 13:58:59 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-peek-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-peek-perl/debian/control?rev=30230&op=file
==============================================================================
--- trunk/libdata-peek-perl/debian/control (added)
+++ trunk/libdata-peek-perl/debian/control Thu Jan 29 13:58:59 2009
@@ -1,0 +1,19 @@
+Source: libdata-peek-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Data-Peek/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-peek-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-peek-perl/
+
+Package: libdata-peek-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: A collection of low-level debugging facilities for perl.
+ Data::Peek started out as DDumper which was itself a wrapper around 
+ Data::Dumper, but grew to be a set of low-level data introspection 
+ utilities that no other module provides, using the lowest level of 
+ the internal perl API as possible.

Added: trunk/libdata-peek-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-peek-perl/debian/copyright?rev=30230&op=file
==============================================================================
--- trunk/libdata-peek-perl/debian/copyright (added)
+++ trunk/libdata-peek-perl/debian/copyright Thu Jan 29 13:58:59 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: H.Merijn Brand <h.m.brand at xs4all.nl>
+Upstream-Source: http://search.cpan.org/dist/Data-Peek/
+Upstream-Name: Data-Peek
+
+Files: *
+Copyright: 2008 H.Merijn Brand <h.m.brand at xs4all.nl>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jeremiah C. Foster <jeremiah at jeremiahfoster.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/libdata-peek-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-peek-perl/debian/rules?rev=30230&op=file
==============================================================================
--- trunk/libdata-peek-perl/debian/rules (added)
+++ trunk/libdata-peek-perl/debian/rules Thu Jan 29 13:58:59 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/libdata-peek-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-peek-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-peek-perl/debian/watch?rev=30230&op=file
==============================================================================
--- trunk/libdata-peek-perl/debian/watch (added)
+++ trunk/libdata-peek-perl/debian/watch Thu Jan 29 13:58:59 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/Data-Peek/   .*/Data-Peek-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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