[Python-apps-commits] r13858 - in packages/eric/trunk/debian (changelog control rules)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sun Jan 8 12:23:36 UTC 2017


    Date: Sunday, January 8, 2017 @ 12:23:35
  Author: gudjon-guest
Revision: 13858

* Remove eric6_browser from package. Doesn't work
  because QtWebEngineWidgets is not included in Debian
* Add qtbase5-doc-html to suggest

Modified:
  packages/eric/trunk/debian/changelog
  packages/eric/trunk/debian/control
  packages/eric/trunk/debian/rules

Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog	2017-01-05 21:20:16 UTC (rev 13857)
+++ packages/eric/trunk/debian/changelog	2017-01-08 12:23:35 UTC (rev 13858)
@@ -1,4 +1,4 @@
-eric (16.12-1) UNRELEASED; urgency=medium
+eric (17.01-1) unstable; urgency=medium
 
   * New upstream release
   * Bump compat level to 9
@@ -7,8 +7,11 @@
   * Minor fix to manpages
   * Add manpage for hexeditor
   * Remove two more javascript files from source
+  * Remove eric6_browser from package. Doesn't work
+    because QtWebEngineWidgets is not included in Debian
+  * Add qtbase5-doc-html to suggest
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 10 Dec 2016 16:51:06 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 08 Jan 2017 13:22:53 +0100
 
 eric (6.1.8-1) unstable; urgency=medium
 

Modified: packages/eric/trunk/debian/control
===================================================================
--- packages/eric/trunk/debian/control	2017-01-05 21:20:16 UTC (rev 13857)
+++ packages/eric/trunk/debian/control	2017-01-08 12:23:35 UTC (rev 13858)
@@ -37,6 +37,7 @@
           python3-doc,
           qt4-doc-html,
           qt5-doc-html,
+          qtbase5-doc-html,
           qttools5-dev,
           ruby
 Description: full featured Python IDE

Modified: packages/eric/trunk/debian/rules
===================================================================
--- packages/eric/trunk/debian/rules	2017-01-05 21:20:16 UTC (rev 13857)
+++ packages/eric/trunk/debian/rules	2017-01-08 12:23:35 UTC (rev 13858)
@@ -72,7 +72,13 @@
 	find debian/eric/ -name '*.py[co]' -delete
 	rm -f debian/eric/usr/share/applications/eric6.desktop
 	find . -name __pycache__ -prune | xargs rm -rf
+	#Removing eric6_browser. QtWebEngineWidgets is not included in Debian
+	rm -f debian/eric/usr/share/eric/modules/eric6_browser.py
+	rm -f debian/eric/usr/share/eric/modules/eric6_browser.pyw
+	rm -f debian/eric/usr/share/applications/eric6_browser.desktop
+	rm -f debian/eric/usr/bin/eric6_browser
 
+
 binary: binary-indep binary-arch
 binary-arch:
 




More information about the Python-apps-commits mailing list