debian/0000755000000000000000000000000012174264273007176 5ustar debian/rules0000755000000000000000000000003612174264273010255 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000174212174264273010605 0ustar Source: libdime-tools-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libio-stringy-perl, libossp-uuid-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdime-tools-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdime-tools-perl.git Homepage: https://metacpan.org/release/DIME-Tools Package: libdime-tools-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libio-stringy-perl, libossp-uuid-perl Description: modules to parse and generate DIME messages DIME::tools is a collection of DIME::* modules to parse and generate DIME encoded messages (Direct Internet Message Encapsulation). DIME::tools support single-record and chunked payloads for sending big attachments. debian/libdime-tools-perl.examples0000644000000000000000000000001312174264273014433 0ustar examples/* debian/source/0000755000000000000000000000000012174264273010476 5ustar debian/source/format0000644000000000000000000000001412174264273011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024212174264273011046 0ustar libdime-tools-perl (0.03-1) unstable; urgency=low * Initial Release (Closes: #717730) -- Xavier Guimard Thu, 25 Jul 2013 05:25:50 +0200 debian/compat0000644000000000000000000000000212174264273010374 0ustar 8 debian/patches/0000755000000000000000000000000012174264273010625 5ustar debian/patches/series0000644000000000000000000000002712174264273012041 0ustar add-minimal-test.patch debian/patches/add-minimal-test.patch0000644000000000000000000000056112174264273015001 0ustar Description: add minimal test Author: Xavier Guimard Bug: https://rt.cpan.org/Public/Bug/Display.html?id=11080 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=11080 Last-Update: 2013-07-25 --- libdime-tools-perl-0.3.orig/t/1.t +++ libdime-tools-perl-0.3/t/1.t @@ -0,0 +1,4 @@ +use Test::More; +plan tests => 1; + +use_ok('DIME::Parser'); debian/copyright0000644000000000000000000000133712174264273011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DIME-Tools Source: https://metacpan.org/release/DIME-Tools Upstream-Contact: Domingo Alcazar Larrea, Files: * Copyright: 2004, Domingo Alcazar Larrea License: GPL-2 Files: debian/* Copyright: 2013, Xavier Guimard License: GPL-2 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; version 2 dated June, 1991. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000016112174264273010225 0ustar version=3 https://metacpan.org/release/DIME-Tools .*/DIME-Tools-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$