[Pkg-owncloud-commits] [python-owncloud] 01/01: Removed no_version_update.patch
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:55:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository python-owncloud.
commit 206f9709091c54afbd0de76da7ce40a674063c2b
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Fri Nov 22 02:55:30 2013 +0100
Removed no_version_update.patch
---
debian/patches/no_version_update.patch | 22 ----------------------
debian/patches/series | 1 -
2 files changed, 23 deletions(-)
diff --git a/debian/patches/no_version_update.patch b/debian/patches/no_version_update.patch
deleted file mode 100644
index f88a43c..0000000
--- a/debian/patches/no_version_update.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: No automatic updating of csync/version.dat
- pyOwnCloud checks, if the source code lives in a Git environment.
- If yes it automatically updates csync/version.dat.
- This patches removes this feature, because the Debian package
- itself lives in a Git repository.
-Author: Sandro Knauß <bugs at sandroknauss.de>
-Last-Update: 2013-04-15
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: python-owncloud/csync/version.py
-===================================================================
---- 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.'
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3bf2c64..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no_version_update.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git
More information about the Pkg-owncloud-commits
mailing list