r28605 - in /packages/experimental/anjuta-extras/debian: changelog control control.in patches/01_libxml_crash.patch patches/90_anjuta_required.patch patches/series rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Thu Jun 23 00:15:33 UTC 2011


Author: jordi
Date: Thu Jun 23 00:15:33 2011
New Revision: 28605

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28605
Log:
* New upstream release.
* Update Build-Dependencies as per configure.ac.
* Add anjuta_required.patch, to allow building with libanjuta 3.0.
* TODO: Update scratchbox_config.patch.
* Drop valgrid-related quirks from debian/rules, the plugin is gone.
* Drop libxml_crash.patch, the plugin is gone.

Added:
    packages/experimental/anjuta-extras/debian/patches/90_anjuta_required.patch
Removed:
    packages/experimental/anjuta-extras/debian/patches/01_libxml_crash.patch
Modified:
    packages/experimental/anjuta-extras/debian/changelog
    packages/experimental/anjuta-extras/debian/control
    packages/experimental/anjuta-extras/debian/control.in
    packages/experimental/anjuta-extras/debian/patches/series
    packages/experimental/anjuta-extras/debian/rules

Modified: packages/experimental/anjuta-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/anjuta-extras/debian/changelog?rev=28605&op=diff
==============================================================================
--- packages/experimental/anjuta-extras/debian/changelog [utf-8] (original)
+++ packages/experimental/anjuta-extras/debian/changelog [utf-8] Thu Jun 23 00:15:33 2011
@@ -1,3 +1,14 @@
+anjuta-extras (3.1.2-1) experimental; urgency=low
+
+  * New upstream release.
+  * Update Build-Dependencies as per configure.ac.
+  * Add anjuta_required.patch, to allow building with libanjuta 3.0.
+  * TODO: Update scratchbox_config.patch.
+  * Drop valgrid-related quirks from debian/rules, the plugin is gone.
+  * Drop libxml_crash.patch, the plugin is gone.
+
+ -- Jordi Mallach <jordi at debian.org>  Thu, 23 Jun 2011 00:50:59 +0200
+
 anjuta-extras (2.32.0.0-3) unstable; urgency=low
 
   * 01_libxml_crash.patch: stolen upstream. Fix crasher with pulseaudio 

Modified: packages/experimental/anjuta-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/anjuta-extras/debian/control?rev=28605&op=diff
==============================================================================
--- packages/experimental/anjuta-extras/debian/control [utf-8] (original)
+++ packages/experimental/anjuta-extras/debian/control [utf-8] Thu Jun 23 00:15:33 2011
@@ -2,20 +2,16 @@
 Section: gnome
 Priority: optional
 Maintainer: Luca Bruno <lethalman88 at gmail.com>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs,
                gnome-pkg-tools (>= 0.11),
                debhelper (>= 5),
-               binutils-dev (>= 2.15.92),
                intltool (>= 0.35.0),
-               libanjuta-dev (>= 2:2.32.0.0),
-               libgraphviz-dev (>= 1.0),
-               libgtk2.0-dev (>= 2.17.10),
+               libanjuta-dev (>= 2:3.0.0),
                libglib2.0-dev (>= 2.16.0),
-               libgconf2-dev (>= 2.12.0),
-               libgnomecanvas2-dev (>= 2.12.0),
+               libgtk2.0-dev (>= 3.0.0),
                libxml2-dev,
-               gconf2
+               pkg-config
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/anjuta-extras
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/anjuta-extras
@@ -24,8 +20,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         anjuta (>= 2:2.32),
-         anjuta (<< 2:2.33)
+         anjuta (>= 2:3.0),
+         anjuta (<< 2:3.1)
 Replaces: anjuta (<< 2:2.28.0)
 Description: plugins and extras for anjuta
  anjuta-extras contain a set of plugins for anjuta, GNOME development IDE.

Modified: packages/experimental/anjuta-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/anjuta-extras/debian/control.in?rev=28605&op=diff
==============================================================================
--- packages/experimental/anjuta-extras/debian/control.in [utf-8] (original)
+++ packages/experimental/anjuta-extras/debian/control.in [utf-8] Thu Jun 23 00:15:33 2011
@@ -6,16 +6,12 @@
 Build-Depends: cdbs,
                gnome-pkg-tools (>= 0.11),
                debhelper (>= 5),
-               binutils-dev (>= 2.15.92),
                intltool (>= 0.35.0),
-               libanjuta-dev (>= 2:2.32.0.0),
-               libgraphviz-dev (>= 1.0),
-               libgtk2.0-dev (>= 2.17.10),
+               libanjuta-dev (>= 2:3.0.0),
                libglib2.0-dev (>= 2.16.0),
-               libgconf2-dev (>= 2.12.0),
-               libgnomecanvas2-dev (>= 2.12.0),
+               libgtk2.0-dev (>= 3.0.0),
                libxml2-dev,
-               gconf2
+               pkg-config
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/anjuta-extras
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/anjuta-extras
@@ -24,8 +20,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         anjuta (>= 2:2.32),
-         anjuta (<< 2:2.33)
+         anjuta (>= 2:3.0),
+         anjuta (<< 2:3.1)
 Replaces: anjuta (<< 2:2.28.0)
 Description: plugins and extras for anjuta
  anjuta-extras contain a set of plugins for anjuta, GNOME development IDE.

Added: packages/experimental/anjuta-extras/debian/patches/90_anjuta_required.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/anjuta-extras/debian/patches/90_anjuta_required.patch?rev=28605&op=file
==============================================================================
--- packages/experimental/anjuta-extras/debian/patches/90_anjuta_required.patch (added)
+++ packages/experimental/anjuta-extras/debian/patches/90_anjuta_required.patch [utf-8] Thu Jun 23 00:15:33 2011
@@ -1,0 +1,13 @@
+Index: anjuta-extras-3.1.2/configure.ac
+===================================================================
+--- anjuta-extras-3.1.2.orig/configure.ac	2011-06-23 01:54:39.717581720 +0200
++++ anjuta-extras-3.1.2/configure.ac	2011-06-23 01:54:56.245581729 +0200
+@@ -25,7 +25,7 @@
+ AC_PROG_CPP
+ AC_LANG_C
+ 
+-ANJUTA_REQUIRED=anjuta_major_version.anjuta_minor_version.0
++ANJUTA_REQUIRED=3.0.0
+ GTK_REQUIRED=3.0.0
+ GLIB_REQUIRED=2.16.0
+ 

Modified: packages/experimental/anjuta-extras/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/anjuta-extras/debian/patches/series?rev=28605&op=diff
==============================================================================
--- packages/experimental/anjuta-extras/debian/patches/series [utf-8] (original)
+++ packages/experimental/anjuta-extras/debian/patches/series [utf-8] Thu Jun 23 00:15:33 2011
@@ -1,3 +1,3 @@
-01_libxml_crash.patch
 10_scratchbox_config.patch
+90_anjuta_required.patch
 99_ltmain_as-needed.patch

Modified: packages/experimental/anjuta-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/anjuta-extras/debian/rules?rev=28605&op=diff
==============================================================================
--- packages/experimental/anjuta-extras/debian/rules [utf-8] (original)
+++ packages/experimental/anjuta-extras/debian/rules [utf-8] Thu Jun 23 00:15:33 2011
@@ -5,13 +5,11 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,--as-needed
 DEB_DH_MAKESHLIBS_ARGS_anjuta-extras := --no-act
-ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-plugin-valgrind
-endif
 
 clean::
 	plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.plugin.in | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/  &\\/'; echo " ")"; \




More information about the pkg-gnome-commits mailing list