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

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Sun Aug 31 20:26:54 UTC 2014


Author: noskcaj-guest
Date: Sun Aug 31 20:26:54 2014
New Revision: 42395

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42395
Log:
Force depends on anjuta 3.12 to allow migration. Closes: #755575

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

Modified: packages/unstable/anjuta-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/changelog?rev=42395&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/changelog	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/changelog	[utf-8] Sun Aug 31 20:26:54 2014
@@ -1,3 +1,9 @@
+anjuta-extras (3.10.0-2) UNRELEASED; urgency=medium
+
+  * Force depends on anjuta 3.12 to allow migration. Closes: #755575
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Mon, 01 Sep 2014 06:13:40 +1000
+
 anjuta-extras (3.10.0-1) unstable; urgency=medium
 
   * Team upload.

Modified: packages/unstable/anjuta-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control?rev=42395&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control	[utf-8] Sun Aug 31 20:26:54 2014
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss 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: cdbs,
                debhelper (>= 8),
                autotools-dev,
@@ -26,11 +26,14 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         anjuta (>= 2:${gnome:Version}),
-         anjuta (<< 2:${gnome:NextVersion})
+         anjuta (>= 2:3.12),
+         anjuta (<< 2:3.13)
 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=42395&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control.in	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control.in	[utf-8] Sun Aug 31 20:26:54 2014
@@ -26,8 +26,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         anjuta (>= 2:${gnome:Version}),
-         anjuta (<< 2:${gnome:NextVersion})
+         anjuta (>= 2:3.12),
+         anjuta (<< 2:3.13)
 Replaces: anjuta (<< 2:2.28.0)
 Description: plugins and extras for anjuta
  anjuta-extras contain a set of plugins for anjuta, GNOME development IDE.




More information about the pkg-gnome-commits mailing list