summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-11-14 15:57:55 +0000
committerMichael Biebl <biebl@debian.org>2017-11-14 15:57:55 +0000
commit7ccb3689e017440c3f39d1939c9cb16581f3f83c (patch)
tree77cf6d0131dd4313b2ff8b9f17255511b4f751d7 /debian
parentSwitch to dh_missing and abort on uninstalled files (diff)
downloadzenity-7ccb3689e017440c3f39d1939c9cb16581f3f83c.tar.gz
zenity-7ccb3689e017440c3f39d1939c9cb16581f3f83c.tar.bz2
zenity-7ccb3689e017440c3f39d1939c9cb16581f3f83c.zip
Replace Build-Depends on intltool with gettext
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 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