r39213 - in /trunk/libdata-hexdumper-perl/debian: ./ changelog compat control copyright rules watch

myon at users.alioth.debian.org myon at users.alioth.debian.org
Fri Jul 3 11:13:22 UTC 2009


Author: myon
Date: Fri Jul  3 11:13:16 2009
New Revision: 39213

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

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

Added: trunk/libdata-hexdumper-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-hexdumper-perl/debian/changelog?rev=39213&op=file
==============================================================================
--- trunk/libdata-hexdumper-perl/debian/changelog (added)
+++ trunk/libdata-hexdumper-perl/debian/changelog Fri Jul  3 11:13:16 2009
@@ -1,0 +1,5 @@
+libdata-hexdumper-perl (2.01-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christoph Berg <myon at debian.org>  Fri, 3 Jul 2009 13:01:03 +0200

Added: trunk/libdata-hexdumper-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-hexdumper-perl/debian/compat?rev=39213&op=file
==============================================================================
--- trunk/libdata-hexdumper-perl/debian/compat (added)
+++ trunk/libdata-hexdumper-perl/debian/compat Fri Jul  3 11:13:16 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-hexdumper-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-hexdumper-perl/debian/control?rev=39213&op=file
==============================================================================
--- trunk/libdata-hexdumper-perl/debian/control (added)
+++ trunk/libdata-hexdumper-perl/debian/control Fri Jul  3 11:13:16 2009
@@ -1,0 +1,23 @@
+Source: libdata-hexdumper-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christoph Berg <myon at debian.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Data-Hexdumper/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-hexdumper-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-hexdumper-perl/
+
+Package: libdata-hexdumper-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Description: Make binary data human-readable
+ Data::Hexdumper provides a simple way to format arbitary binary data into a
+ nice human-readable format, somewhat similar to the Unix 'hexdump' utility.
+ .
+ It gives the programmer a considerable degree of flexibility in how the data
+ is formatted, with sensible defaults. It is envisaged that it will primarily
+ be of use for those wrestling alligators in the swamp of binary file formats,
+ which is why it was written in the first place.

Added: trunk/libdata-hexdumper-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-hexdumper-perl/debian/copyright?rev=39213&op=file
==============================================================================
--- trunk/libdata-hexdumper-perl/debian/copyright (added)
+++ trunk/libdata-hexdumper-perl/debian/copyright Fri Jul  3 11:13:16 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: David Cantrell
+Upstream-Source: http://search.cpan.org/dist/Data-Hexdumper/
+Upstream-Name: Data-Hexdumper
+Comment:
+ Initial packaging of this module was kindly funded by Dembach Goo Informatik
+ on behalf of Allianz24.
+
+Files: *
+Copyright: 2001 - 2009 David Cantrell <david at cantrell.org.uk>
+License: Artistic | GPL-2
+ This software is free-as-in-speech software, and may be used,
+ distributed, and modified under the terms of either the GNU
+ General Public Licence version 2 or the Artistic Licence.  It's
+ up to you which one you use.  The full text of the licences can
+ be found in the files GPL2.txt and ARTISTIC.txt, respectively.
+
+Files: debian/*
+Copyright: 2009, Christoph Berg <myon at debian.org>
+License: Artistic | GPL-2
+
+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-2
+    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-2'

Added: trunk/libdata-hexdumper-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-hexdumper-perl/debian/rules?rev=39213&op=file
==============================================================================
--- trunk/libdata-hexdumper-perl/debian/rules (added)
+++ trunk/libdata-hexdumper-perl/debian/rules Fri Jul  3 11:13:16 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libdata-hexdumper-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-hexdumper-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-hexdumper-perl/debian/watch?rev=39213&op=file
==============================================================================
--- trunk/libdata-hexdumper-perl/debian/watch (added)
+++ trunk/libdata-hexdumper-perl/debian/watch Fri Jul  3 11:13:16 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-Hexdumper/   .*/Data-Hexdumper-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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