[DRE-commits] [gem2deb] 02/02: snapshot:clean: also run debclean

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Feb 6 17:30:07 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 efa4ef43dd0adb5494dafef5d97a5ab63370c4cc
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Feb 6 15:21:40 2015 -0200

    snapshot:clean: also run debclean
---
 Rakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Rakefile b/Rakefile
index 50b4b9d..b8e2cc0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -56,6 +56,7 @@ end
 task 'snapshot:clean' do
   sh 'ls debian/changelog.git'
   sh 'mv debian/changelog.git debian/changelog'
+  sh 'debclean'
 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