[Python-modules-commits] r17166 - in packages/python-keyczar/trunk/debian (svn-orig-source.sh)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Thu May 26 21:01:59 UTC 2011


    Date: Thursday, May 26, 2011 @ 21:01:57
  Author: chrisk-guest
Revision: 17166

get-orig-source: remove dotfiles clutter 

Modified:
  packages/python-keyczar/trunk/debian/svn-orig-source.sh

Modified: packages/python-keyczar/trunk/debian/svn-orig-source.sh
===================================================================
--- packages/python-keyczar/trunk/debian/svn-orig-source.sh	2011-05-26 20:17:43 UTC (rev 17165)
+++ packages/python-keyczar/trunk/debian/svn-orig-source.sh	2011-05-26 21:01:57 UTC (rev 17166)
@@ -33,6 +33,11 @@
     exit 1
 fi
 
+# Clean up a bit
+cd $UPNAME-$UPVER.orig
+rm -rf .checkstyle .project .pydevproject .settings
+cd ..
+
 if ! GZIP="-9" tar --owner=root --group=root --mode=a+rX \
     -czf orig.tar.gz $UPNAME-$UPVER.orig
 then




More information about the Python-modules-commits mailing list