[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, debian/squeeze, updated. debian/6.0.1+dfsg-3-8-gee5ff9b

Emmanuel Bouthenot kolter at openics.org
Sun Jan 9 13:10:36 UTC 2011


The following commit has been merged in the debian/squeeze branch:
commit 865bab3ef4b28278b1e503085250b261100116a6
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Sun Jan 9 11:23:52 2011 +0000

    The Makefile “clean” target has to be “maintainer-clean” to force the deletion of PO stamp and GMO files which can prevent the build of translations files.

diff --git a/debian/rules b/debian/rules
index 7816146..e95da65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,9 @@ DEB_INSTALL_MANPAGES_sympa = $(man8basenames:%=doc/man8/%.8)
 DEB_UPDATE_RCD_PARAMS = defaults 50
 DEB_FIXPERMS_EXCLUDE = /usr/lib/sympa/bin/queue /usr/lib/sympa/bin/bouncequeue
 
+# “maintainer-clean” target will also remove po{,-wwsympa}/{stamp-po,*.gmo} files
+DEB_MAKE_CLEAN_TARGET = maintainer-clean
+
 localenames = af ar bg br ca cs de el en_US es et eu fi fr hu id it ja ko
 localenames +=  ml nb_NO nl nn_NO oc pl pt pt_BR ro ru sv tr vi zh_CN zh_TW
 upstreamtmpfiles += $(localenames:%=po/%.gmo)

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list