summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 146fe225..aea65959 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ zenity (3.26.0-1) UNRELEASED; urgency=medium
* New upstream release
* Bump Standards-Version to 4.1.1
* Switch to dh_missing and abort on uninstalled files
+ * Replace Build-Depends on intltool with gettext
-- Michael Biebl <biebl@debian.org> Tue, 14 Nov 2017 14:45:27 +0100
diff --git a/debian/control b/debian/control
index ad8c940c..a5ec2023 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10.3),
gnome-pkg-tools (>= 0.10),
gnome-common,
yelp-tools,
- intltool (>= 0.40.0),
+ gettext (>= 0.19.4),
libglib2.0-dev,
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
diff --git a/debian/control.in b/debian/control.in
index 0a10cdcd..a4ac5ae8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10.3),
gnome-pkg-tools (>= 0.10),
gnome-common,
yelp-tools,
- intltool (>= 0.40.0),
+ gettext (>= 0.19.4),
libglib2.0-dev,
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
bgstack15