[DRE-commits] [SCM] ruby-opengl.git branch, master, updated. debian/0.60.1+dfsg1-2-10-gdb8f67e

Cédric Boutillier boutil at debian.org
Sun Jun 30 13:41:30 UTC 2013


The following commit has been merged in the master branch:
commit 74bfcab87e936bb1de5748eef919b827a4be09b9
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jun 25 14:12:50 2013 +0200

    do not rely on Rake file to clean (Closes: #713145)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..44bd275
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,4 @@
+ext/*/Rakefile
+ext/*/*.o
+ext/*/*.so
+ext/*/mkrf.log
diff --git a/debian/rules b/debian/rules
index 8249db3..c5b6d04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,5 @@ override_dh_installexamples:
 	dh_installexamples
 	find debian/ruby-opengl/usr/share/doc/ruby-opengl/examples/ -name "*.rb"  -exec chmod a-x '{}' \;
 
-override_dh_auto_clean:
-	rake clean
-
 get-orig:
 	debian/repack.sh

-- 
ruby-opengl.git



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