From 1e40ef8ee44cdf632958b884afe33c50e7d4c02e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 6 Nov 2011 20:27:04 -0500 Subject: [PATCH] po: rebuild the .gmo files in the debian/rules file This commit reverts commit aff534958b0 and transfers the responsibility of rebuilding the .gmo files to the debian/rules file, as updating the gmo files can cause problems for other distribution's building systems. (We do this because we don't update the .gmo files when doing a mid-release snapshot, since binary files can't be represented in diff files. So we only update the .po files, and let the package build process take care of the .gmo files.) Signed-off-by: "Theodore Ts'o" --- debian/rules | 1 + po/Makefile.in.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c9584af..2d8e4ea 100755 --- a/debian/rules +++ b/debian/rules @@ -285,6 +285,7 @@ ${BUILDSTDSTAMP}: ${CFGSTDSTAMP} dh_testdir $(MAKE) -C ${stdbuilddir} all $(MAKE) -C ${stdbuilddir}/e2fsck e2fsck.static + $(MAKE) -C ${stdbuilddir}/po update-gmo ( cd ${stdbuilddir}/doc && $(MAKE) libext2fs_abt.html ) ( cd ${stdbuilddir}/lib/et && $(MAKE) com_err.info com_err_abt.html ) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 9864d73..8dbd0c5 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -77,7 +77,7 @@ CATALOGS = @CATALOGS@ all: all-@USE_NLS@ -all-yes: $(GMOFILES) @MAINTAINER_CMT@stamp-po +all-yes: @MAINTAINER_CMT@stamp-po all-no: # stamp-po is a timestamp denoting the last time at which the CATALOGS have -- 1.8.3.1