[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 85863efddbb8cba7e045ef2396e9e1952366b0d0

Per Andersson avtobiff at gmail.com
Sun Jun 9 14:54:58 UTC 2013


The following commit has been merged in the master branch:
commit a839d0a4b1df274083203b54028f848f4f84ed9c
Author: Per Andersson <avtobiff at gmail.com>
Date:   Sun Jun 9 16:53:04 2013 +0200

    Remove cleanup of local directory
    
    Unnecessary since everything is built with pbuilder anyway, which does
    not touch the local repository.

diff --git a/upload b/upload
index 813540d..f4a06d8 100755
--- a/upload
+++ b/upload
@@ -72,6 +72,3 @@ debsign
 source=$(dpkg-parsechangelog | awk '{ if ($1 == "Source:") print($2)}')
 version=$(dpkg-parsechangelog | awk  '{ if ($1 == "Version:") { print ($2) } }')
 (cd .. && dput ${source}_${version}_amd64.changes)
-
-# cleanup local directory
-debclean

-- 
pkg-ruby-extras.git



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