r46714 - in /packages/unstable/gnome-builder/debian: control control.in gnome-builder.install

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Oct 15 19:46:14 UTC 2015


Author: bigon
Date: Thu Oct 15 19:46:14 2015
New Revision: 46714

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46714
Log:
Move python3-jedi to the Recommends, the plugin gracefuly handle the fact that dependency is missing.  Do not install the .gir files

Modified:
    packages/unstable/gnome-builder/debian/control
    packages/unstable/gnome-builder/debian/control.in
    packages/unstable/gnome-builder/debian/gnome-builder.install

Modified: packages/unstable/gnome-builder/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/control?rev=46714&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/control	[utf-8] Thu Oct 15 19:46:14 2015
@@ -47,11 +47,11 @@
          gir1.2-peas-1.0,
          gir1.2-webkit2-4.0,
          python3-gi,
-         python3-jedi,
          valac-0.30-vapi,
          ${gir:Depends},
          ${misc:Depends},
          ${shlibs:Depends}
+Recommends: python3-jedi
 Description: IDE for GNOME
  Builder is a new IDE for GNOME that is focused on bringing the power of
  our platform to more developers than ever before. It is currently under

Modified: packages/unstable/gnome-builder/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/control.in?rev=46714&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/control.in	[utf-8] Thu Oct 15 19:46:14 2015
@@ -43,11 +43,11 @@
          gir1.2-peas-1.0,
          gir1.2-webkit2-4.0,
          python3-gi,
-         python3-jedi,
          valac-0.30-vapi,
          ${gir:Depends},
          ${misc:Depends},
          ${shlibs:Depends}
+Recommends: python3-jedi
 Description: IDE for GNOME
  Builder is a new IDE for GNOME that is focused on bringing the power of
  our platform to more developers than ever before. It is currently under

Modified: packages/unstable/gnome-builder/debian/gnome-builder.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/gnome-builder.install?rev=46714&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/gnome-builder.install	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/gnome-builder.install	[utf-8] Thu Oct 15 19:46:14 2015
@@ -12,7 +12,7 @@
 usr/share/dbus-1/services/org.gnome.Builder.*
 usr/share/glib-2.0/schemas/org.gnome.builder.*
 usr/share/gnome-builder/fonts/
-usr/share/gnome-builder/gir-1.0/
+#usr/share/gnome-builder/gir-1.0/
 usr/share/gnome-builder/plugins/
 usr/share/gnome-builder/vapi/
 usr/share/gtksourceview-3.0




More information about the pkg-gnome-commits mailing list