[DRE-commits] [SCM] ruby-nokogiri.git branch, master, updated. debian/1.5.2-1-30-ga0e58e6

Cédric Boutillier boutil at debian.org
Thu May 9 23:31:45 UTC 2013


The following commit has been merged in the master branch:
commit 42032eed57b35fa44402aa90c4d3c324af0ab5ea
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri May 10 01:00:43 2013 +0200

    create empty file missing from the archive for the purpose of tests

diff --git a/debian/rules b/debian/rules
index a2fd8a3..6a127aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,13 @@ override_dh_installman:
 	pod2man --center "" --release "" --name NOKOGIRI --utf8 debian/nokogiri.1.pod man/nokogiri.1
 	dh_installman
 
+# test/files/bogus.xml missing from the gem
+# https://github.com/sparklemotion/nokogiri/issues/896
+override_dh_auto_build:
+	touch test/files/bogus.xml
+	dh_auto_build
+
 override_dh_auto_clean:
 	rm -rf man/
+	rm -f test/files/bogus.xml
 	dh_auto_clean

-- 
ruby-nokogiri.git



More information about the Pkg-ruby-extras-commits mailing list