[Python-apps-commits] r14261 - in packages/weresync/trunk/debian (control rules)
donyorm-guest at users.alioth.debian.org
donyorm-guest at users.alioth.debian.org
Wed Jul 19 08:17:58 UTC 2017
Date: Wednesday, July 19, 2017 @ 08:17:53
Author: donyorm-guest
Revision: 14261
Fixes various linitian warnings
Including error about non-script executables and non existant field "Scs-browser"
Modified:
packages/weresync/trunk/debian/control
packages/weresync/trunk/debian/rules
Modified: packages/weresync/trunk/debian/control
===================================================================
--- packages/weresync/trunk/debian/control 2017-07-19 01:52:48 UTC (rev 14260)
+++ packages/weresync/trunk/debian/control 2017-07-19 08:17:53 UTC (rev 14261)
@@ -18,7 +18,7 @@
Homepage: https://github.com/DonyorM/weresync
X-Python3-Version: >= 3.4
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/weresync/trunk/
-Scs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/weresync/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/weresync/trunk/
Modified: packages/weresync/trunk/debian/rules
===================================================================
--- packages/weresync/trunk/debian/rules 2017-07-19 01:52:48 UTC (rev 14260)
+++ packages/weresync/trunk/debian/rules 2017-07-19 08:17:53 UTC (rev 14261)
@@ -10,6 +10,7 @@
dh_auto_install
mv debian/weresync/usr/bin/weresync debian/weresync/usr/share/weresync/run
mv debian/weresync/usr/bin/weresync-gui debian/weresync/usr/share/weresync/run-gui
+ find debian/weresync/usr/share/ -type f -not -name "run*" -exec chmod -x {} \; # Temporary fix to remove uneeded executable files. Next upstream version will have only properly executable files marked that way.
override_dh_auto_build:
dh_auto_build
More information about the Python-apps-commits
mailing list