[DRE-commits] [SCM] ruby-facets.git branch, master, updated. upstream/2.9.2-12-gee1b43c

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Tue Jan 3 03:05:06 UTC 2012


The following commit has been merged in the master branch:
commit 2bfefb2372ec3b446dbf7eeb2f158ec831acdf90
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Mon Jan 2 22:57:11 2012 +0100

    [fix] don't fail when symlink workaround does not exist

diff --git a/debian/rules b/debian/rules
index e2caaf9..723948e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,11 +17,11 @@
 override_dh_auto_build:
 	dh_auto_build
 	mkdir -p site/doc/api
-	ln -s . lib/facets	# workaround
+	ln -s . lib/facets		# workaround
 	rake rdoc
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm lib/facets		# workaround
+	rm -f lib/facets		# workaround
 	rm -rf site/doc/api
 

-- 
ruby-facets.git



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