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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 4 00:10:39 UTC 2011


Author: biebl
Date: Tue Oct  4 00:10:38 2011
New Revision: 29959

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29959
Log:
Add Recommends on valac. Required when creating Vala pojects.

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=29959&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog [utf-8] (original)
+++ desktop/unstable/anjuta/debian/changelog [utf-8] Tue Oct  4 00:10:38 2011
@@ -4,6 +4,7 @@
   * debian/control.in:
     - Update Build-Depends on vala to 0.14.
     - Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
+    - Add Recommends on valac. Required when creating Vala pojects.
   * debian/patches/03_fix_format_string_vulnerability.patch
     - Fix format string vulnerability. (Closes: #643351)
   * debian/anjuta-common.install

Modified: desktop/unstable/anjuta/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control?rev=29959&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control [utf-8] (original)
+++ desktop/unstable/anjuta/debian/control [utf-8] Tue Oct  4 00:10:38 2011
@@ -56,7 +56,8 @@
             intltool,
             gdb,
             libtool,
-            liblocale-gettext-perl
+            liblocale-gettext-perl,
+            valac
 Suggests: libgtk-3-dev,
           libgtkmm-3.0-dev,
           glade

Modified: desktop/unstable/anjuta/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control.in?rev=29959&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control.in [utf-8] (original)
+++ desktop/unstable/anjuta/debian/control.in [utf-8] Tue Oct  4 00:10:38 2011
@@ -51,7 +51,8 @@
             intltool,
             gdb,
             libtool,
-            liblocale-gettext-perl
+            liblocale-gettext-perl,
+            valac
 Suggests: libgtk-3-dev,
           libgtkmm-3.0-dev,
           glade




More information about the pkg-gnome-commits mailing list