--- libtext-string-hexconvert-perl-0.01.orig/debian/copyright +++ libtext-string-hexconvert-perl-0.01/debian/copyright @@ -0,0 +1,41 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libtext-string-hexconvert-perl +Source: http://search.cpan.org/~ahernit/String-HexConvert/ + +Files: * +Copyright: 2010 Andreas Hernitscheck +License: LGPL-3 + String-HexConvert is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by the + Free Software Foundation; either version 3 of the License, or (at your option) + any later version. + . + String-HexConvert is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for + more details. + . + You should have received a copy of the GNU Lesser General Public License along + with String-HexConvert; if not, write to the Free Software Foundation, Inc., 51 + Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL". + +Copyright: 2013 Cyril Bouthors +License: GPL-2+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". --- libtext-string-hexconvert-perl-0.01.orig/debian/rules +++ libtext-string-hexconvert-perl-0.01/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libtext-string-hexconvert-perl-0.01.orig/debian/compat +++ libtext-string-hexconvert-perl-0.01/debian/compat @@ -0,0 +1 @@ +8 --- libtext-string-hexconvert-perl-0.01.orig/debian/control +++ libtext-string-hexconvert-perl-0.01/debian/control @@ -0,0 +1,16 @@ +Source: libtext-string-hexconvert-perl +Priority: extra +Maintainer: Cyril Bouthors +Uploaders: Cyril Bouthors , Cyril Bouthors +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.4 +Section: perl +Homepage: http://search.cpan.org/~ahernit/String-HexConvert/ + +Package: libtext-string-hexconvert-perl +Section: perl +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Converts ASCII strings to hexadecimal and reverse + Wrapper around pack and unpack of Perl to convert a string of hex digits to + ASCII and other way around. --- libtext-string-hexconvert-perl-0.01.orig/debian/changelog +++ libtext-string-hexconvert-perl-0.01/debian/changelog @@ -0,0 +1,11 @@ +libtext-string-hexconvert-perl (0.01-2) unstable; urgency=low + + * debian/control: fixed 'Architecture' + + -- Cyril Bouthors Fri, 12 Apr 2013 17:59:27 +0200 + +libtext-string-hexconvert-perl (0.01-1) unstable; urgency=low + + * Initial release (Closes: #704956) + + -- Cyril Bouthors Fri, 05 Apr 2013 16:46:21 +0200