Bug#839516: Pending fixes for bugs in the libclass-date-perl package

2016-10-01 Thread pkg-perl-maintainers
tag 839516 + pending thanks Some bugs in the libclass-date-perl package are closed in revision 2acc79bb43a639c3cf3c70ba2fb3b5638a84da21 in branch 'master' by gregor herrmann The full diff can be seen at https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-date-perl.git/commit/?id=2acc79b C

Bug#784845: Pending fixes for bugs in the libdevel-gdb-perl package

2016-10-01 Thread pkg-perl-maintainers
tag 784845 + pending thanks Some bugs in the libdevel-gdb-perl package are closed in revision f7f2c98f4690cd5d4ad455838a45484c3e5134b5 in branch 'master' by gregor herrmann The full diff can be seen at https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-gdb-perl.git/commit/?id=f7f2c98 Com

Bug#839200: Pending fixes for bugs in the libcpanplus-perl package

2016-10-08 Thread pkg-perl-maintainers
tag 839200 + pending thanks Some bugs in the libcpanplus-perl package are closed in revision 8eff9e347020f378546ab863f54305b25662d731 in branch 'master' by gregor herrmann The full diff can be seen at https://anonscm.debian.org/cgit/pkg-perl/packages/libcpanplus-perl.git/commit/?id=8eff9e3 Commi

Bug#480844: Bug in libmime-charset-perl fixed in revision 19895

2008-05-12 Thread pkg-perl-maintainers
tag 480844 + pending thanks Some bugs are closed in revision 19895 by Gregor Herrmann (gregoa) Commit message: Drop (build) dependency on libencode-perl, Encode is in perl core since a long time and will be removed as a separate package (closes: #480844). -- To UNSUBSCRIBE, email to [EMAIL P

Bug#479942: Bug in libcoat-persistent-perl fixed in revision 19898

2008-05-12 Thread pkg-perl-maintainers
tag 479942 + pending thanks Some bugs are closed in revision 19898 by Gregor Herrmann (gregoa) Commit message: * debian/control: - make (build) dependency on libcoat-perl versioned; earlier versioned were broken under perl 5.10 (closes: #479942) - change my email address -- To UNSUBS

Bug#481923: Bug in libdbd-sqlite2-perl fixed in revision 20148

2008-05-19 Thread pkg-perl-maintainers
tag 481923 + pending thanks Some bugs are closed in revision 20148 by Gregor Herrmann (gregoa) Commit message: Exchange debian/rules against a version created from a current dh-make-perl template; this moves SQLite2.pm in a place where it is found; thanks to Peter J. Holzer for reporting the bug

Bug#482052: Bug in libcompress-raw-zlib-perl fixed in revision 20217

2008-05-20 Thread pkg-perl-maintainers
tag 482052 + pending thanks Some bugs are closed in revision 20217 by Damyan Ivanov (dmn) Commit message: * add use-debian-zlib.patch, changing configure.in to use vendor zlib instead of the built-in one. + add zlib1g-dev to build-depends + add quilt build-dependency and plug it into debia

Bug#482056: Bug in libio-compress-zlib-perl fixed in revision 20234

2008-05-20 Thread pkg-perl-maintainers
tag 482056 + pending thanks Some bugs are closed in revision 20234 by Gregor Herrmann (gregoa) Commit message: * debian/control: - set build dependency on libcompress-raw-zlib-perl and libio-compress-base-perl to (>= 2.011) and (<< 2.012) - set dependency on libcompress-raw-zlib-perl and

Bug#482221: Bug in librpc-xml-perl fixed in revision 20250

2008-05-21 Thread pkg-perl-maintainers
tag 482221 + pending thanks Some bugs are closed in revision 20250 by Gregor Herrmann (gregoa) Commit message: * Add patch test-localhost.patch: allow both 'localhost' and 'localhost.localdomain' as valid values in t/40server.t (closes: #482221); add quilt framework. * Severity set to medium

Bug#483345: Bug in libgetopt-argvfile-perl fixed in revision 20481

2008-05-28 Thread pkg-perl-maintainers
tag 483345 + pending thanks Some bugs are closed in revision 20481 by Gregor Herrmann (gregoa) Commit message: Remove patch and quilt stuff; the new release has no hardcoded directory names in the tests anymore; closes: #483345 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#499740: Bug in libwx-perl fixed in revision 25765

2008-10-02 Thread pkg-perl-maintainers
tag 499740 + pending thanks Some bugs are closed in revision 25765 by Damyan Ivanov (dmn) Commit message: debian/rules: run tests with -j1; this disables parallel make during tests even if the build targed was invoked with -jN (N>1). Closes: #499740 -- FTBFS: Failed 2/4 test scripts. 6/9 subtest

Bug#502853: Bug in liblog-handler-perl fixed in revision 26182

2008-10-20 Thread pkg-perl-maintainers
tag 502853 + pending thanks Some bugs are closed in revision 26182 by Gregor Herrmann (gregoa) Commit message: * Add missing dependency on libuniversal-require-perl, thanks to Alexander Wirt for the bug report (closes: #502853). * Add libdbi-perl to Suggests:. -- To UNSUBSCRIBE, email to [

Bug#503375: Bug in libapache2-mod-perl2 fixed in revision 26214

2008-10-25 Thread pkg-perl-maintainers
tag 503375 + pending thanks Some bugs are closed in revision 26214 by Damyan Ivanov (dmn) Commit message: add dependency on apache2 (>= 2.2.4) because of the new ap_get_server_banner symbol not available in previous apaches Closes: #503375: libapache2-mod-perl2 - Uses undefined symbol ap_get_ser

Bug#497693: Bug in libthread-pool-simple-perl fixed in revision 24797

2008-09-04 Thread pkg-perl-maintainers
tag 497693 + pending thanks Some bugs are closed in revision 24797 by Damyan Ivanov (dmn) Commit message: debian/rules: move test suite from install to build targets. Fixes a FTBFS on architectures using fakeroot to run the install target Closes: #497693 -- To UNSUBSCRIBE, email to [EMAIL PR

Bug#497694: Bug in audio-cd fixed in revision 25620

2008-09-26 Thread pkg-perl-maintainers
tag 497694 + pending thanks Some bugs are closed in revision 25620 by Gregor Herrmann (gregoa) Commit message: * debian/copyright: add e-mails from the copyright holders stating that they release their work under the same terms as Perl itself (closes: #497694). * Set urgency to medium as this

Bug#479923: Bug in libmodule-install-perl fixed in revision 20865

2008-06-08 Thread pkg-perl-maintainers
tag 479923 + pending thanks Some bugs are closed in revision 20865 by Damyan Ivanov (dmn) Commit message: skip t/03_auoinstall.t during build as it requires a configured CPAN home. Fixes FTBFS in clean environment (Closes: #479923) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#484046: Bug in libaudio-flac-header-perl fixed in revision 20895

2008-06-10 Thread pkg-perl-maintainers
tag 484046 + pending tag 484046 + pending thanks Some bugs are closed in revision 20895 by Niko Tyni (ntyni) Commit message: initialize the length of an empty vorbis comment struct to zero before appending to it. (Closes: #484046) * Manage debian/patches with quilt again. + debian/patches/un

Bug#481031: Bug in libdbix-class-perl fixed in revision 20992

2008-06-14 Thread pkg-perl-maintainers
tag 481031 + pending thanks Some bugs are closed in revision 20992 by Gregor Herrmann (gregoa) Commit message: * debian/control: - clean up dependencies (closes: #481031), thanks to Peter Rabbitson for the bug report + remove libclass-data-accessor-perl, libossp-uuid-perl, libuni

Bug#479922: Bug in libxml-sax-writer-perl fixed in revision 21685

2008-06-15 Thread pkg-perl-maintainers
tag 479922 + pending thanks Some bugs are closed in revision 21685 by Gregor Herrmann (gregoa) Commit message: add '(closes: #479922)' to changelog, the bug was fixed in the last commit -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Bug#480401: Bug in libextutils-cbuilder-perl fixed in revision 21700

2008-06-16 Thread pkg-perl-maintainers
tag 480401 + pending thanks Some bugs are closed in revision 21700 by Damyan Ivanov (dmn) Commit message: New upstream release Closes: #480401 -- uninstallable, perl-modules has a newer version -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

Bug#419101: Bug in libarchive-ar-perl fixed in revision 21731

2008-06-16 Thread pkg-perl-maintainers
tag 419101 + pending thanks Some bugs are closed in revision 21731 by Gregor Herrmann (gregoa) Commit message: Add patches pad-2-byte-{read,write}.patch to respect the 2-byte alignment requirement of the Ar file format (closes: #419101); add quilt framework; thanks to Magnus Holmgren for the bug

Bug#467281: Bug in libtest-tap-model-perl fixed in revision 21820

2008-06-17 Thread pkg-perl-maintainers
tag 467281 + pending thanks Some bugs are closed in revision 21820 by Gregor Herrmann (gregoa) Commit message: clean up changelog and add '(closes: #467281)' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#487015: Bug in libdbd-csv-perl fixed in revision 21891

2008-06-19 Thread pkg-perl-maintainers
tag 487015 + pending thanks Some bugs are closed in revision 21891 by Gregor Herrmann (gregoa) Commit message: (Build) depend on libtext-csv-xs-perl instead of libtext-csv-perl (the Text::CSV_XS module moved to this package); closes: #487015. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#487053: Bug in libcoat-persistent-perl fixed in revision 21896

2008-06-19 Thread pkg-perl-maintainers
tag 487053 + pending thanks Some bugs are closed in revision 21896 by Gregor Herrmann (gregoa) Commit message: * Make dependency on libdbd-csv-perl versioned (>= 0.2200-5); earlier versions of libdbd-csv-perl had a wrong dependency which made libcoat-persistent-perl fail to build; closes: #4

Bug#487010: Bug in libxml-csv-perl fixed in revision 22014

2008-06-20 Thread pkg-perl-maintainers
tag 487010 + pending thanks Some bugs are closed in revision 22014 by Gregor Herrmann (gregoa) Commit message: Change (build) dependency from libtext-csv-perl to libtext-csv-xs-perl (Text::CSV_XS has moved to the latter package); closes: #487010. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#487055: Bug in libcgi-formbuilder-perl fixed in revision 22161

2008-06-25 Thread pkg-perl-maintainers
tag 487055 + pending thanks Some bugs are closed in revision 22161 by Jonas Smedegaard (js) Commit message: * Update local cdbs snippets: + Update copyright-check.mk to parse licensecheck output using perl: + No longer randomly drops newlines + More compact hint file (and ordered more

Bug#487062: Bug in libconvert-uulib-perl fixed in revision 22220

2008-06-27 Thread pkg-perl-maintainers
tag 487062 + pending thanks Some bugs are closed in revision 0 by Jonas Smedegaard (js) Commit message: * 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 wg

Bug#487064: Bug in libhtml-wikiconverter-markdown-perl fixed in revision 22273

2008-06-28 Thread pkg-perl-maintainers
tag 487064 + pending thanks Some bugs are closed in revision 22273 by Jonas Smedegaard (js) Commit message: * Update local cdbs tweaks: + Various updates to copyright-check.mk, most importantly relaxing to only warn by default. Closes: bug#487064, thanks to Lucas Nussbaum. + Drop wg

Bug#487071: Bug in libhtml-wikiconverter-moinmoin-perl fixed in revision 22275

2008-06-28 Thread pkg-perl-maintainers
tag 487071 + pending thanks Some bugs are closed in revision 22275 by Jonas Smedegaard (js) Commit message: * Update local cdbs tweaks: + Various updates to copyright-check.mk, most importantly relaxing to only warn by default. Closes: bug#487071, thanks to Lucas Nussbaum. + Drop wg

Bug#487066: Bug in libmail-cclient-perl fixed in revision 22438

2008-06-29 Thread pkg-perl-maintainers
tag 487066 + pending thanks Some bugs are closed in revision 22438 by Jonas Smedegaard (js) Commit message: * This release (and 1.12-9) fixes FTBFS, and thus closes: bug#487066, thanks to Lucas Nussbaum. * Bump urgency to medium due to RC bugfix. -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

Bug#487058: Bug in libunix-syslog-perl fixed in revision 22449

2008-06-29 Thread pkg-perl-maintainers
tag 487058 + pending thanks Some bugs are closed in revision 22449 by Jonas Smedegaard (js) Commit message: * Update Vcs-* fields in debian/control(.in) to point to Perl group. * Update local cdbs tweaks: + Strip non-printable chars from copyright-check.mk output. + Relax copyright-check.mk

Bug#476011: Bug in libpoe-perl fixed in revision 19044

2008-04-23 Thread pkg-perl-maintainers
tag 476011 + pending thanks Some bugs are closed in revision 19044 by Martín Ferrari (tincho-guest) Commit message: New upstream release (Closes: #476011). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#474870: Bug in libnet-cups-perl fixed in revision 19057

2008-04-23 Thread pkg-perl-maintainers
tag 474870 + pending thanks Some bugs are closed in revision 19057 by Gregor Herrmann (gregoa) Commit message: Set build dependency on libcupsys2-dev to >= 1.3.7-3; fixes "FTBFS: CUPS.xs:15:23: error: cups/i18n.h: No such file or directory" (closes: #474870); set urgency to medium because of the

Bug#466734: Bug in libapache-db-perl fixed in revision 19360

2008-05-03 Thread pkg-perl-maintainers
tag 466734 + pending thanks Some bugs are closed in revision 19360 by Gregor Herrmann (gregoa) Commit message: New upstream release, no longer FTBFS with Perl 5.10 (closes: #466734). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Bug#476242: Bug in libpdf-api2-perl fixed in revision 19376

2008-05-04 Thread pkg-perl-maintainers
tag 476242 + pending thanks Some bugs are closed in revision 19376 by Damyan Ivanov (dmn) Commit message: * fonts directory vs. symlink + add debian/postinst that converts fonts/ dir to a symlink to the fonts provided by ttf-dejavu + also add debian/prerm reverting the symlink to a direc

Bug#479918: Bug in libtk-gbarr-perl fixed in revision 19605

2008-05-07 Thread pkg-perl-maintainers
tag 479918 + pending thanks Some bugs are closed in revision 19605 by Damyan Ivanov (dmn) Commit message: create usr/share/perl5 before moving Tk there from usr/lib/perl5 Closes: #479918 -- FTBFS. Thanks, Lucas! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Bug#479921: Bug in libhtml-lint-perl fixed in revision 19614

2008-05-07 Thread pkg-perl-maintainers
tag 479921 + pending thanks Some bugs are closed in revision 19614 by Gregor Herrmann (gregoa) Commit message: * Add "-p" to txt2man invocation in debian/rules to get name, section, etc. into the generated manpage; otherwise dh_installman errors out with "Could not determine section for debi

Bug#489111: Bug in libhtml-wikiconverter-mediawiki-perl fixed in revision 23721

2008-08-01 Thread pkg-perl-maintainers
tag 489111 + pending thanks Some bugs are closed in revision 23721 by Ansgar Burchardt (ansgar-guest) Commit message: * Use quilt to apply patches; add debian/README.source to document usage * Disable test for a feature not implemented yet (Closes: #489111) * Add myself to Uploaders. -- To U

Bug#480154: Bug in fixed in revision 24106

2008-08-11 Thread pkg-perl-maintainers
tag 480154 + pending thanks Some bugs are closed in revision 24106 by Damyan Ivanov (dmn) Commit message: * add explicit build-dependency on libcgi-pm-perl (>= 3.33) as the version of CGI.pm shipped in perl-modules fails with a taint failure when handling uploads. Thanks to Niko Tyni for the

Bug#480154: Bug in libapache2-mod-perl2 fixed in revision 24101

2008-08-11 Thread pkg-perl-maintainers
tag 480154 + pending thanks Some bugs are closed in revision 24101 by Damyan Ivanov (dmn) Commit message: * add explicit build-dependency on libcgi-pm-perl (>= 3.33) as the version of CGI.pm shipped in perl-modules fails with a taint failure when handling uploads. Thanks to Niko Tyni for the

Bug#493439: Bug in jifty fixed in revision 24190

2008-08-12 Thread pkg-perl-maintainers
tag 493439 + pending thanks Some bugs are closed in revision 24190 by Yves Agostini (yvesago-guest) Commit message: * add links in debian rules for WikiToolbar and AuthzLDAP plugins to use the same Module::Install version than jifty. Since Module::Install 0.76, share destination path cha

Bug#494931: Bug in libnet-cups-perl fixed in revision 24244

2008-08-13 Thread pkg-perl-maintainers
tag 494931 + pending thanks Some bugs are closed in revision 24244 by Gregor Herrmann (gregoa) Commit message: * Don't run test t/03_destination.t, it requires a cups daemon at localhost (closes: #494931). * Remove the patch against the test, as we don't run it any more. Remove quilt fragmen

Bug#489105: Bug in libwx-perl fixed in revision 22732

2008-07-03 Thread pkg-perl-maintainers
tag 489105 + pending thanks Some bugs are closed in revision 22732 by Roberto C. Sanchez (roberto) Commit message: Add xauth fo Build-Depends (Closes: #489105). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#489775: Bug in libparams-validate-perl fixed in revision 22902

2008-07-07 Thread pkg-perl-maintainers
tag 489775 + pending thanks Some bugs are closed in revision 22902 by Damyan Ivanov (dmn) Commit message: disable prototype.patch which breaks the module. Closes: #489775 -- Undefined subroutine &Params::Validate::_validate called at /usr/lib/perl5/Params/ValidateXS.pm line 131 Thanks to Dylan W

Bug#489928: Bug in libcgi-pm-perl fixed in revision 22933

2008-07-08 Thread pkg-perl-maintainers
tag 489928 + pending thanks Some bugs are closed in revision 22933 by Damyan Ivanov (dmn) Commit message: Do not ship CGI/Fast.pm, avoiding conflict with libcgi-fast-perl. Instead, Depend on that. Closes: #489928. Thanks to Ralf Treinen for reporting. -- To UNSUBSCRIBE, email to [EMAIL PROTE

Bug#487008: Bug in libdevice-cdio-perl fixed in revision 23013

2008-07-10 Thread pkg-perl-maintainers
tag 487008 + pending thanks Some bugs are closed in revision 23013 by Gregor Herrmann (gregoa) Commit message: * Make build dependency on swig versioned; with 1.3.36-1 the tests pass, and this finally fixes a FTBFS bug (closes: #487008). Set urgency to medium. * debian/control: - add /me to

Bug#490321: Bug in libdbd-pg-perl fixed in revision 23023

2008-07-11 Thread pkg-perl-maintainers
tag 490321 + pending thanks Some bugs are closed in revision 23023 by Gregor Herrmann (gregoa) Commit message: New upstream release, fixes the perl-critic test failures (closes: #490321). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Bug#490325: Bug in libwww-facebook-api-perl fixed in revision 23036

2008-07-11 Thread pkg-perl-maintainers
tag 490325 + pending thanks Some bugs are closed in revision 23036 by Gregor Herrmann (gregoa) Commit message: * Add patch perlcritic.patch to fix FBTFS because of failures in t/perlcritic.t; add quilt framework and debian/README.source (closes: #490325). * Add /me to Uploaders. -- To UN

Bug#490427: Bug in libmail-box-perl fixed in revision 23049

2008-07-12 Thread pkg-perl-maintainers
tag 490427 + pending thanks Some bugs are closed in revision 23049 by Gregor Herrmann (gregoa) Commit message: Change (build) dependency from "libscalar-list-utils-perl (>= 1.13) | perl (>= 5.8.2-2)" to "perl (>= 5.8.2-2)", libscalar-list-utils-perl doesn't exist as a separate package anymore (c

Bug#490426: Bug in libwww-perl fixed in revision 23056

2008-07-12 Thread pkg-perl-maintainers
tag 490426 + pending thanks Some bugs are closed in revision 23056 by Gregor Herrmann (gregoa) Commit message: Drop (build) dependencies on obsolete packages libnet-perl and libmime-base64-perl, use only the minimum perl version where they are included in perl core instead (closes: #490426).

Bug#468327: Bug in libapache2-mod-perl2 fixed in revision 17232

2008-03-12 Thread pkg-perl-maintainers
tag 468327 pending thanks Some bugs are closed in revision 17232 by Niko Tyni (ntyni) Commit message: * debian/patches/015-nonvoid-return.patch: make modperl_thx_interp_get() always return a value, fixing undefined behaviour that led to a SIGBUS on sparc (Closes: #468327). -- To UNSUBSC

Bug#470269: Bug in libcoat-perl fixed in revision 17243

2008-03-12 Thread pkg-perl-maintainers
tag 470269 pending thanks Some bugs are closed in revision 17243 by gregor herrmann (gregoa-guest) Commit message: debian/control: Added: libtest-exception-perl to build-dependencies to fix a FTBFS bug (closes: #470269). Added: /me to Uploaders. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#467271: Bug in libtest-exception-perl fixed in revision 17668

2008-03-16 Thread pkg-perl-maintainers
tag 467271 + pending thanks Some bugs are closed in revision 17668 by gregor herrmann (gregoa-guest) Commit message: debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467271). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Bug#471632: Bug in libdevel-repl-perl fixed in revision 17878

2008-03-19 Thread pkg-perl-maintainers
tag 471632 + pending thanks Some bugs are closed in revision 17878 by gregor herrmann (gregoa-guest) Commit message: Add libscope-guard-perl to runtime and build dependencies (closes: #471632). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Bug#474404: Bug in libwx-perl fixed in revision 18349

2008-04-06 Thread pkg-perl-maintainers
tag 474404 + pending thanks Some bugs are closed in revision 18349 by Roberto C. Sanchez (roberto) Commit message: * WORK IN PROGRESS: Depend on and build with g++-4.2 (Closes: #474404) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Bug#475776: Bug in libalien-wxwidgets-perl fixed in revision 18558

2008-04-12 Thread pkg-perl-maintainers
tag 475776 + pending thanks Some bugs are closed in revision 18558 by Roberto C. Sanchez (roberto) Commit message: More intelligent check for compiler name and version (Closes: #475776) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Bug#475211: Bug in libmime-encwords-perl fixed in revision 18576

2008-04-13 Thread pkg-perl-maintainers
tag 475211 + pending thanks Some bugs are closed in revision 18576 by gregor herrmann (gregoa-guest) Commit message: Bump (build) dependency on libmime-charset-perl to >= 1.006.1 (closes: #475211). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

Bug#476032: Bug in librpc-xml-perl fixed in revision 18583

2008-04-14 Thread pkg-perl-maintainers
tag 476032 + pending thanks Some bugs are closed in revision 18583 by gregor herrmann (gregoa-guest) Commit message: Switch back from libxml-libxml-perl to libxml-parser-perl as a (build) dependency to fix an FTBFS bug (closes: #476032). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

Bug#476390: Bug in libwww-perl fixed in revision 18652

2008-04-16 Thread pkg-perl-maintainers
tag 476390 + pending thanks Some bugs are closed in revision 18652 by gregor herrmann (gregoa-guest) Commit message: New upstream release, fixes the SSL regression (closes: #476390). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Bug#531232: Bug in libenv-ps1-perl fixed in revision 36891

2009-05-31 Thread pkg-perl-maintainers
tag 531232 + pending thanks Some bugs are closed in revision 36891 by Ryan Niebur (ryan52-guest) Commit message: stop removing the .packlist in debian/rules, it's now causing a FTBFS (Closes: #531232) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsu

Bug#531228: Bug in libcatalyst-perl fixed in revision 36889

2009-05-31 Thread pkg-perl-maintainers
tag 531228 + pending tag 531229 + pending tag 531240 + pending thanks Some bugs are closed in revision 36889 by Ryan Niebur (ryan52-guest) Commit message: (Closes: #531228, #531229, #531240) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe"

Bug#531234: Bug in libmocked-perl fixed in revision 36892

2009-05-31 Thread pkg-perl-maintainers
tag 531234 + pending thanks Some bugs are closed in revision 36892 by Ryan Niebur (ryan52-guest) Commit message: * Add myself to Uploaders * add missing build dep on liburi-perl (Closes: #531234) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscri

Bug#531237: Bug in libsocialtext-wikitest-perl fixed in revision 36893

2009-05-31 Thread pkg-perl-maintainers
tag 531237 + pending thanks Some bugs are closed in revision 36893 by Ryan Niebur (ryan52-guest) Commit message: Add missing Build-Depends on libsocialtext-resting-utils. (Closes: #531237) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Tr

Bug#531243: Bug in libxml-libxslt-perl fixed in revision 36925

2009-05-31 Thread pkg-perl-maintainers
tag 531243 + pending thanks Some bugs are closed in revision 36925 by Gregor Herrmann (gregoa) Commit message: Bump (build) dependency on libxml-libxml-perl (closes: #531243). -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contac

Bug#531241: Bug in libtext-micromason-perl fixed in revision 36935

2009-05-31 Thread pkg-perl-maintainers
tag 531241 + pending thanks Some bugs are closed in revision 36935 by Gregor Herrmann (gregoa) Commit message: Add libhtml-parser-perl, liburi-perl to Build-Depends-Indep and Suggests (closes: #531241). -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "un

Bug#531233: Bug in libconfig-model-openssh-perl fixed in revision 37225

2009-06-01 Thread pkg-perl-maintainers
tag 531233 + pending thanks Some bugs are closed in revision 37225 by Gregor Herrmann (gregoa) Commit message: (Build) depend on libconfig-model-backend-augeas-perl >= 0.107 (closes: #531233). -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe"

Bug#532738: Bug in fixed in revision 38073

2009-06-13 Thread pkg-perl-maintainers
tag 532738 + pending thanks Some bugs are closed in revision 38073 by Niko Tyni (ntyni) Commit message: * [SECURITY] CVE-2009-1391: Fix a buffer overflow in inflate(). (Closes: #532738) * Add myself to Uploaders. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a su

Bug#504481: Bug in libflickr-api-perl fixed in revision 26655

2008-11-04 Thread pkg-perl-maintainers
tag 504481 + pending thanks Some bugs are closed in revision 26655 by Gregor Herrmann (gregoa) Commit message: Drop patch should_query_for_tags_not_elements, breaks with newer libxml-parser-lite-tree-perl. Bump versioned dependency on libxml-parser-lite-tree-perl to >= 0.08. Thanks to Mark Broad

Bug#501825: Bug in libjson-xs-perl fixed in revision 26898

2008-11-15 Thread pkg-perl-maintainers
tag 501825 + pending tag 501825 + pending thanks Some bugs are closed in revision 26898 by Niko Tyni (ntyni) Commit message: Lower the optimization level on sparc to work around bug #505415 in perl. (Closes: #501825) * Lower the optimization level on sparc to work around bug #505415 in perl.

Bug#506915: Bug in libpoe-component-client-dns-perl fixed in revision 27415

2008-11-28 Thread pkg-perl-maintainers
tag 506915 + pending thanks Some bugs are closed in revision 27415 by Rene Mayorga (rmayorga-guest) Commit message: * Add debian/patches/use_netdns_instead_of_harcode_ips.patch + this use Net::DNS to resolve poe.perl.org IP address instead of using a hardcode address at tests. Closes: #50

Bug#511026: Bug in libwww-bugzilla-perl fixed in revision 29386

2009-01-06 Thread pkg-perl-maintainers
tag 511026 + pending thanks Some bugs are closed in revision 29386 by Gregor Herrmann (gregoa) Commit message: Install WWW::Bugzilla::Search into /usr/share/perl5/WWW/Bugzilla/ where it actually belongs by adjusting debian/rules. Thanks to Hilko Bengen for the bug report (closes: #511026). --

Bug#511519: Bug in libcrypt-openssl-dsa-perl fixed in revision 29567

2009-01-11 Thread pkg-perl-maintainers
tag 511519 + pending thanks Some bugs are closed in revision 29567 by Ryan Niebur (ryan52-guest) Commit message: check the return code of DSA_do_verify, and croak on error (Closes: #511519) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". T

Bug#511519: Bug in libcrypt-openssl-dsa-perl fixed in revision 29568

2009-01-11 Thread pkg-perl-maintainers
tag 511519 + pending thanks Some bugs are closed in revision 29568 by Ryan Niebur (ryan52-guest) Commit message: Fix man page to specify that an error happened when the return value for verify is -1 (Closes: #511519) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a

Bug#511519: Bug in libcrypt-openssl-dsa-perl fixed in revision 30225

2009-01-29 Thread pkg-perl-maintainers
tag 511519 + pending thanks Some bugs are closed in revision 30225 by Damyan Ivanov (dmn) Commit message: add security_croak-in-do_verify-too.patch making do_verify() croak on error the same way varify() already does. Document that verify() and do_verify() croak on errors. Closes: #511519. Thank

Bug#513971: Bug in libcatalyst-perl fixed in revision 30438

2009-02-03 Thread pkg-perl-maintainers
tag 513971 + pending thanks Some bugs are closed in revision 30438 by Gregor Herrmann (gregoa) Commit message: debian/rules: rename Manual.pm and Catalyst::Manual.3pm to Manual/Runtime.pm and Catalyst::Manual::Runtime.3pm respectiveley, as it was done in versiones before 5.71000-1; the original

Bug#521989: Bug in libwww-mechanize-formfiller-perl fixed in revision 33859

2009-04-24 Thread pkg-perl-maintainers
tag 521989 + pending thanks Some bugs are closed in revision 33859 by Damyan Ivanov (dmn) Commit message: * New upstream release + t/08-FF-fillout.t dropped; Closes: #521989 -- FTBFS with test failure -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "un

Bug#524515: Bug in libwww-perl fixed in revision 33967

2009-04-24 Thread pkg-perl-maintainers
tag 524515 + pending thanks Some bugs are closed in revision 33967 by Damyan Ivanov (dmn) Commit message: add sanitize-xxx_proxy.patch fixing LWP::UserAgent overreacting on any xxx_proxy environment vvariables when env_proxy is set Closes: #524515 -- LWP::UserAgent interprets every *_proxy envir

Bug#525487: Bug in libsql-abstract-perl fixed in revision 33988

2009-04-24 Thread pkg-perl-maintainers
tag 525487 + pending thanks Some bugs are closed in revision 33988 by Gregor Herrmann (gregoa) Commit message: Add missing build dependencies on libtest-deep-perl, libtest-exception-perl, libtest-warn-perl; thanks to Daniel Schepler for the bug report (closes: #525487). -- To UNSUBSCRIBE, em

Bug#525711: Bug in libipc-sharedcache-perl fixed in revision 34198

2009-04-27 Thread pkg-perl-maintainers
tag 525711 + pending thanks Some bugs are closed in revision 34198 by Gregor Herrmann (gregoa) Commit message: * Set Standards-Version to 3.8.1 (no changes). * Add patch newer-ipc-sharelite.patch by Niko Tyni to make libipc-sharedcache-perl compatible with newer versions of IPC::ShareLite (c

Bug#508432: Bug in libnet-pcap-perl fixed in revision 34327

2009-04-29 Thread pkg-perl-maintainers
tag 508432 + pending thanks Some bugs are closed in revision 34327 by Franck Joncourt (thialme-guest) Commit message: Patched Pcap.xs to avoid segfaults. * Do not allow the pcap loop function to be interrupted by signals. It happens this causes segfault. (Closes: #508432) - Documented the

Bug#526566: Bug in libbio-primerdesigner-perl fixed in revision 34601

2009-05-01 Thread pkg-perl-maintainers
tag 526566 + pending thanks Some bugs are closed in revision 34601 by Gregor Herrmann (gregoa) Commit message: debian/rules: skip test t/remote.t which tries to connect to somewhere and causes a FBTFS; thanks to Daniel Schepler for the bug report (closes: #526566) -- To UNSUBSCRIBE, email to

Bug#527819: Bug in libwww-freshmeat-perl fixed in revision 35047

2009-05-08 Thread pkg-perl-maintainers
tag 527819 + pending thanks Some bugs are closed in revision 35047 by Gregor Herrmann (gregoa) Commit message: debian/rules: filter out tests that need an internet connection, thanks to Daniel Schepler for the bug report (closes: #527819). Bump versioned on debhelper in debian/control. -- To

Bug#520870: Bug in libfile-libmagic-perl fixed in revision 32275

2009-03-23 Thread pkg-perl-maintainers
tag 520870 + pending thanks Some bugs are closed in revision 32275 by Ryan Niebur (ryan52-guest) Commit message: Fix FTBFS (Closes: #520870) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#519864: Bug in libgtk2-perl fixed in revision 32318

2009-03-24 Thread pkg-perl-maintainers
tag 519864 + pending thanks Some bugs are closed in revision 32318 by Ryan Niebur (ryan52-guest) Commit message: Disable the GtkRecentChooser tests, they have some sort of race condition (Closes: #519864) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of

Bug#521580: Bug in libsms-send-perl fixed in revision 32365

2009-03-28 Thread pkg-perl-maintainers
tag 521580 + pending thanks Some bugs are closed in revision 32365 by Gregor Herrmann (gregoa) Commit message: Add patch require_perl.patch that bumps the required perl version in META.yml, thanks to Marco Rodrigues for the bug report (closes: #521580). -- To UNSUBSCRIBE, email to debian-bug

Bug#521581: Bug in libsql-abstract-limit-perl fixed in revision 32371

2009-03-28 Thread pkg-perl-maintainers
tag 521581 + pending thanks Some bugs are closed in revision 32371 by Gregor Herrmann (gregoa) Commit message: Add missing build dependency on libtest-deep-perl, thanks to Marco Rodrigues for the bug report (closes: #521581). -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.or

Bug#521969: Bug in libdbd-pg-perl fixed in revision 32459

2009-03-31 Thread pkg-perl-maintainers
tag 521969 + pending thanks Some bugs are closed in revision 32459 by Gregor Herrmann (gregoa) Commit message: debian/rules: turn off Perl::Critic tests for the time being, since they fail at the moment. Bug forwarded upstream. Thanks to Daniel Schepler for the bug report (closes: #521969). -

Bug#521990: Bug in libwww-mechanize-perl fixed in revision 32488

2009-04-01 Thread pkg-perl-maintainers
tag 521990 + pending thanks Some bugs are closed in revision 32488 by Gregor Herrmann (gregoa) Commit message: Shorten the list of environment variables we unset in debian/rules (closes: #521990). Thanks to Daniel Schepler for the bug report. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ..

Bug#521988: Bug in libwww-facebook-api-perl fixed in revision 32495

2009-04-01 Thread pkg-perl-maintainers
tag 521988 + pending thanks Some bugs are closed in revision 32495 by Gregor Herrmann (gregoa) Commit message: Don't enable optional Perl::Critic tests in debian/rules since they fail with newer versions of Perl::Critic; thanks to Daniel Schepler for the bug report (closes: #521988). -- To U

Bug#521974: Bug in libgnome2-gconf-perl fixed in revision 32511

2009-04-01 Thread pkg-perl-maintainers
tag 521974 + pending thanks Some bugs are closed in revision 32511 by Ryan Niebur (ryan52-guest) Commit message: run tests under dbus-launch (Closes: #521974) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@list

Bug#521983: Bug in libtest-poe-server-tcp-perl fixed in revision 32516

2009-04-02 Thread pkg-perl-maintainers
tag 521983 + pending thanks Some bugs are closed in revision 32516 by Gregor Herrmann (gregoa) Commit message: Add build dependency on netbase (closes: #521983); thanks to Daniel Schepler for the bug report and to Niko Tyni and Ryan Niebur for providing/testing the solution. -- To UNSUBSCRIB

Bug#522505: Bug in libdbd-sqlite3-perl fixed in revision 32681

2009-04-06 Thread pkg-perl-maintainers
tag 522505 + pending thanks Some bugs are closed in revision 32681 by Gregor Herrmann (gregoa) Commit message: New upstream release, contains a fix for "libdbd-sqlite3-perl - FTBFS: FAILED test 9" (closes: #522505). -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a s

Bug#537967: Bug in liblingua-en-inflect-number-perl fixed in revision 40913

2009-07-28 Thread pkg-perl-maintainers
tag 537967 + pending thanks Some bugs are closed in revision 40913 by Ansgar Burchardt (ansgar-guest) Commit message: Add license statement from author to debian/copyright (Closes: #537967). Thanks to Tim Retout for finding the mail. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.d

Bug#527750: Bug in libclass-dbi-sweet-perl fixed in revision 41219

2009-08-03 Thread pkg-perl-maintainers
tag 527750 + pending thanks Some bugs are closed in revision 41219 by Damyan Ivanov (dmn) Commit message: add patch adjusting t/04join.t to new SQL::Abstract and (build-)depend on that (Closes: #527750) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "un

Bug#521977: Bug in libhttp-proxy-perl fixed in revision 41315

2009-08-04 Thread pkg-perl-maintainers
tag 521977 + pending thanks Some bugs are closed in revision 41315 by Tim Retout (diocles-guest) Commit message: s/UNRELEASED/unstable/ + Fixes FTBFS. (Closes: #521977) * Set urgency to medium for RC bug fix. * Remove new proxy_port_23connect and less_headers_50hopbyhop patches; they appear

Bug#531230: Bug in libclass-dbi-plugin-pager-perl fixed in revision 41319

2009-08-04 Thread pkg-perl-maintainers
tag 531230 + pending thanks Some bugs are closed in revision 41319 by Tim Retout (diocles-guest) Commit message: * debian/rules: Switch to 3-line rules file with quilt. * Update debhelper compat and Build-Dependency to 7. * Add patch to fix 02main.t with libsql-abstract-perl (>= 1.55), and

Bug#536989: Bug in dh-make-perl fixed in revision 41357

2009-08-04 Thread pkg-perl-maintainers
tag 536989 + pending thanks Some bugs are closed in revision 41357 by Damyan Ivanov (dmn) Commit message: corelist.t: do not iterate over modules in /usr/share|lib/perl/$VER some of the modules there aren't core, notably CPANPLUS::Config::System Closes: #536989 -- To UNSUBSCRIBE, email to

Bug#539984: Bug in libsys-statistics-linux-perl fixed in revision 41375

2009-08-05 Thread pkg-perl-maintainers
tag 539984 + pending thanks Some bugs are closed in revision 41375 by Jonathan Yu (jawnsy-guest) Commit message: Builds lintian clean in a chroot (via sbuild), dch -r. Forwarded the patch upstream to RT#48458. This release adds a patch to fix build failures (Closes: #539984) -- To UNSUBS

Bug#539055: Bug in libgtk2-perl fixed in revision 41457

2009-08-07 Thread pkg-perl-maintainers
tag 539055 + pending thanks Some bugs are closed in revision 41457 by Ryan Niebur (ryan52-guest) Commit message: enable the try-to-fix-recent-chooser-tests, the tests still fail (Closes: #539055) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscri

Bug#536650: Bug in libtest-class-perl fixed in revision 41510

2009-08-08 Thread pkg-perl-maintainers
tag 536650 + pending thanks Some bugs are closed in revision 41510 by Salvatore Bonaccorso (carnil-guest) Commit message: * debian/control: - Add Build-Depends on quilt (>= 0.46-7) and adjust versioned dependency on debhelper. - Bump Standards-Version to 3.8.2 (no changes) - Add mysel

<    1   2   3   4   5   6   7   8   9   >