[mate-applet-lockkeys] 01/01: debian/patches: Add 1001_use-glib-getttext.patch. Use default MATE component way of handling .po files.
Mike Gabriel
sunweaver at debian.org
Wed Feb 25 12:23:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository mate-applet-lockkeys.
commit 6f931daaeae84d2c728fef179903f2fd891dda1b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Feb 25 13:22:00 2015 +0100
debian/patches: Add 1001_use-glib-getttext.patch. Use default MATE component way of handling .po files.
---
debian/patches/1001_use-glib-getttext.patch | 23 +++++++++++++++++++++++
debian/patches/README | 3 +++
debian/patches/series | 1 +
3 files changed, 27 insertions(+)
diff --git a/debian/patches/1001_use-glib-getttext.patch b/debian/patches/1001_use-glib-getttext.patch
new file mode 100644
index 0000000..f304254
--- /dev/null
+++ b/debian/patches/1001_use-glib-getttext.patch
@@ -0,0 +1,23 @@
+Description: Use AM_GLIB_GNU_GETTEXT (instead of AM_GNU_GETTEXT).
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -37,11 +37,12 @@
+ AC_SUBST([TOPLEVELDIR])
+
+ # gettext
+-AM_GNU_GETTEXT_VERSION(0.18.1)
+-AM_GNU_GETTEXT([external])
+-if test $USE_NLS != "yes" ; then
+- echo "*** gettext not found. You're losing internationalization."
+-fi
++GETTEXT_PACKAGE=mate-applet-lockkeys
++AC_SUBST(GETTEXT_PACKAGE)
++AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
++
++IT_PROG_INTLTOOL([0.35.0])
++AM_GLIB_GNU_GETTEXT
+
+ ### Checks for programs
+
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7bb18c3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_use-glib-getttext.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-applet-lockkeys.git
More information about the pkg-mate-commits
mailing list