[Pkg-owncloud-commits] [SCM] python-owncloud.git branch, master, updated. upstream/0.3-13-g6e29230

Sandro Knauß bugs at sandroknauss.de
Mon Apr 15 22:00:35 UTC 2013


The following commit has been merged in the master branch:
commit 6e29230583d233f32cb8f4f112a836fc0faaf4b0
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Mon Apr 15 23:54:36 2013 +0200

    update patches/no_version_update

diff --git a/debian/patches/no_version_update b/debian/patches/no_version_update
index 1bb6b95..1d5e133 100644
--- a/debian/patches/no_version_update
+++ b/debian/patches/no_version_update
@@ -1,13 +1,13 @@
 Index: python-owncloud/csync/version.py
 ===================================================================
---- python-owncloud.orig/csync/version.py	2013-04-08 01:01:22.423039700 +0200
-+++ python-owncloud/csync/version.py	2013-04-08 01:29:07.407762347 +0200
-@@ -55,7 +55,7 @@
- 		self.asNpackd = self.makeNpackd()
- 		return ver
- 	def saveVersion(self):
--		json.dump(self.version,open(self.verfile,'w'))
-+		#json.dump(self.version,open(self.verfile,'w'))
- 		#open(self.verfile,'w').write(str(self.asFloat))
- 		return self.verfile
+--- python-owncloud.orig/csync/version.py	2013-04-15 23:51:39.052567987 +0200
++++ python-owncloud/csync/version.py	2013-04-15 23:52:46.505718197 +0200
+@@ -125,7 +125,7 @@
+ #else:
+ #    version = ver(os.path.join(BASE_DIR, 'version.dat'))
  
+-version = gitVersion(verfile)
++version = ver(verfile)
+ 
+ if __name__ == '__main__':
+ 	print 'Testing version.'

-- 
python-owncloud.git



More information about the Pkg-owncloud-commits mailing list