Author: joss
Date: Mon Sep 25 20:35:17 2006
New Revision: 7441

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=7441
Log:
gtksourceview (1.8.0-1) experimental; urgency=low

  * New upstream release.
  * Small fix in the -dev depends.
  * Require gnome-pkg-tools 0.7.
  * Call clean-la.mk and gnome-versions.mk.
  * Use ${gnome:Version} and ${gnome:NextVersion} to relax dependencies.

Modified:
    desktop/experimental/gtksourceview/debian/changelog
    desktop/experimental/gtksourceview/debian/control
    desktop/experimental/gtksourceview/debian/control.in
    desktop/experimental/gtksourceview/debian/rules

Modified: desktop/experimental/gtksourceview/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview/debian/changelog?rev=7441&op=diff
==============================================================================
--- desktop/experimental/gtksourceview/debian/changelog (original)
+++ desktop/experimental/gtksourceview/debian/changelog Mon Sep 25 20:35:17 2006
@@ -1,3 +1,13 @@
+gtksourceview (1.8.0-1) experimental; urgency=low
+
+  * New upstream release.
+  * Small fix in the -dev depends.
+  * Require gnome-pkg-tools 0.7.
+  * Call clean-la.mk and gnome-versions.mk.
+  * Use ${gnome:Version} and ${gnome:NextVersion} to relax dependencies.
+
+ -- Josselin Mouette <[EMAIL PROTECTED]>  Mon, 25 Sep 2006 22:33:52 +0200
+
 gtksourceview (1.7.2-1) experimental; urgency=low
 
   * New upstream development releases, with API additions.

Modified: desktop/experimental/gtksourceview/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview/debian/control?rev=7441&op=diff
==============================================================================
--- desktop/experimental/gtksourceview/debian/control (original)
+++ desktop/experimental/gtksourceview/debian/control Mon Sep 25 20:35:17 2006
@@ -2,14 +2,14 @@
 Section: libs
 Priority: optional
 Maintainer: Andrew Lau <[EMAIL PROTECTED]>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 5), dh-buildinfo, 
gnome-pkg-tools, dpkg-dev (>= 1.13.19), libgnomeprintui2.2-dev (>= 2.8), 
libgnomevfs2-dev (>= 2.8.4-2), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5), 
libxml-parser-perl
+Build-Depends: autotools-dev, cdbs, debhelper (>= 5), dh-buildinfo, 
gnome-pkg-tools (>= 0.7), dpkg-dev (>= 1.13.19), libgnomeprintui2.2-dev (>= 
2.8), libgnomevfs2-dev (>= 2.8.4-2), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 
2.5), libxml-parser-perl
 Uploaders: Debian GNOME Maintainers <[EMAIL PROTECTED]>, Clément Stenac 
<[EMAIL PROTECTED]>, Dafydd Harries <[EMAIL PROTECTED]>, Guilherme de S. 
Pastore <[EMAIL PROTECTED]>, Gustavo Franco <[EMAIL PROTECTED]>, Gustavo 
Noronha Silva <[EMAIL PROTECTED]>, J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>, 
Jordi Mallach <[EMAIL PROTECTED]>, Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>, 
Josselin Mouette <[EMAIL PROTECTED]>, Loic Minier <[EMAIL PROTECTED]>, Marc 
'HE' Brockschmidt <[EMAIL PROTECTED]>, Marco Cabizza <[EMAIL PROTECTED]>, 
Oystein Gisnas <[EMAIL PROTECTED]>, Ondřej Surý <[EMAIL PROTECTED]>, Ross 
Burton <[EMAIL PROTECTED]>, Sebastien Bacher <[EMAIL PROTECTED]>, Sjoerd Simons 
<[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
 
 Package: libgtksourceview1.0-0
 Section: libs
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgtksourceview-common (>= 
${source:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libgtksourceview-common (>= 
${gnome:Version}), libgtksourceview-common (<< ${gnome:NextVersion})
 Description: shared libraries for the GTK+ syntax highlighting widget
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and
@@ -41,7 +41,7 @@
 Package: libgtksourceview-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libgtksourceview1.0-0 (= ${binary:Version}), 
libgnomeprintui2.2-dev (>= 2.7), libgtk2.0-dev (>= 2.4)
+Depends: ${misc:Depends}, libgtksourceview1.0-0 (= ${binary:Version}), 
libgnomeprint2.2-dev (>= 2.7), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5.0)
 Suggests: libgtksourceview-doc
 Description: development files for the GTK+ syntax highlighting widget
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget

Modified: desktop/experimental/gtksourceview/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview/debian/control.in?rev=7441&op=diff
==============================================================================
--- desktop/experimental/gtksourceview/debian/control.in (original)
+++ desktop/experimental/gtksourceview/debian/control.in Mon Sep 25 20:35:17 
2006
@@ -2,14 +2,14 @@
 Section: libs
 Priority: optional
 Maintainer: Andrew Lau <[EMAIL PROTECTED]>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 5), dh-buildinfo, 
gnome-pkg-tools, dpkg-dev (>= 1.13.19), libgnomeprintui2.2-dev (>= 2.8), 
libgnomevfs2-dev (>= 2.8.4-2), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5), 
libxml-parser-perl
+Build-Depends: autotools-dev, cdbs, debhelper (>= 5), dh-buildinfo, 
gnome-pkg-tools (>= 0.7), dpkg-dev (>= 1.13.19), libgnomeprintui2.2-dev (>= 
2.8), libgnomevfs2-dev (>= 2.8.4-2), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 
2.5), libxml-parser-perl
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2
 
 Package: libgtksourceview1.0-0
 Section: libs
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgtksourceview-common (>= 
${source:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libgtksourceview-common (>= 
${gnome:Version}), libgtksourceview-common (<< ${gnome:NextVersion})
 Description: shared libraries for the GTK+ syntax highlighting widget
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and
@@ -41,7 +41,7 @@
 Package: libgtksourceview-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libgtksourceview1.0-0 (= ${binary:Version}), 
libgnomeprintui2.2-dev (>= 2.7), libgtk2.0-dev (>= 2.4)
+Depends: ${misc:Depends}, libgtksourceview1.0-0 (= ${binary:Version}), 
libgnomeprint2.2-dev (>= 2.7), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5.0)
 Suggests: libgtksourceview-doc
 Description: development files for the GTK+ syntax highlighting widget
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget

Modified: desktop/experimental/gtksourceview/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview/debian/rules?rev=7441&op=diff
==============================================================================
--- desktop/experimental/gtksourceview/debian/rules (original)
+++ desktop/experimental/gtksourceview/debian/rules Mon Sep 25 20:35:17 2006
@@ -8,6 +8,7 @@
 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/clean-la.mk
 
 # Compile options
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static


_______________________________________________
gnome-devtools mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-devtools

Reply via email to