summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-05-25 21:59:52 +0000
committerMichael Biebl <biebl@debian.org>2013-05-25 21:59:52 +0000
commit13d4db6ab1d7d98d8c06589a02bd5c8970d11d49 (patch)
tree3c682033a17ba1e33ee327b7c951d645b4b4458f /debian
parentUpdate patches (diff)
downloadzenity-13d4db6ab1d7d98d8c06589a02bd5c8970d11d49.tar.gz
zenity-13d4db6ab1d7d98d8c06589a02bd5c8970d11d49.tar.bz2
zenity-13d4db6ab1d7d98d8c06589a02bd5c8970d11d49.zip
Switch Build-Depends on gnome-doc-utils to yelp-tools.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index fb3ebc40..3a8e727b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ zenity (3.8.0-1) UNRELEASED; urgency=low
* Bump Standards-Version to 3.9.4. No further changes.
* Refresh 01_dont_quit_zenity_when_stdin_ends.patch.
* Remove 02_fix_segfault_in_listview.patch, merged upstream.
+ * Switch Build-Depends on gnome-doc-utils to yelp-tools.
-- Michael Biebl <biebl@debian.org> Sat, 25 May 2013 23:50:05 +0200
diff --git a/debian/control b/debian/control
index 1d2d9742..5c812e73 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Frederic Peters <fpeters@d
Build-Depends: debhelper (>= 9),
cdbs (>= 0.4.4),
gnome-pkg-tools (>= 0.10),
- gnome-doc-utils (>= 0.3.2),
+ yelp-tools,
intltool (>= 0.40.0),
libglib2.0-dev,
libgtk-3-dev (>= 3.0.0),
diff --git a/debian/control.in b/debian/control.in
index 6391e630..ce10bce5 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 9),
cdbs (>= 0.4.4),
gnome-pkg-tools (>= 0.10),
- gnome-doc-utils (>= 0.3.2),
+ yelp-tools,
intltool (>= 0.40.0),
libglib2.0-dev,
libgtk-3-dev (>= 3.0.0),
bgstack15