r59108 - in /trunk/libdata-parsebinary-perl: current/ debian/ debian/patches/ debian/source/ t/

alanhaggai-guest at users.alioth.debian.org alanhaggai-guest at users.alioth.debian.org
Thu Jun 10 13:32:10 UTC 2010


Author: alanhaggai-guest
Date: Thu Jun 10 13:31:59 2010
New Revision: 59108

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

Added:
    trunk/libdata-parsebinary-perl/debian/
    trunk/libdata-parsebinary-perl/debian/changelog
    trunk/libdata-parsebinary-perl/debian/compat
    trunk/libdata-parsebinary-perl/debian/control
    trunk/libdata-parsebinary-perl/debian/copyright
    trunk/libdata-parsebinary-perl/debian/patches/
    trunk/libdata-parsebinary-perl/debian/patches/correct-spelling.patch
    trunk/libdata-parsebinary-perl/debian/patches/debian-changes-0.27-1
    trunk/libdata-parsebinary-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch
    trunk/libdata-parsebinary-perl/debian/patches/series
    trunk/libdata-parsebinary-perl/debian/rules   (with props)
    trunk/libdata-parsebinary-perl/debian/source/
    trunk/libdata-parsebinary-perl/debian/source/format
    trunk/libdata-parsebinary-perl/debian/watch
    trunk/libdata-parsebinary-perl/t/_ctypes_test.so   (with props)
Removed:
    trunk/libdata-parsebinary-perl/current/

Added: trunk/libdata-parsebinary-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/changelog?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/changelog (added)
+++ trunk/libdata-parsebinary-perl/debian/changelog Thu Jun 10 13:31:59 2010
@@ -1,0 +1,5 @@
+libdata-parsebinary-perl (0.27-1) unstable; urgency=low
+
+  * Initial Release. (closes: #583891)
+
+ -- Alan Haggai Alavi <alanhaggai at alanhaggai.org>  Sat, 5 Jun 2010 07:04:41 +0530

Added: trunk/libdata-parsebinary-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/compat?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/compat (added)
+++ trunk/libdata-parsebinary-perl/debian/compat Thu Jun 10 13:31:59 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-parsebinary-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/control?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/control (added)
+++ trunk/libdata-parsebinary-perl/debian/control Thu Jun 10 13:31:59 2010
@@ -1,0 +1,22 @@
+Source: libdata-parsebinary-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.10.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Data-ParseBinary/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-parsebinary-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-parsebinary-perl/
+
+Package: libdata-parsebinary-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.0)
+Description: Yet another parser for binary structures
+ Data::ParseBinary is a Perl Port for PyConstructs
+ http://construct.wikispaces.com/
+ .
+ This module enables writing declarations for simple and complex binary
+ structures, parsing binary to hash/array data structure, and building binary
+ data from hash/array data structure.

Added: trunk/libdata-parsebinary-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/copyright?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/copyright (added)
+++ trunk/libdata-parsebinary-perl/debian/copyright Thu Jun 10 13:31:59 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Shmuel Fomberg <owner at semuel.co.il>
+Source: http://search.cpan.org/dist/Data-ParseBinary/
+Name: Data-ParseBinary
+
+Files: *
+Copyright: 2008, Shmuel Fomberg <owner at semuel.co.il>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+License: Artistic or 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-parsebinary-perl/debian/patches/correct-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/patches/correct-spelling.patch?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/patches/correct-spelling.patch (added)
+++ trunk/libdata-parsebinary-perl/debian/patches/correct-spelling.patch Thu Jun 10 13:31:59 2010
@@ -1,0 +1,85 @@
+Description: Correct spelling mistakes
+Author: Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+--- a/lib/Data/ParseBinary.pm
++++ b/lib/Data/ParseBinary.pm
+@@ -768,7 +768,7 @@
+ 
+ =head3 Array
+ 
+-Array, as any meta construct, and have constant length or variable lenght.
++Array, as any meta construct, and have constant length or variable length.
+ 
+     # This is an Array of four bytes
+     $s = Array(4, UBInt8("foo"));
+@@ -835,7 +835,7 @@
+     # will return "1.2.3.4"
+ 
+ On additional note, it is possible to declare an "init" sub inside IpAddressAdapter,
+-that will receive any extra parameter that "create" recieved. 
++that will receive any extra parameter that "create" received. 
+ 
+ =head3 Enum
+ 
+@@ -884,7 +884,7 @@
+     $data = $s->parse("\2\4");
+     # $data is { EXECUTABLE_IMAGE => 1, REMOVABLE_RUN_FROM_SWAP => 1 };
+ 
+-Of course, this is equvalent to creating a BitStruct, and specifing Flag-s in the
++Of course, this is equvalent to creating a BitStruct, and specifying Flag-s in the
+ correct positions, and so on. but this is an easier way.
+ 
+ =head2 Validators
+@@ -933,7 +933,7 @@
+     $data = $s->parse("\xe1\xf2");
+     # $data is { a => 7, b => 0, c => 1, d => 30 }
+ 
+-As can be seen, we start with 1110000111110010. The it is being splitted as
++As can be seen, we start with 1110000111110010. The it is being split as
+ a=111, b=0, c=0001, d=11110 and the rest (010) is discard. 
+ 
+ BitStruct can be inside other BitStruct. Inside BitStruct, Struct and BitStruct are equivalents.
+@@ -1036,7 +1036,7 @@
+ 
+ Not all parsing is linear. sometimes you need to peek ahead to see if a certain
+ value exists ahead, or maybe you know where the data is, it's just that it is
+-some arbitary number of bytes ahead. or before.
++some arbitrary number of bytes ahead or before.
+ 
+ =head3 Pointer and Anchor
+ 
+@@ -1089,7 +1089,7 @@
+ second the location is calculated relative to the current location,
+ while with Pointer it's absolute position.
+ 
+-If no distance is supplied, zero is assumed. it is posible to supply
++If no distance is supplied, zero is assumed. it is possible to supply
+ constant distance, (i.e. 5) or code ref. Examples:
+ 
+     Peek(UBInt16("b"), 5) # Peek 5 bytes ahead
+@@ -1290,7 +1290,7 @@
+     # $data is [ 65, 16962, [ 97, 25186 ] ]
+     
+ Be aware that not every construct works well under Sequence. For example, Value
+-will have problems on building. Using Struct is prefered.
++will have problems on building. Using Struct is preferred.
+ 
+ =head1 Depricated Constructs
+ 
+@@ -1410,7 +1410,7 @@
+ data to the internal stream, and call Flush on that internal stream.
+ 
+ The special case here is Wrap, that does not call Flush on the internal stream.
+-usefull for some configurations.
++useful for some configurations.
+ a Flush operation happens in the end of every build operation automatically, and
+ when a stream being destroyed. 
+ 
+@@ -1522,7 +1522,7 @@
+ In writer stream, the StringBuffer will pospone writing the data to the actual stream,
+ until the Flush command.
+ 
+-This warper stream is usefull only when the struct seek inside it's borders, and
++This warper stream is useful only when the struct seek inside it's borders, and
+ not sporadically reads data from 30 bytes ahead / back.
+ 
+     # suppose we have unseekable reader stream names $s_stream

Added: trunk/libdata-parsebinary-perl/debian/patches/debian-changes-0.27-1
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/patches/debian-changes-0.27-1?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/patches/debian-changes-0.27-1 (added)
+++ trunk/libdata-parsebinary-perl/debian/patches/debian-changes-0.27-1 Thu Jun 10 13:31:59 2010
@@ -1,0 +1,57 @@
+Description: Upstream changes introduced in version 0.27-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ libdata-parsebinary-perl (0.27-1) unstable; urgency=low
+ .
+   * Initial Release. (closes: #583891)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+Bug-Debian: http://bugs.debian.org/583891
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- libdata-parsebinary-perl-0.27.orig/MANIFEST
++++ libdata-parsebinary-perl-0.27/MANIFEST
+@@ -35,7 +35,7 @@ t/bitmapx4.bmp
+ t/bitmapx8.bmp
+ t/bitmapx24.bmp
+ t/_ctypes_test.so
+-t/notepad.exe
++#t/notepad.exe
+ t/python.exe
+ t/sqlite3.dll
+ t/netflowv5.pdu
+--- libdata-parsebinary-perl-0.27.orig/t/03lib.t
++++ libdata-parsebinary-perl-0.27/t/03lib.t
+@@ -13,7 +13,7 @@ use Data::ParseBinary::Executable::ELF32
+ use Data::ParseBinary::Data::Cap qw{$data_cap_parser};
+ use Data::ParseBinary::FileSystem::MBR qw{$mbr_parser};
+ use Data::ParseBinary::Data::Netflow qw($netflow_v5_parser);
+-use Test::More tests => 27;
++use Test::More tests => 26;
+ #use Test::More qw(no_plan);
+ $| = 1;
+ 
+@@ -33,7 +33,7 @@ test_parse_build($png_parser, "png1.png"
+ 
+ test_parse_build($wmf_parser, "wmf1.wmf");
+ 
+-test_parse_only($pe32_parser, "notepad.exe");
++#test_parse_only($pe32_parser, "notepad.exe");
+ test_parse_only($pe32_parser, "sqlite3.dll");
+ 
+ test_parse_build($elf32_parser, "_ctypes_test.so");

Added: trunk/libdata-parsebinary-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch (added)
+++ trunk/libdata-parsebinary-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch Thu Jun 10 13:31:59 2010
@@ -1,0 +1,48 @@
+Description: Fix manpage-has-bad-whatis-entry
+Author: Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+--- a/lib/Data/ParseBinary/Graphics/BMP.pm
++++ b/lib/Data/ParseBinary/Graphics/BMP.pm
+@@ -97,7 +97,7 @@
+ 
+ =head1 NAME
+ 
+-Data::ParseBinary::Graphics::BMP
++Data::ParseBinary::Graphics::BMP - Parser for Bitmap file format (.bmp)
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/Data/ParseBinary/Graphics/EMF.pm
++++ b/lib/Data/ParseBinary/Graphics/EMF.pm
+@@ -178,7 +178,8 @@
+ 
+ =head1 NAME
+ 
+-Data::ParseBinary::Graphics::EMF
++Data::ParseBinary::Graphics::EMF - Parser for Enhanced Metafile file format
++(.emf)
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/Data/ParseBinary/Graphics/PNG.pm
++++ b/lib/Data/ParseBinary/Graphics/PNG.pm
+@@ -373,7 +373,8 @@
+ 
+ =head1 NAME
+ 
+-Data::ParseBinary::Graphics::PNG
++Data::ParseBinary::Graphics::PNG - Parser for Portable Network Graphics file
++format (.png)
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/Data/ParseBinary/Graphics/WMF.pm
++++ b/lib/Data/ParseBinary/Graphics/WMF.pm
+@@ -94,7 +94,7 @@
+ 
+ =head1 NAME
+ 
+-Data::ParseBinary::Graphics::WMF
++Data::ParseBinary::Graphics::WMF - Parser for Windows Metafile format (.wmf)
+ 
+ =head1 SYNOPSIS
+ 

Added: trunk/libdata-parsebinary-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/patches/series?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/patches/series (added)
+++ trunk/libdata-parsebinary-perl/debian/patches/series Thu Jun 10 13:31:59 2010
@@ -1,0 +1,3 @@
+correct-spelling.patch
+fix-manpage-has-bad-whatis-entry.patch
+debian-changes-0.27-1

Added: trunk/libdata-parsebinary-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/rules?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/rules (added)
+++ trunk/libdata-parsebinary-perl/debian/rules Thu Jun 10 13:31:59 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libdata-parsebinary-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/source/format?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/source/format (added)
+++ trunk/libdata-parsebinary-perl/debian/source/format Thu Jun 10 13:31:59 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdata-parsebinary-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/debian/watch?rev=59108&op=file
==============================================================================
--- trunk/libdata-parsebinary-perl/debian/watch (added)
+++ trunk/libdata-parsebinary-perl/debian/watch Thu Jun 10 13:31:59 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-ParseBinary/   .*/Data-ParseBinary-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/libdata-parsebinary-perl/t/_ctypes_test.so
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-parsebinary-perl/t/_ctypes_test.so?rev=59108&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libdata-parsebinary-perl/t/_ctypes_test.so
------------------------------------------------------------------------------
    svn:executable = *

Propchange: trunk/libdata-parsebinary-perl/t/_ctypes_test.so
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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