[DRE-commits] [ruby-opengl] 04/07: do not rely on Rake file to clean (Closes: #713145)
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Jan 26 17:25:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master-wheezy
in repository ruby-opengl.
commit b55566539b4b7dc061c152ee2251a57dc9703b89
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)
---
debian/clean | 4 ++++
debian/rules | 3 ---
2 files changed, 4 insertions(+), 3 deletions(-)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-opengl.git
More information about the Pkg-ruby-extras-commits
mailing list