r49012 - in /desktop/unstable/gedit/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Jun 4 21:57:04 UTC 2016


Author: bigon
Date: Sat Jun  4 21:57:03 2016
New Revision: 49012

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49012
Log:
Add a dependency against python3 to the gedit-common package to please
lintian

Modified:
    desktop/unstable/gedit/debian/changelog
    desktop/unstable/gedit/debian/control
    desktop/unstable/gedit/debian/control.in

Modified: desktop/unstable/gedit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/changelog?rev=49012&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gedit/debian/changelog	[utf-8] Sat Jun  4 21:57:03 2016
@@ -3,12 +3,14 @@
   [ Laurent Bigonville ]
   * debian/control.in: Drop gnome-icon-theme from the dependencies, do not
     force an icon theme and rely on the one installed by the metapackages
+  * Add a dependency against python3 to the gedit-common package to please
+    lintian
 
   [ Jeremy Bicha ]
   * Switch from cdbs to dh
   * Enable all hardening flags
 
- -- Laurent Bigonville <bigon at debian.org>  Sat, 04 Jun 2016 23:27:13 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 04 Jun 2016 23:56:26 +0200
 
 gedit (3.20.2-1) unstable; urgency=medium
 

Modified: desktop/unstable/gedit/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/control?rev=49012&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/control	[utf-8] (original)
+++ desktop/unstable/gedit/debian/control	[utf-8] Sat Jun  4 21:57:03 2016
@@ -74,7 +74,7 @@
 
 Package: gedit-common
 Architecture: all
-Depends: ${misc:Depends}
+Depends: python3:any (>= 3.3.2-2~), ${misc:Depends}
 Recommends: gedit
 Description: official text editor of the GNOME desktop environment (support files)
  gedit is a text editor which supports most standard editor features,

Modified: desktop/unstable/gedit/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/control.in?rev=49012&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gedit/debian/control.in	[utf-8] Sat Jun  4 21:57:03 2016
@@ -70,7 +70,7 @@
 
 Package: gedit-common
 Architecture: all
-Depends: ${misc:Depends}
+Depends: python3:any (>= 3.3.2-2~), ${misc:Depends}
 Recommends: gedit
 Description: official text editor of the GNOME desktop environment (support files)
  gedit is a text editor which supports most standard editor features,




More information about the pkg-gnome-commits mailing list