[Pkg-privacy-commits] [onionshare] 49/66: Fix issue with Debian package, because I renamed version to version.txt
Ulrike Uhlig
u-guest at moszumanska.debian.org
Wed Apr 13 22:17:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository onionshare.
commit 7c18d77fb20ea8f852a922fe169bed70f03c713a
Author: Micah Lee <micah at micahflee.com>
Date: Tue Apr 12 11:01:02 2016 -0700
Fix issue with Debian package, because I renamed version to version.txt
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 05db98b..0854a80 100644
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ setup(
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']),
(os.path.join(sys.prefix, 'share/appdata'), ['install/onionshare.appdata.xml']),
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
- (os.path.join(sys.prefix, 'share/onionshare'), ['version']),
+ (os.path.join(sys.prefix, 'share/onionshare'), ['version.txt']),
(os.path.join(sys.prefix, 'share/onionshare/images'), images),
(os.path.join(sys.prefix, 'share/onionshare/locale'), locale)
]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list