[libyaml-libyaml-perl] 04/08: Add patch to disable maintainer helper script.

gregor herrmann gregoa at debian.org
Fri Oct 11 16:42:36 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libyaml-libyaml-perl.

commit 159f3e169109c1c6d02e436e31e33beb66239ef7
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 11 18:24:18 2013 +0200

    Add patch to disable maintainer helper script.
---
 debian/patches/disable-update.sh.patch |   23 +++++++++++++++++++++++
 debian/patches/series                  |    1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/disable-update.sh.patch b/debian/patches/disable-update.sh.patch
new file mode 100644
index 0000000..0bae011
--- /dev/null
+++ b/debian/patches/disable-update.sh.patch
@@ -0,0 +1,23 @@
+Description: disable maintainer helper script
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-11
+
+--- a/LibYAML/Makefile.PL
++++ b/LibYAML/Makefile.PL
+@@ -2,10 +2,10 @@
+ use strict;
+ use Config;
+ 
+-if (-d '../.git') {
+-    system("./update.sh") == 0
+-        or die "update.sh failed";
+-}
++#if (-d '../.git') {
++#    system("./update.sh") == 0
++#        or die "update.sh failed";
++#}
+ 
+ my $obj_files = join ' ', map {
+     my $c = $_;
diff --git a/debian/patches/series b/debian/patches/series
index 929f2b9..5816c31 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_ftbfs_hardening_flags.diff
+disable-update.sh.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-libyaml-perl.git



More information about the Pkg-perl-cvs-commits mailing list