[DRE-commits] [gem2deb] 01/05: snapshot:install clean with `debian/rules clean`

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Feb 21 22:33:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository gem2deb.

commit 5026857a90b3388c6b7ddcb56cbd539a870362d3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Feb 21 19:15:16 2015 -0200

    snapshot:install clean with `debian/rules clean`
    
    `debclean` will also try to cleanup everything under test/sample/
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index d210210..14a7e3a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -56,7 +56,7 @@ end
 task 'snapshot:clean' do
   sh 'ls debian/changelog.git'
   sh 'mv debian/changelog.git debian/changelog'
-  sh 'debclean'
+  sh 'fakeroot debian/rules clean'
 end
 
 desc "Checks for inconsistencies between version numbers in the code and in debian/changelog"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git



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