r29961 - 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:29:58 UTC 2011


Author: biebl
Date: Tue Oct  4 00:29:57 2011
New Revision: 29961

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29961
Log:
Add Build-Depends on flex and bison.

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=29961&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog [utf-8] (original)
+++ desktop/unstable/anjuta/debian/changelog [utf-8] Tue Oct  4 00:29:57 2011
@@ -3,6 +3,7 @@
   * New upstream release.
   * debian/control.in:
     - Update Build-Depends on vala to 0.14.
+    - Add Build-Depends on flex and bison.
     - Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
     - Add Recommends on valac. Required when creating Vala projects.
   * debian/patches/03_fix_format_string_vulnerability.patch

Modified: desktop/unstable/anjuta/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control?rev=29961&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control [utf-8] (original)
+++ desktop/unstable/anjuta/debian/control [utf-8] Tue Oct  4 00:29:57 2011
@@ -10,6 +10,8 @@
 Uploaders: Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
+               flex,
+               bison,
                gnome-pkg-tools (>= 0.11),
                libglib2.0-dev (>= 2.28.0),
                libgtk-3-dev (>= 3.0.0),

Modified: desktop/unstable/anjuta/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control.in?rev=29961&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control.in [utf-8] (original)
+++ desktop/unstable/anjuta/debian/control.in [utf-8] Tue Oct  4 00:29:57 2011
@@ -5,6 +5,8 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
+               flex,
+               bison,
                gnome-pkg-tools (>= 0.11),
                libglib2.0-dev (>= 2.28.0),
                libgtk-3-dev (>= 3.0.0),




More information about the pkg-gnome-commits mailing list