[Python-modules-commits] r23072 - in packages/python-gdata/branches/wheezy/debian (2 files)

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


    Date: Sunday, November 25, 2012 @ 17:28:03
  Author: mitya57-guest
Revision: 23072

Fix some more issues jwilk pointed to

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

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:22:19 UTC (rev 23071)
+++ packages/python-gdata/branches/wheezy/debian/get-orig-source.sh	2012-11-25 17:28:03 UTC (rev 23072)
@@ -20,6 +20,7 @@
 rm python-gdata_*.orig.tar.gz
 
 rm -rf gdata-*/src/gdata/Crypto/Cipher # http://bugs.debian.org/694336
+rm -rf gdata-*/src/gdata/Crypto/Hash/*.pyd
 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

Modified: packages/python-gdata/branches/wheezy/debian/rules
===================================================================
--- packages/python-gdata/branches/wheezy/debian/rules	2012-11-25 17:22:19 UTC (rev 23071)
+++ packages/python-gdata/branches/wheezy/debian/rules	2012-11-25 17:28:03 UTC (rev 23072)
@@ -2,7 +2,7 @@
 # -*- mode: makefile; coding: utf-8 -*-
 
 DEB_DIRECTORY := $(dir $(firstword $(MAKEFILE_LIST)))
-DEB_VERSION := $(word 2,$(shell cd $DEB_DIRECTORY/.. && dpkg-parsechangelog | grep ^Version:))
+DEB_VERSION := $(word 2,$(shell cd $(DEB_DIRECTORY)/.. && dpkg-parsechangelog | grep ^Version:))
 UPSTREAM_DFSG_VERSION := $(firstword $(subst -, ,$(DEB_VERSION)))
 
 %:




More information about the Python-modules-commits mailing list