[DRE-commits] [SCM] ruby-mkrf.git branch, master, updated. upstream/0.2.3-16-gc3e579d

Cédric Boutillier cedric.boutillier at gmail.com
Thu Dec 15 23:13:04 UTC 2011


The following commit has been merged in the master branch:
commit a8e8ae90cac4d83174bb42e1b1a5534487fcfbf9
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Dec 15 18:24:49 2011 +0100

    create a substition 'some_binary' file

diff --git a/debian/rules b/debian/rules
index c479e78..6b259d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,12 @@ override_dh_auto_clean:
 	done
 	dh_auto_clean
 
+override_dh_auto_build:
+	touch test/fixtures/some_binary
+	chmod +x test/fixtures/some_binary
+	dh_auto_build
+	rm test/fixtures/some_binary
+
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's/^Version: ([^+]+).*/\1/p')
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=.

-- 
ruby-mkrf.git



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