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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Mar 29 22:49:21 UTC 2012


Author: biebl
Date: Thu Mar 29 22:49:20 2012
New Revision: 33752

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33752
Log:
Use gnome:Version and gnome:NextVersion for the dependency on anjuta
instead of hard-coding the versions.

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=33752&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/changelog [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/changelog [utf-8] Thu Mar 29 22:49:20 2012
@@ -4,8 +4,10 @@
   * debian/watch: Track .xz tarballs.
   * Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
   * Bump Build-Depends on libanjuta-dev to (>= 2:3.4.0).
+  * Use gnome:Version and gnome:NextVersion for the dependency on anjuta
+    instead of hard-coding the versions.
 
- -- Michael Biebl <biebl at debian.org>  Fri, 30 Mar 2012 00:32:11 +0200
+ -- Michael Biebl <biebl at debian.org>  Fri, 30 Mar 2012 00:48:07 +0200
 
 anjuta-extras (3.2.0-2) unstable; urgency=low
 

Modified: packages/unstable/anjuta-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control?rev=33752&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control [utf-8] Thu Mar 29 22:49:20 2012
@@ -23,8 +23,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         anjuta (>= 2:3.2),
-         anjuta (<< 2:3.3)
+         anjuta (>= 2:${gnome:Version}),
+         anjuta (<< 2:${gnome:NextVersion})
 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/unstable/anjuta-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control.in?rev=33752&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control.in [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control.in [utf-8] Thu Mar 29 22:49:20 2012
@@ -23,8 +23,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         anjuta (>= 2:3.2),
-         anjuta (<< 2:3.3)
+         anjuta (>= 2:${gnome:Version}),
+         anjuta (<< 2:${gnome:NextVersion})
 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