--- libmsgcat-perl-1.03.orig/debian/watch +++ libmsgcat-perl-1.03/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://search.cpan.org/dist/Msgcat/ .*/Msgcat-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libmsgcat-perl-1.03.orig/debian/rules +++ libmsgcat-perl-1.03/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + --- libmsgcat-perl-1.03.orig/debian/copyright +++ libmsgcat-perl-1.03/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Raphael Hertzog hertzog@debian.org on +Fri, 7 Aug 1998 18:29:33 +0200. + +It was downloaded from /modules/authors/id/CHRWOLF/Msgcat-1.03.tar.gz + +Copyright: + +All files contained in this installation are Copyright (C) 1997 C. Wolfhugel +unless otherwise specified. All rights reserved. + +This library is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +The Artistic licence under which Perl is distributed can be found +in /usr/share/common-licenses/Artistic --- libmsgcat-perl-1.03.orig/debian/docs +++ libmsgcat-perl-1.03/debian/docs @@ -0,0 +1 @@ +README --- libmsgcat-perl-1.03.orig/debian/compat +++ libmsgcat-perl-1.03/debian/compat @@ -0,0 +1 @@ +6 --- libmsgcat-perl-1.03.orig/debian/control +++ libmsgcat-perl-1.03/debian/control @@ -0,0 +1,21 @@ +Source: libmsgcat-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Raphaël Hertzog +Standards-Version: 3.8.3 +Build-Depends: perl, debhelper (>= 7.0.50~) +Homepage: http://search.cpan.org/dist/Msgcat/Msgcat.pm +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmsgcat-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmsgcat-perl/ + +Package: libmsgcat-perl +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends} +Description: Locale::Msgcat perl module + This is a small perl module for systems which support the XPG4 + message catalog functions : catopen(3), catgets(3) and catclose(3). + . + The module can be used to internationalize a perl program. Messages + inside a catalog are identified by integers (unlike gettext which uses the + English string as identifier). --- libmsgcat-perl-1.03.orig/debian/changelog +++ libmsgcat-perl-1.03/debian/changelog @@ -0,0 +1,113 @@ +libmsgcat-perl (1.03-5build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:22:45 +0100 + +libmsgcat-perl (1.03-5build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:04:31 +0000 + +libmsgcat-perl (1.03-5build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:18:59 +0100 + +libmsgcat-perl (1.03-5) unstable; urgency=low + + [ gregor herrmann ] + * debian/watch: use dist-based URL. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Raphaël Hertzog ] + * Switch to debhelper 7 tiny rules files. + * Update Standards-Version to 3.8.3 (no changes needed). + * Fix Homepage URL. + * Fix my name in Uploaders to have the required accent. + * Enhance long description. + + -- Raphaël Hertzog Sun, 20 Sep 2009 15:36:07 +0200 + +libmsgcat-perl (1.03-4) unstable; urgency=low + + [ Raphael Hertzog ] + * Put the team as Maintainer and move myself to Uploaders. + * Moved to Section: perl to match overrides. + * Updated Standards-Version to 3.7.3 + * Dropped minimal version from dependencies where it's not needed because + oldstable has the right versions already. + * Clean up debian/rules: + - Do not ignore errors of make distclean + - Remove obsolete dh_suidregister + - Replace dh_installmanpages by dh_installman. + * Switch to debhelper's 6th compatibility level and adjust Build-Depends + accordingly. Use debian/compat instead of DH_COMPAT. + * Drop useless README.Debian. + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + + -- Raphael Hertzog Sun, 03 Feb 2008 21:24:08 +0100 + +libmsgcat-perl (1.03-3) unstable; urgency=low + + * Recompile with perl 5.8. + + -- Raphael Hertzog Wed, 31 Jul 2002 20:40:07 +0200 + +libmsgcat-perl (1.03-2) unstable; urgency=medium + + * Updated for the latest perl policy. + * Complies with policy 3.5.2. + + -- Raphael Hertzog Wed, 21 Feb 2001 23:07:01 +0100 + +libmsgcat-perl (1.03-1) unstable; urgency=low + + * New upstream version. + * Recompiled with perl-5.6. + + -- Raphael Hertzog Sun, 19 Nov 2000 15:49:27 +0100 + +libmsgcat-perl (1.01-3) unstable; urgency=low + + * Policy 3.0.1 compliance. Built with debhelper 2.0.40. + + -- Raphael Hertzog Thu, 9 Sep 1999 13:37:29 +0200 + +libmsgcat-perl (1.01-2) unstable; urgency=low + + * Updated to conform to the new perl policy. + * Compiled with perl-5.005. + + -- Raphael Hertzog Sat, 3 Jul 1999 00:29:13 +0200 + +libmsgcat-perl (1.01-1) unstable; urgency=low + + * New upstream version. + + -- Raphael Hertzog Tue, 9 Feb 1999 22:24:11 +0100 + +libmsgcat-perl (1.0-2) unstable; urgency=low + + * Corrected a typo in the Description (s/suport/support/) + + -- Raphael Hertzog Tue, 22 Dec 1998 22:45:35 +0100 + +libmsgcat-perl (1.0-1) unstable; urgency=low + + * Initial Release. + + -- Raphael Hertzog Fri, 7 Aug 1998 18:29:33 +0200 + +