[Python-apps-commits] r11976 - in packages/nfoview/trunk/debian (changelog launcher/nfoview)
jcfp-guest at users.alioth.debian.org
jcfp-guest at users.alioth.debian.org
Sat May 23 20:13:00 UTC 2015
Date: Saturday, May 23, 2015 @ 20:12:58
Author: jcfp-guest
Revision: 11976
Update launcher to account for an upstream code change.
Modified:
packages/nfoview/trunk/debian/changelog
packages/nfoview/trunk/debian/launcher/nfoview
Modified: packages/nfoview/trunk/debian/changelog
===================================================================
--- packages/nfoview/trunk/debian/changelog 2015-05-23 19:48:43 UTC (rev 11975)
+++ packages/nfoview/trunk/debian/changelog 2015-05-23 20:12:58 UTC (rev 11976)
@@ -8,6 +8,7 @@
longer any signature to verify.
+ Remove pre-depends on dpkg: no more releases in tar.xz format.
* Handle upstream renaming of docs and changelog.
+ * Update launcher to account for an upstream code change.
-- JCF Ploemen (jcfp) <linux at jcf.pm> Sat, 23 May 2015 12:24:41 +0000
Modified: packages/nfoview/trunk/debian/launcher/nfoview
===================================================================
--- packages/nfoview/trunk/debian/launcher/nfoview 2015-05-23 19:48:43 UTC (rev 11975)
+++ packages/nfoview/trunk/debian/launcher/nfoview 2015-05-23 20:12:58 UTC (rev 11976)
@@ -4,4 +4,4 @@
sys.path.insert(0, '/usr/share/nfoview')
import nfoview
-nfoview.main.main(sys.argv[1:])
+nfoview.main(sys.argv[1:])
More information about the Python-apps-commits
mailing list