r29971 - in /packages/unstable/anjuta-extras/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 4 05:25:11 UTC 2011


Author: biebl
Date: Tue Oct  4 05:25:10 2011
New Revision: 29971

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29971
Log:
* debian/control:
  - Bump Build-Depends on libanjuta-dev to (>= 2:3.2.0).
  - Drop Build-Depends on dh-autoreconf.
  - Bump minimum required version of anjuta to (>= 2:3.2).
* debian/rules:
  - Remove autoreconf.mk include.

Modified:
    packages/unstable/anjuta-extras/debian/changelog
    packages/unstable/anjuta-extras/debian/control
    packages/unstable/anjuta-extras/debian/control.in
    packages/unstable/anjuta-extras/debian/rules

Modified: packages/unstable/anjuta-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/changelog?rev=29971&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/changelog [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/changelog [utf-8] Tue Oct  4 05:25:10 2011
@@ -1,6 +1,12 @@
 anjuta-extras (3.2.0-2) UNRELEASED; urgency=low
 
   * Remove debian/patches/90_anjuta_required.patch.
+  * debian/control:
+    - Bump Build-Depends on libanjuta-dev to (>= 2:3.2.0).
+    - Drop Build-Depends on dh-autoreconf.
+    - Bump minimum required version of anjuta to (>= 2:3.2).
+  * debian/rules:
+    - Remove autoreconf.mk include.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 04 Oct 2011 07:21:22 +0200
 

Modified: packages/unstable/anjuta-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control?rev=29971&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control [utf-8] Tue Oct  4 05:25:10 2011
@@ -2,14 +2,13 @@
 Section: gnome
 Priority: optional
 Maintainer: Luca Bruno <lethalman88 at gmail.com>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs,
                debhelper (>= 8),
                gnome-pkg-tools (>= 0.11),
                gnome-common,
                intltool (>= 0.35.0),
-               dh-autoreconf,
-               libanjuta-dev (>= 2:3.0.0),
+               libanjuta-dev (>= 2:3.2.0),
                libgdl-3-dev,
                libglib2.0-dev (>= 2.16.0),
                libgtk-3-dev (>= 3.0.0),
@@ -24,14 +23,11 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         anjuta (>= 2:3.0),
+         anjuta (>= 2:3.2),
          anjuta (<< 2:3.3)
 Replaces: anjuta (<< 2:2.28.0)
 Description: plugins and extras for anjuta
  anjuta-extras contain a set of plugins for anjuta, GNOME development IDE.
  .
  The following plugins are included:
-  * Sample Plugin: Sample Plugin for Anjuta.
-  * Scintilla Editor: An alternate editor based on Scintilla
-  * Scratchbox: Change build commands to use scratchbox 1 or 2
  

Modified: packages/unstable/anjuta-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control.in?rev=29971&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control.in [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control.in [utf-8] Tue Oct  4 05:25:10 2011
@@ -8,8 +8,7 @@
                gnome-pkg-tools (>= 0.11),
                gnome-common,
                intltool (>= 0.35.0),
-               dh-autoreconf,
-               libanjuta-dev (>= 2:3.0.0),
+               libanjuta-dev (>= 2:3.2.0),
                libgdl-3-dev,
                libglib2.0-dev (>= 2.16.0),
                libgtk-3-dev (>= 3.0.0),
@@ -24,7 +23,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         anjuta (>= 2:3.0),
+         anjuta (>= 2:3.2),
          anjuta (<< 2:3.3)
 Replaces: anjuta (<< 2:2.28.0)
 Description: plugins and extras for anjuta

Modified: packages/unstable/anjuta-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/rules?rev=29971&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/rules [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/rules [utf-8] Tue Oct  4 05:25:10 2011
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 DISABLE_UPDATE_UPLOADERS := 1
-include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk




More information about the pkg-gnome-commits mailing list