This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository mialmpick.
commit 62c516176bb3b897e580b748f8ac50dda5991d2c Author: Gert Wollny <[email protected]> Date: Fri Jan 8 15:38:19 2016 +0100 Add patch to use gettext 0.19 --- debian/changelog | 1 + debian/patches/01_gettext_version_macro.patch | 11 +++++++++++ debian/patches/series | 1 + 3 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 03f9b25..6fcc9b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ mialmpick (0.2.11-1) UNRELEASED; urgency=medium automatically * Update stabndards version to 3.9.6 * Move build dependency to unversioned libpng-dev + * add patch 01_ to honour the new gettext version -- Gert Wollny <[email protected]> Tue, 5 Jan 2016 15:28:17 +0100 diff --git a/debian/patches/01_gettext_version_macro.patch b/debian/patches/01_gettext_version_macro.patch new file mode 100644 index 0000000..d7c3aa5 --- /dev/null +++ b/debian/patches/01_gettext_version_macro.patch @@ -0,0 +1,11 @@ +--- a/po/Makefile.in.in ++++ b/po/Makefile.in.in +@@ -9,7 +9,7 @@ + # General Public License and is *not* in the public domain. + # + # Origin: gettext-0.18 +-GETTEXT_MACRO_VERSION = 0.18 ++GETTEXT_MACRO_VERSION = 0.19 + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..8c896f8 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01_gettext_version_macro.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mialmpick.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
