[Python-modules-commits] r23071 - in packages/python-gdata/branches/wheezy/debian (1 file)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun Nov 25 17:22:20 UTC 2012


    Date: Sunday, November 25, 2012 @ 17:22:19
  Author: mitya57-guest
Revision: 23071

the previous commit used wrong get-orig-source.sh, fix it

Modified:
  packages/python-gdata/branches/wheezy/debian/get-orig-source.sh

Modified: packages/python-gdata/branches/wheezy/debian/get-orig-source.sh
===================================================================
--- packages/python-gdata/branches/wheezy/debian/get-orig-source.sh	2012-11-25 17:20:34 UTC (rev 23070)
+++ packages/python-gdata/branches/wheezy/debian/get-orig-source.sh	2012-11-25 17:22:19 UTC (rev 23071)
@@ -20,16 +20,16 @@
 rm python-gdata_*.orig.tar.gz
 
 rm -rf gdata-*/src/gdata/Crypto/Cipher # http://bugs.debian.org/694336
-chmod a-x gdata-*/src/samples/oauth/oauth_on_appengine/appengine_utilities/*.py
-chmod a-x gdata-*/src/samples/blogger/oauth-appengine/*.py
-chmod a-x gdata-*/src/samples/blogger/app/*.py
-chmod a-x gdata-*/src/samples/apps/marketplace_sample/gdata/tlslite/*.py
-chmod a-x gdata-*/src/samples/apps/marketplace_sample/gdata/tlslite/*/*
-chmod a-x gdata-*/src/samples/apps/marketplace_sample/gdata/oauth/*
-chmod a-x gdata-*/src/samples/apps/marketplace_sample/gdata/apps/client.py
-chmod a-x gdata-*/src/samples/apps/marketplace_sample/gdata/apps/multidomain/__init__.py
+chmod a-x gdata-*/samples/oauth/oauth_on_appengine/appengine_utilities/*.py
+chmod a-x gdata-*/samples/blogger/oauth-appengine/*.py
+chmod a-x gdata-*/samples/blogger/app/*.py
+chmod a-x gdata-*/samples/apps/marketplace_sample/gdata/tlslite/*.py
+chmod a-x gdata-*/samples/apps/marketplace_sample/gdata/tlslite/*/*
+chmod a-x gdata-*/samples/apps/marketplace_sample/gdata/oauth/*
+chmod a-x gdata-*/samples/apps/marketplace_sample/gdata/apps/client.py
+chmod a-x gdata-*/samples/apps/marketplace_sample/gdata/apps/multidomain/__init__.py
 
 mv gdata-*/ "python-gdata-${dfsg_version}.orig"
 tar -czf "$pwd/python-gdata_${dfsg_version}.orig.tar.gz" python-gdata-*.orig/
 cd ..
-rm -Rf "$tmpdir"
+rm -rf "$tmpdir"




More information about the Python-modules-commits mailing list