debian/0000755000000000000000000000000012231543166007171 5ustar debian/rules0000755000000000000000000000031112231543166010244 0ustar #!/usr/bin/make -f PACKAGE := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # installed as an example rm -rfv $(TMP)/usr/bin debian/control0000644000000000000000000000251712231543166010601 0ustar Source: liblog-report-perl Maintainer: Debian Perl Group Uploaders: Fabrizio Regalli Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdevel-globaldestruction-perl (>= 0.09), liblog-dispatch-perl, liblog-log4perl-perl, libppi-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-report-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-report-perl.git Homepage: https://metacpan.org/release/Log-Report/ Package: liblog-report-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdevel-globaldestruction-perl (>= 0.09) Description: Perl module to report problems, with pluggable handlers and language support Handling messages to users can be a hassle, certainly when the same module is used for command-line and in a graphical interfaces, and has to cope with internationalization at the same time; this set of modules tries to simplify this. . Log::Report combines gettext features with Log::Dispatch-like features. However, you can also use this module to do only translations or only message dispatching. debian/source/0000755000000000000000000000000012231543166010471 5ustar debian/source/format0000644000000000000000000000001412231543166011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000256012231543166011046 0ustar liblog-report-perl (0.998-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Tue, 22 Oct 2013 20:39:42 +0200 liblog-report-perl (0.997-1) unstable; urgency=low * Team upload. * New upstream release. * Add patch to change shebang line in xgettext-perl script. * d/control: fix capitalization in short description. -- Nuno Carvalho Tue, 08 Oct 2013 19:54:45 +0100 liblog-report-perl (0.993-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. Fixes "FTBFS with perl 5.18: t/50file.t" (Closes: #710796) * Drop 01-fix-spelling.diff patch, applied upstream. * Add new (build) dependency on libdevel-globaldestruction-perl. * Update years of upstream copyright. * Set Standards-Version to 3.9.4 (no changes). * debian/watch: add uversionmangle, in case upstream uses 2-digit minor versions. * Add some build dependencies to enable additional tests. -- gregor herrmann Sun, 02 Jun 2013 19:49:41 +0200 liblog-report-perl (0.94-1) unstable; urgency=low * Initial Release. (Closes: #640917) -- Fabrizio Regalli Fri, 02 Mar 2012 09:59:49 +0100 debian/compat0000644000000000000000000000000212231543166010367 0ustar 8 debian/patches/0000755000000000000000000000000012231543166010620 5ustar debian/patches/series0000644000000000000000000000002212231543166012027 0ustar fix-shebang.patch debian/patches/fix-shebang.patch0000644000000000000000000000060212231543166014032 0ustar Description: change shebang to #!/usr/bin/perl in order to comply with Debian Policy. Forwarded: not-needed Author: Nuno Carvalho Last-Update: 2013-10-09 --- a/bin/xgettext-perl +++ b/bin/xgettext-perl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # implements xgettext for Log::Report only, using Log::Report::Extract::PPI # Options like GNU's xgettext debian/copyright0000644000000000000000000000252512231543166011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Mark Overmeer Source: https://metacpan.org/release/Log-Report/ Upstream-Name: Log-Report Files: * Copyright: 2007-2013, Mark Overmeer License: Artistic or GPL-1+ Files: lib/Log/Report/Win32Locale.pm Copyright: 2007-2011, Mark Overmeer 2005, Clotho Advanced Media 2001-2003, Sean M. Burke License: Artistic or GPL-1+ Files: t/hello-world-slovak.po Copyright: 2005, Primož Peterlin 2005, Yoyodyne, Inc. License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2012, Fabrizio Regalli 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/liblog-report-perl.examples0000644000000000000000000000000612231543166014446 0ustar bin/* debian/watch0000644000000000000000000000023312231543166010220 0ustar version=3 opts="uversionmangle=s/\.\d{2}$/$&0/" \ https://metacpan.org/release/Log-Report/ .*/Log-Report-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$