r40475 - in /desktop/unstable/anjuta/debian: changelog control control.in

ah at users.alioth.debian.org ah at users.alioth.debian.org
Fri Feb 14 23:04:48 UTC 2014


Author: ah
Date: Fri Feb 14 23:04:48 2014
New Revision: 40475

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40475
Log:
Suggest python-rope and python-distutils-extra which are useful
when developing python, as suggested by Camelek (Closes: #649303)

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

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=40475&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog	[utf-8] (original)
+++ desktop/unstable/anjuta/debian/changelog	[utf-8] Fri Feb 14 23:04:48 2014
@@ -4,6 +4,10 @@
 
   [ Andreas Cadhalpun ]
   * Fix build with valac 0.22 (Closes: #738998)
+
+  [ Andreas Henriksson ]
+  * Suggest python-rope and python-distutils-extra which are useful
+    when developing python, as suggested by Camelek (Closes: #649303)
 
  -- Andreas Henriksson <andreas at fatal.se>  Fri, 14 Feb 2014 23:38:40 +0100
 

Modified: desktop/unstable/anjuta/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control?rev=40475&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control	[utf-8] (original)
+++ desktop/unstable/anjuta/debian/control	[utf-8] Fri Feb 14 23:04:48 2014
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
                dh-autoreconf,
@@ -62,7 +62,9 @@
 Suggests: libgtk-3-dev,
           libgtkmm-3.0-dev,
           glade,
-          gjs
+          gjs,
+          python-distutils-extra,
+          python-rope
 Description: GNOME development IDE, for C/C++
  This IDE for C/C++ and GNOME/Gtk+ applications has features that enable easy
  debugging, management of code and GUI design by providing a simple and

Modified: desktop/unstable/anjuta/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control.in?rev=40475&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control.in	[utf-8] (original)
+++ desktop/unstable/anjuta/debian/control.in	[utf-8] Fri Feb 14 23:04:48 2014
@@ -57,7 +57,9 @@
 Suggests: libgtk-3-dev,
           libgtkmm-3.0-dev,
           glade,
-          gjs
+          gjs,
+          python-distutils-extra,
+          python-rope
 Description: GNOME development IDE, for C/C++
  This IDE for C/C++ and GNOME/Gtk+ applications has features that enable easy
  debugging, management of code and GUI design by providing a simple and




More information about the pkg-gnome-commits mailing list