[Python-apps-commits] r10549 - in packages/eric/trunk/debian (3 files)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Thu Feb 20 06:26:11 UTC 2014


    Date: Thursday, February 20, 2014 @ 06:26:09
  Author: gudjon-guest
Revision: 10549

* New upstream release
* Add htmlfiles to DebugClients that have been missing in the 
  Debian package. Not adding Python3 files (Closing: #735897)

Modified:
  packages/eric/trunk/debian/changelog
  packages/eric/trunk/debian/patches/03_disable-update-warning.patch
  packages/eric/trunk/debian/rules

Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog	2014-02-19 22:37:58 UTC (rev 10548)
+++ packages/eric/trunk/debian/changelog	2014-02-20 06:26:09 UTC (rev 10549)
@@ -1,3 +1,11 @@
+eric (4.5.19-1) unstable; urgency=medium
+
+  * New upstream release
+  * Add htmlfiles to DebugClients that have been missing in the 
+    Debian package. Not adding Python3 files (Closing: #735897)
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Mon, 17 Feb 2014 23:12:16 +0100
+
 eric (4.5.18-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/eric/trunk/debian/patches/03_disable-update-warning.patch
===================================================================
--- packages/eric/trunk/debian/patches/03_disable-update-warning.patch	2014-02-19 22:37:58 UTC (rev 10548)
+++ packages/eric/trunk/debian/patches/03_disable-update-warning.patch	2014-02-20 06:26:09 UTC (rev 10549)
@@ -1,3 +1,5 @@
+Deactivate the automatic upgrade from the eric homepage. Will break the Debian
+package
 --- a/eric/UI/UserInterface.py
 +++ b/eric/UI/UserInterface.py
 @@ -5508,7 +5508,8 @@

Modified: packages/eric/trunk/debian/rules
===================================================================
--- packages/eric/trunk/debian/rules	2014-02-19 22:37:58 UTC (rev 10548)
+++ packages/eric/trunk/debian/rules	2014-02-20 06:26:09 UTC (rev 10549)
@@ -68,6 +68,8 @@
 #	remove the ThirdParty libraries
 	rm -rf debian/eric/usr/share/eric/modules/ThirdParty
 	find debian/eric/ -name '*.py[co]' -delete
+	cp -a eric/DebugClients/Python/coverage/htmlfiles/ \
+		debian/eric/usr/share/eric/modules/DebugClients/Python/coverage/
 
 binary: binary-indep binary-arch
 binary-arch:




More information about the Python-apps-commits mailing list