[libopenoffice-oodoc-perl] 01/02: Fix FTBFS due to interactive questions by using "rm -f" …

Axel Beckert abe at deuxchevaux.org
Wed Dec 25 19:18:27 UTC 2013


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

abe pushed a commit to branch master
in repository libopenoffice-oodoc-perl.

commit 3a4d31415672b7de2509c953264b7d6e312817f6
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 25 16:13:34 2013 +0100

    Fix FTBFS due to interactive questions by using "rm -f" …
    
    … instead of just "rm" in debian/rules
---
 debian/changelog | 5 +++++
 debian/rules     | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 439280f..d3befa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 libopenoffice-oodoc-perl (2.125-3) UNRELEASED; urgency=low
 
+  [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 
+  [ Axel Beckert ]
+  * Fix FTBFS due to interactive questions by using "rm -f" instead of
+    just "rm" in debian/rules.
+
  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:05:21 +0100
 
 libopenoffice-oodoc-perl (2.125-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index d612f9b..b5ea230 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,9 @@ override_dh_auto_configure:
 	dh_auto_configure -- --encoding 'utf8'
 
 override_dh_auto_test:
-	rm blib/lib/OpenOffice/OODoc/config.xml
+	rm -f blib/lib/OpenOffice/OODoc/config.xml
 	dh_auto_test
 
 override_dh_auto_install:
 	dh_auto_install
-	rm $(TMP)/usr/bin/oodoc_version
+	rm -f $(TMP)/usr/bin/oodoc_version

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



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