From: Sebastian Harl Date: Mon, 12 May 2008 12:08:13 +0000 (+0200) Subject: Revert "Added patches/rrds-version." X-Git-Tag: debian/1.2.28-1~9^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=175b29f9659298fa09ea25a302570837f608c760;p=pkg-rrdtool.git Revert "Added patches/rrds-version." This is no longer necessary, as it has been fixed in Perl 5.10. This reverts commit 1414be781fd942db24a8e2e06b97d518d077e047. --- diff --git a/debian/changelog b/debian/changelog index b4b5e95..01193cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,3 @@ -rrdtool (1.2.27-3) unstable; urgency=low - - * Added patches/rrds-version to work around a problem with - DynaLoader::bootstrap() (Closes: #477134). - - -- Sebastian Harl Mon, 21 Apr 2008 11:21:58 +0000 - rrdtool (1.2.27-2) unstable; urgency=low * Renamed global definition of LDFLAGS to LINKER_FLAGS in debian/rules to diff --git a/debian/patches/rrds-version b/debian/patches/rrds-version deleted file mode 100644 index b6086c1..0000000 --- a/debian/patches/rrds-version +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm -index 44b4d8c..ceb0ad6 100644 ---- a/bindings/perl-shared/RRDs.pm -+++ b/bindings/perl-shared/RRDs.pm -@@ -7,7 +7,8 @@ use vars qw(@ISA $VERSION); - - require DynaLoader; - --$VERSION=1.2027; -+# DynaLoader::bootstrap expects a string -+$VERSION='1.2027'; - - bootstrap RRDs $VERSION; - diff --git a/debian/patches/series b/debian/patches/series index 69264da..2591de2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,4 +4,3 @@ no-rpath-for-ruby no-rpath-for-perl implicit-decl-fix typos -rrds-version