r37421 - in /desktop/experimental/gtksourceview3/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Mar 29 20:05:38 UTC 2013


Author: pochu
Date: Fri Mar 29 20:05:37 2013
New Revision: 37421

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37421
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/experimental/gtksourceview3/debian/changelog
    desktop/experimental/gtksourceview3/debian/control
    desktop/experimental/gtksourceview3/debian/control.in
    desktop/experimental/gtksourceview3/debian/rules

Modified: desktop/experimental/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/changelog?rev=37421&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/changelog [utf-8] Fri Mar 29 20:05:37 2013
@@ -1,5 +1,6 @@
 gtksourceview3 (3.8.0-1) UNRELEASED; urgency=low
 
+  [ Andreas Henriksson ]
   * New upstream release (v3.7.92).
   * Bump required versions of build-dependencies according to configure.ac:
     - libgtk-3-dev bumped from (>= 3.3.8) to (>= 3.7.12)
@@ -9,6 +10,13 @@
       where meant to be private and never was available in headers.
   * New upstream release (v3.8.0)
   * Rename package for new so-name.
+
+  [ Emilio Pozuelo Monfort ]
+  * 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.
 
  -- Andreas Henriksson <andreas at fatal.se>  Fri, 22 Mar 2013 17:41:18 +0100
 

Modified: desktop/experimental/gtksourceview3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/control?rev=37421&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/control [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/control [utf-8] Fri Mar 29 20:05:37 2013
@@ -28,14 +28,13 @@
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtksourceview3
 Homepage: http://projects.gnome.org/gtksourceview/
 
-Package: libgtksourceview-3.0-0
+Package: libgtksourceview-3.0-1
 Architecture: any
 Multi-Arch: same
 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
@@ -63,7 +62,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libgtksourceview-3.0-0 (= ${binary:Version}),
+         libgtksourceview-3.0-1 (= ${binary:Version}),
          gir1.2-gtksource-3.0 (= ${binary:Version}),
          libgtk-3-dev (>= 3.3.8),
          libxml2-dev (>= 2.6.0)

Modified: desktop/experimental/gtksourceview3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/control.in?rev=37421&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/control.in [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/control.in [utf-8] Fri Mar 29 20:05:37 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/experimental/gtksourceview3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/rules?rev=37421&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/rules [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/rules [utf-8] Fri Mar 29 20:05:37 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