r37422 - in /desktop/unstable/gtksourceview3/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Mar 29 20:09:45 UTC 2013


Author: pochu
Date: Fri Mar 29 20:09:45 2013
New Revision: 37422

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37422
Log:
* debian/control.in,
  debian/rules:
  + Loosen libgtksourceview-3.0-1 dependency on the -common package
    to allow for different versions of the library to be installed
    simultaneously.

Modified:
    desktop/unstable/gtksourceview3/debian/changelog
    desktop/unstable/gtksourceview3/debian/control
    desktop/unstable/gtksourceview3/debian/control.in
    desktop/unstable/gtksourceview3/debian/rules

Modified: desktop/unstable/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/changelog?rev=37422&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/changelog [utf-8] Fri Mar 29 20:09:45 2013
@@ -1,3 +1,13 @@
+gtksourceview3 (3.4.2-2) UNRELEASED; urgency=low
+
+  * debian/control.in,
+    debian/rules:
+    + Loosen libgtksourceview-3.0-1 dependency on the -common package
+      to allow for different versions of the library to be installed
+      simultaneously.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 29 Mar 2013 21:09:08 +0100
+
 gtksourceview3 (3.4.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gtksourceview3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/control?rev=37422&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/control [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/control [utf-8] Fri Mar 29 20:09:45 2013
@@ -34,8 +34,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libgtksourceview-3.0-common (>= ${gnome:Version}),
-         libgtksourceview-3.0-common (<< ${gnome:NextVersion})
+         libgtksourceview-3.0-common (>= ${source:Version})
 Description: shared libraries for the GTK+ syntax highlighting widget
  GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and

Modified: desktop/unstable/gtksourceview3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/control.in?rev=37422&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/control.in [utf-8] Fri Mar 29 20:09:45 2013
@@ -29,8 +29,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libgtksourceview-3.0-common (>= ${gnome:Version}),
-         libgtksourceview-3.0-common (<< ${gnome:NextVersion})
+         libgtksourceview-3.0-common (>= ${source:Version})
 Description: shared libraries for the GTK+ syntax highlighting widget
  GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and

Modified: desktop/unstable/gtksourceview3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/rules?rev=37422&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/rules [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/rules [utf-8] Fri Mar 29 20:09:45 2013
@@ -5,7 +5,6 @@
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE = gtksourceview




More information about the pkg-gnome-commits mailing list