[Python-apps-commits] r14482 - in packages/eric/trunk/debian (4 files)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sun Nov 26 21:52:11 UTC 2017


    Date: Sunday, November 26, 2017 @ 21:52:10
  Author: gudjon-guest
Revision: 14482

* Add python3:Depends
* Remove eric.lintian-override, problem fixed by upstream

Modified:
  packages/eric/trunk/debian/changelog
  packages/eric/trunk/debian/control
  packages/eric/trunk/debian/rules
Deleted:
  packages/eric/trunk/debian/eric.lintian-overrides

Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog	2017-11-23 12:51:31 UTC (rev 14481)
+++ packages/eric/trunk/debian/changelog	2017-11-26 21:52:10 UTC (rev 14482)
@@ -1,12 +1,13 @@
-eric (17.11-1) unstable; urgency=medium
+eric (17.11.1-1) unstable; urgency=medium
 
   * New upstream release
   * Bump standards version to 4.1.1. No changes needed.
-  * Comment out dh_python3. Fixes a lintian error 
   * Change 03_disable-update-warnings. Don't check for new version
     (Closes: #881953)
+  * Add python3:Depends
+  * Remove eric.lintian-override, problem fixed by upstream
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 18 Nov 2017 17:29:02 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 26 Nov 2017 22:51:50 +0100
 
 eric (17.08-1) unstable; urgency=medium
 

Modified: packages/eric/trunk/debian/control
===================================================================
--- packages/eric/trunk/debian/control	2017-11-23 12:51:31 UTC (rev 14481)
+++ packages/eric/trunk/debian/control	2017-11-26 21:52:10 UTC (rev 14482)
@@ -27,6 +27,7 @@
          python3-pyqt5.qtsql,
          python3-pyqt5.qtwebkit,
          python3-pyqt5.qtsvg,
+         ${python3:Depends},
          ${misc:Depends}
 Recommends: eric-api-files,
             python-rope

Deleted: packages/eric/trunk/debian/eric.lintian-overrides
===================================================================
--- packages/eric/trunk/debian/eric.lintian-overrides	2017-11-23 12:51:31 UTC (rev 14481)
+++ packages/eric/trunk/debian/eric.lintian-overrides	2017-11-26 21:52:10 UTC (rev 14482)
@@ -1 +0,0 @@
-eric: package-contains-empty-directory

Modified: packages/eric/trunk/debian/rules
===================================================================
--- packages/eric/trunk/debian/rules	2017-11-23 12:51:31 UTC (rev 14481)
+++ packages/eric/trunk/debian/rules	2017-11-26 21:52:10 UTC (rev 14482)
@@ -94,7 +94,7 @@
 	dh_link -i
 	dh_lintian -i
 	dh_compress -i
-	#dh_python3 -X.*/DebugClients/Python/.* -X.*/UtilitiesPython2/.*
+	dh_python3 -X.*/DebugClients/Python/.* -X.*/UtilitiesPython2/.*
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i




More information about the Python-apps-commits mailing list