debian/0000755000000000000000000000000012231165360007165 5ustar debian/watch0000644000000000000000000000041311456541115010220 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts="uversionmangle=s/(\d)\.(\d{2})(\d+)/$1.$2.$3/,dversionmangle=s/\~dfsg.*//" \ http://search.cpan.org/dist/Convert-UUlib/ .*/Convert-UUlib-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/README.source0000644000000000000000000000361311536400550011347 0ustar Building this package for Debian -------------------------------- This source package need no special handling for normal package builds. Developing this package for Debian ---------------------------------- The source of this package is developed using git and the helper tool git-buildpackage, with all official releases tagged and signed and binary diffs of tarballs stored using pristine-tar. This is documented below /usr/share/doc/git-buildpackage/manual-html/ . A custom build target shows current upstream and packaging versions: debian/rules print-version Current upstream tarball can be prepared using this other build target: debian/rules get-orig-source To switch to newer upstream source, first add a dummy changelog entry and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source: dch -v ${new_upstream_version}-1 "Dummy changelog entry" sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules debian/rules get-orig-source Store new md5sum to help ensure identical source is received later. Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful during development of the package, but unfit for normal builds. This typically includes the CDBS feature of auto-updating debian/control with CDBS-related build-dependencies, which is forbidden by Debian Policy as build environment must not change during automated builds. Maintaining packaging build routines ------------------------------------ This source package wraps debhelper commands and other tedious parts of the build routines using the CDBS framework. Please refer to the actual makefile snippets included from debian/rules for details on their purpose and ways to override defaults. Additionally, makefile snippets included from below /usr/share/cdbs may also be documented in /usr/share/doc/cdbs/cdbs-doc.pdf.gz . -- Jonas Smedegaard Thu, 26 Feb 2009 21:28:29 +0100 debian/control.in0000644000000000000000000000210111561377611011200 0ustar Source: libconvert-uulib-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libconvert-uulib-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libconvert-uulib-perl.git Homepage: http://search.cpan.org/dist/Convert::UUlib/ Package: libconvert-uulib-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl interface to the uulib library (a.k.a. uudeview/uuenview) Convert::UUlib is a versatile and powerful decoder/encoder library for a variety of encodings used in Usenet and Mail (uuencode, xxencode, b64, binhex...). . The library contains a variety of heuristics to reliably decode any files found in the input files, whether part of a single mail folder or spread over hundreds of files. Its two-pass architecture makes it possible to decode hundreds of megabytes in one sweep, without using much virtual memory. debian/rules0000755000000000000000000000303611572707635010265 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2003-2010 Jonas Smedegaard # Description: Main Debian packaging script for Convert::UUlib # # 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 2, or (at your option) # any later version. # # This program 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 . -include /usr/share/cdbs/1/rules/upstream-tarball.mk -include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk # Silence optional build-dependencies to ease backporting CDBS_BUILD_DEPENDS_rules_upstream-tarball = CDBS_BUILD_DEPENDS_rules_utils_copyright-check = DEB_UPSTREAM_PACKAGE = Convert-UUlib #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Convert DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN DEB_UPSTREAM_TARBALL_MD5 = a6486df1d9ce319406fb9d5a610da759 # source unavailable DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./doc/library.pdf CFLAGS += -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -fPIC DEB_INSTALL_EXAMPLES_libconvert-uulib-perl = example-decoder debian/copyright0000644000000000000000000000572311572673560011144 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Convert::UUlib Upstream-Contact: Marc Lehmann Source: http://www.cpan.org/modules/by-module/Convert/ Repackaged, excluding files with source unavailable Files-Excluded: doc/library.pdf Files: * Copyright: Marc Lehmann License: Artistic or GPL-1+ This interface is distributed under the same license as perl itself, i.e. either the Artistic License (COPYING.Artistic) or the GPL (COPYING.GNU). Comment: Perl is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: uulib/* Copyright: 1994-2001, Frank Pilhofer License: GPL-2+ Files: uulib/crc32.* Copyright: 1995-1998, Mark Adler License: ZLIB Files: uulib/configure Copyright: 1992-1996, Free Software Foundation, Inc License: GAP~Configure Files: debian/* Copyright: 2003-2010, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. 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 2, or (at your option) any later version. . This program 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. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . License: GAP~Configure This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. License: ZLIB This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. debian/copyright_hints0000644000000000000000000000450611572671214012341 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: COPYING Changes MANIFEST META.json Makefile.PL README UUlib.pm UUlib.xs debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/2001_link_against_libuu-dev.patch debian/patches/2002_strip_stuff_not_in_libuu-dev.patch debian/patches/README debian/patches/series debian/source/format debian/source/local-options debian/watch doc/HISTORY example-decoder t/cb.t typemap uulib/Makefile.in uulib/acconfig.h uulib/aclocal.m4 uulib/config.h.in uulib/configure.in uulib/fptools.c uulib/fptools.h uulib/uustring.awk uulib/uustring.h Copyright: *No copyright* License: UNKNOWN FIXME Files: uulib/uudeview.h uulib/uuencode.c uulib/uuint.h uulib/uulib.c uulib/uunconc.c uulib/uuscan.c uulib/uustring.c uulib/uuutil.c Copyright: 1994-2001, Frank Pilhofer. The author may License: GPL-2+ FIXME Files: debian/rules Copyright: 2003-2010, Jonas Smedegaard License: GPL FIXME Files: COPYING.GNU Copyright: 1989, 1991 Free Software Foundation, Inc HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES disclaimer" for the program, if holder saying it may be distributed holder who places the Program under this License interest in the program law: the software, and year name of author License: GPL-2+ FIXME Files: uulib/uucheck.c Copyright: 1994-2001, Frank Pilhofer. The author may Both parts don't have different MIME-IDs License: GPL-2+ FIXME Files: uulib/crc32.h Copyright: License: UNKNOWN FIXME Files: uulib/configure Copyright: (ISLOWER ? 'A' + ( - 'a') : ) 1992, 93, 94, 95, 96 Free Software Foundation, Inc License: UNKNOWN FIXME Files: COPYING.Artistic Copyright: Holder Holder as specified below Holder maintains some Holder may not be used to endorse or promote Holder to include Holder" is whoever is named in the or Holder, and derivatives of that collection of files Holder, but only to the computing community at large Holder. A Package notices and associated disclaimers of this Package, but belong to whoever generated License: UNKNOWN FIXME Files: uulib/crc32.c Copyright: 1995-1998, Mark Adler License: zlib/libpng FIXME debian/source/0000755000000000000000000000000011456251065010473 5ustar debian/source/format0000644000000000000000000000001411276536300011677 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011572675705010634 5ustar debian/patches/2002_strip_stuff_not_in_libuu-dev.patch0000644000000000000000000000124511245574774020215 0ustar --- libconvert-uulib-perl-0.310.orig/UUlib.xs +++ libconvert-uulib-perl-0.310/UUlib.xs @@ -62,7 +62,6 @@ if (strEQ(name, "OPT_ENCEXT")) return UUOPT_ENCEXT; if (strEQ(name, "OPT_REMOVE")) return UUOPT_REMOVE; if (strEQ(name, "OPT_MOREMIME")) return UUOPT_MOREMIME; - if (strEQ(name, "OPT_DOTDOT")) return UUOPT_DOTDOT; case 'R': if (strEQ(name, "RET_CANCEL")) return UURET_CANCEL; if (strEQ(name, "RET_CONT")) return UURET_CONT; @@ -372,12 +371,6 @@ CODE: UUSetFNameFilter (FUNC_CB(uu_fnamefilter)); -void -UUSetFileNameCallback (func = 0) - SV * func - CODE: - UUSetFileNameCallback (FUNC_CB(uu_filename)); - char * UUFNameFilter (fname) char * fname debian/patches/series0000644000000000000000000000023211572675705012046 0ustar # Convert-UUlib upstream strongly discourages linking against official libuu. #2001_link_against_libuu-dev.patch #2002_strip_stuff_not_in_libuu-dev.patch debian/patches/README0000644000000000000000000000021111245574774011507 0ustar 0xxx: Grabbed from upstream development. 1xxx: Possibly relevant for upstream adoption. 2xxx: Only relevant for official Debian release. debian/patches/2001_link_against_libuu-dev.patch0000644000000000000000000000221511245574774016737 0ustar --- libconvert-uulib-perl-0.310.orig/Makefile.PL +++ libconvert-uulib-perl-0.310/Makefile.PL @@ -1,22 +1,5 @@ use ExtUtils::MakeMaker; -sub MY::postamble { - my $postamble =<<'END'; - -uulib/Makefile: - cd uulib && ./configure --with-cc="$(CC)" --with-cflags="$(CFLAGS) $(CCCDLFLAGS) $(OPTIMIZE)" - -clean:: - -cd uulib && make distclean - -force: - -$(MYEXTLIB): uulib/Makefile uulib/uulib.c force - cd uulib && $(MAKE) all - -END -} - WriteMakefile( 'dist' => { PREOP => 'pod2text UUlib.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ; chmod -R u=rwX,go=rX . ;', @@ -25,8 +8,7 @@ }, 'NAME' => 'Convert::UUlib', 'VERSION_FROM' => 'UUlib.pm', - 'MYEXTLIB' => 'uulib/libuu$(LIB_EXT)', - 'LIBS' => [''], + 'LIBS' => ['-luu'], 'DEFINE' => '', 'INC' => '', ); --- libconvert-uulib-perl-0.310.orig/UUlib.xs +++ libconvert-uulib-perl-0.310/UUlib.xs @@ -2,9 +2,9 @@ #include "perl.h" #include "XSUB.h" -#include "uulib/fptools.h" -#include "uulib/uudeview.h" -#include "uulib/uuint.h" +#include +#include +#include static int not_here (char *s) debian/compat0000644000000000000000000000000211456532575010401 0ustar 6 debian/control0000644000000000000000000000216511572700450010576 0ustar Source: libconvert-uulib-perl Section: perl Priority: optional Build-Depends: cdbs (>= 0.4.73~), perl, debhelper (>= 6), dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libconvert-uulib-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libconvert-uulib-perl.git Homepage: http://search.cpan.org/dist/Convert::UUlib/ Package: libconvert-uulib-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl interface to the uulib library (a.k.a. uudeview/uuenview) Convert::UUlib is a versatile and powerful decoder/encoder library for a variety of encodings used in Usenet and Mail (uuencode, xxencode, b64, binhex...). . The library contains a variety of heuristics to reliably decode any files found in the input files, whether part of a single mail folder or spread over hundreds of files. Its two-pass architecture makes it possible to decode hundreds of megabytes in one sweep, without using much virtual memory. debian/gbp.conf0000644000000000000000000000014611264401013010576 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/changelog0000644000000000000000000003110212231165360011034 0ustar libconvert-uulib-perl (1:1.4~dfsg-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:50:55 +0100 libconvert-uulib-perl (1:1.4~dfsg-1build2) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. -- Colin Watson Thu, 04 Oct 2012 14:06:23 +0100 libconvert-uulib-perl (1:1.4~dfsg-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 14:51:39 +0000 libconvert-uulib-perl (1:1.4~dfsg-1) unstable; urgency=high * New upstream release. + Fixes Secunia Advisory SA42998. Closes: bug#616151. Thanks to Janne Pikkarainen. * Bump epoch. * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Fix Upstream-Name. + Add verbatim licensing text for main Files section. + Quote license names in License field comments. + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. * Include CDBS class perl-makemaker.mk (not deprecated perlmodule.mk). Tighten build-dependency on cdbs. * Set CFLAGS -D_GNU_SOURCE -DHAVE_CONFIG_H -fPIC, to avoid build failure. * Set urgency=high due to fixing security bugs. -- Jonas Smedegaard Sun, 05 Jun 2011 16:16:32 +0200 libconvert-uulib-perl (1.33~dfsg-1) unstable; urgency=low * New upstream release. [ Salvatore Bonaccorso ] * Build-depend unversioned on perl: permitted by Debian Policy now. [ Jonas Smedegaard ] * Drop locally included CDBS snippets: included in main cdbs now. * Add README.source. Drop custom hints about CDBS. * Add proper licensing header to debian/rules. * Packaging moved to Git: + Update Vcs stanzas. + Add git-buildpackage configfile, enabling signed tags and use of pristine-tar. + Use source format 3.0 (quilt), with suitable local-options. + Git-ignore quilt .pc dir. * Bump Policy compliance to standards-version 3.9.1. * Ease backporting to Debian stable: + Relax inclusion of CDBS snippets required only in DEB_MAINTAINER_MODE, and suppress related build-dependencies. + Lower debhelper compat level to 6 (debhelper 7 is in Debian stable, but cdbs did not properly support it back then, and we do not explicitly use any recently added features yet). * Rewrite copyright file using draft rev135 of DEP5 format. * Repackage upstream source, stripping doc/library.pdf: source unavailable. Suppress dfsg sufffix in watch file. -- Jonas Smedegaard Sun, 17 Oct 2010 11:31:44 +0200 libconvert-uulib-perl (1.12-1) unstable; urgency=low [ Jonas Smedegaard ] * Depend on ${misc:Depends}. [ gregor herrmann ] * debian/watch: use dist-based URL. [ Damyan Ivanov ] * debian/watch: do not chain svn-upgrade on new upstream versions [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Gunnar Wolf ] * Standards-version 3.7.3 → 3.8.2 (no changes needed) ) * Updated to debhelper compat level 7 * Added myself as an uploader * Added build-dependency on quilt -- Gunnar Wolf Mon, 10 Aug 2009 19:51:07 -0500 libconvert-uulib-perl (1.11-1) unstable; urgency=medium * New upstream release. Bugfix only - fixing "infinite-looping problem when scanning in freestyle mode", so possibly security-related. * Setting urgency=medium due to the possible security relation. * Update local cdbs tweaks: + Various updates to copyright-check.mk, most importantly relaxing to only warn by default. Closes: bug#487062, thanks to Lucas Nussbaum. + Drop wget options broken with recent versions of wget in update-tarball.mk. + Cosmetic updates to README.cdbs-tweaks. * Update debian/copyright-hints. * Bump debhelper compatibility level to 6. * Semi-auto-update debian/control to update build-dependencies: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Fri, 27 Jun 2008 12:13:53 +0200 libconvert-uulib-perl (1.09-3) unstable; urgency=low * Really update buildinfo.mk as promised in -2 changelog entry. * Update copyright-check cdbs snippet to parse licensecheck using perl: + No longer randomly drops newlines + More compact hint file (and ordered more like wiki-proposed new copyright syntax). + No longer ignore files without copyright. * Update copyright_hints. -- Jonas Smedegaard Thu, 28 Feb 2008 00:01:21 +0100 libconvert-uulib-perl (1.09-2) unstable; urgency=low * Pass over maintenance of the package to the Perl group: Change Maintainer, and add myself to Uploaders. * Change debian/watch to use svn-upgrade (not uupdate). * Move Homepage to own field (from pseudo-field in long description). * Add Vcs-* fields. * Bump up standards-version to 3.7.3 (no changes needed). * Bump dephelper compatibility level to 5. * Update local cdbs snippets: + Major improvements to update-tarball (but none of them affecting this current packaging). + Major improvements to copyright-check, including new versioned build-dependency on devscripts. Update debian/copyright_hints. + Drop buildcore.mk override. Set DEB_AUTO_UPDATE_DEBIAN_CONTROL directly instead when needed. + Fix buildinfo.mk invoking dh-buildinfo only once. + Update debian/README.cdbs-tweaks to no longer mention buildcore.mk override. * Fix double cdbs build-dependencies in debian/rules. * Semi-auto-update debian/control to apply changes contained in the above: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Thu, 21 Feb 2008 02:27:58 +0100 libconvert-uulib-perl (1.09-1) unstable; urgency=low * New upstream release. * Update CDBS tweaks: + Replace auto-update.mk with overloading buildcore.mk. + Fix applying buildinfo only once. + Check copyright strings in pre-build (in clean target it cannot be ensured to run last and thus false positives could occur). + Add upstream-tarball.mk to implement get-orig-source target. + Add debian/README.cdbs-tweaks to source and advertise it in debian/rules. * Drop version number from homepage in long description. * Improve patch handling: + Renumber patches to use 4-digit scheme. + Document version scheme. + Use patchsys-quilt.mk for patch handling. + Explicitly disable the two existing patches, and document the reasoning (upstream strongly discourages linking against libuu). + Fix double build-dependencies in debian/rules. * Semi-auto-update debian/control: DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build -- Jonas Smedegaard Sun, 12 Aug 2007 12:58:10 +0200 libconvert-uulib-perl (1.06-1) unstable; urgency=low * New upstream release. * Bump standards-version to 3.7.2 (no changes needed). * Advertise search.cpan.org as Homepage in long description. * Bump watch file version and use uversionmangle to chop 3-digit minor version into manageable pieces (1.051->1.05.1 is lower than 1.06). * Add local cdbs snippet copyright-check.mk. * Enable cdbs auto-update feature using local snippet auto-update.mk. * Update local cdbs snippet buildinfo.mk to use correct namespace. * Update debian/copyright, thanks to copyright-check.mk: uulib/crc32.c has a BSD-style license. Adjust headlines to mention licensing info (not only copyright). -- Jonas Smedegaard Sun, 16 Jul 2006 21:11:26 +0200 libconvert-uulib-perl (1.0.5.1-1) unstable; urgency=low * New upstream release. -- Jonas Smedegaard Sat, 26 Mar 2005 04:21:03 +0100 libconvert-uulib-perl (1.0.3-2) unstable; urgency=high * Fix watch file. * Use generic (but unofficial) buildinfo cdbs snippet. * Set urgency=high to hopefully get this into sarge in time (the changes are small but valuable). -- Jonas Smedegaard Thu, 4 Nov 2004 02:16:59 +0100 libconvert-uulib-perl (1.0.3-1) unstable; urgency=high * New upstream release. * Upstream changelog asked to postpone widespread use of this release until it either had "proved stable" or bugs in UUlib was proven to also be in this package. I consider 4 months of no newer upstream release as a proof of stability, and - sadly - it seems UUlib bugs have also proven to be here: Hopefully this fixes Bug#268100 (failure unpacking files starting with :0:). Leaving bug open in the BTS until verified, but setting urgency=high. * Update watch file. * Add comment to watch file hinting on its usage. -- Jonas Smedegaard Tue, 4 May 2004 18:11:30 +0200 libconvert-uulib-perl (1.0.1-1) unstable; urgency=low * New upstream release. * Remove Debian-specific notes in debian/changelog provided in debian/changelog as well. * Update debian/watch -- Jonas Smedegaard Sun, 28 Mar 2004 16:57:47 +0200 libconvert-uulib-perl (1.0-1) unstable; urgency=low * New upstream release. * Switch back to linking statically against self-provided uulib source (instead of linking against libuu-dev), and drop build-dependence on uulib-dev: Included uulib is actually a fork with valuable enhancements compared to uulib in uudeview. This closes: Bug#223758. Keep patches to link against uulib-dev, just in case... * Add copyright and license notice (GPLv2 or later) of included uulib to debian/copyright. * The current forked uulib is believed to behave correctly. This closes: Bug#212616 (if not then please reopen). * According to upstream author, compiler warnings are intentional, and bugreporter never provided details on the claimed runtime error, so I choose to believe there are none. This closes: Bug#160069 (if not then please reopen). -- Jonas Smedegaard Wed, 24 Dec 2003 23:36:51 +0100 libconvert-uulib-perl (0.310-2) unstable; urgency=low * Link against libuu, and build-depend on libuu-dev. * Build using cdbs. * Standards-Version 3.6.1 (no changes needed). * Build-depend on cdbs, and tighten build-dependency on debhelper. * Hack UUlib.xs: Strip UUOPT_DOTDOT and UUSetFileNameCallback that is gone in newest beta of uulib (hope it doesn't break anything...). * Use (and build-depend on) dh-buildinfo. -- Jonas Smedegaard Sun, 19 Oct 2003 20:25:57 +0200 libconvert-uulib-perl (0.310-1) unstable; urgency=medium * Adopting package (Thanks, Graeme). * Remove trailing dot from short description to please lintian. * Add TODO about dynamic linking against libuu-dev (requires changes to the packaging of uudeview). * Rewrite debian/copyright: + Quote upstream copyright verbatim. + Reorder topics to be similar to most other pckages. + Drop mentioning the author of UUlib. * Lower build-dependency on perl as described in perl-policy 3.3 to allow building on woody. * Switch debhelper hint from DH_COMPAT to debian/compat, and use v4. * Change DEB_BUILD_OPTIONS to support noopt, and always compile with - g. * Remove unneeded cruft in debian/rules. * Claim compliance with version 3.5.9 of Debian Policy. * Acknowledge my own NMU (really closes: Bug#). -- Jonas Smedegaard Wed, 23 Apr 2003 19:23:23 +0200 libconvert-uulib-perl (0.310-0.1) unstable; urgency=medium * NMU of newer upstream release (Closes: Bug#190199). * Set urgency=medium as the release fixes to buffer overflows. * Remove noise at end of this changelog. * Change section to perl. -- Jonas Smedegaard Wed, 23 Apr 2003 15:19:56 +0200 libconvert-uulib-perl (0.212-1.1) unstable; urgency=low * NMU for perl 5.8. * Bump perl build-dependency to >= 5.8.0-7 (closes: #158723). -- Colin Watson Sat, 31 Aug 2002 02:17:41 +0100 libconvert-uulib-perl (0.212-1) unstable; urgency=low * New upstream version. -- Graeme Mathieson Tue, 14 May 2002 14:25:35 +0100 libconvert-uulib-perl (0.201-2) unstable; urgency=low * Fix spelling mistake in the description. (Closes: #124923) * Run the testsuite as part of the build. (Closes: #123858) * Update maintainer's email address. -- Graeme Mathieson Mon, 4 Feb 2002 04:32:12 +0000 libconvert-uulib-perl (0.201-1) unstable; urgency=low * New upstream release. -- Graeme Mathieson Thu, 22 Nov 2001 17:52:15 +0000 libconvert-uulib-perl (0.111-1) unstable; urgency=low * Initial release. -- Graeme Mathieson Tue, 19 Jun 2001 17:16:38 +0100