Your message dated Thu, 9 Oct 2014 11:57:21 +0200 (CEST) with message-id <alpine.deb.2.11.1410091156240.31...@cantor.unex.es> has caused the report #764483, regarding gettext: Please support setting COPYRIGHT_HOLDER from an autoconf variable to be marked as having been forwarded to the upstream software author(s) bug-gnu-gett...@gnu.org
(NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 764483: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764483 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Hello. I received this from the Debian bug system: ---------- Forwarded message ---------- From: Guillem Jover <guil...@debian.org> To: sub...@bugs.debian.org Date: Wed, 8 Oct 2014 16:14:40 +0200 Subject: Bug#764483: gettext: Please support setting COPYRIGHT_HOLDER from an autoconf variable Source: gettext Source-Version: gettext Severity: wishlist Hi! For dpkg, which uses muliple po directories, I'd like to be able to set the COPYRIGHT_HOLDER variable centrally, instead of having to set it on each po/Makevars file, and possibly having to keep it in sync. It would be nice if gettext supported setting it from an autoconf variable (with AC_SUBST), in the same way MSGID_BUGS_ADDRESS falls back to use PACKAGE_BUGREPORT when MSGID_BUGS_ADDRESS is empty. This might require setting something like: PACKAGE_COPYRIGHT_HOLDER = @PACKAGE_COPYRIGHT_HOLDER@ in Makefile.in.in, and making the code fallback to use that if COPYRIGHT_HOLDER is not set. For an example of how I'm using it now with po4a (which uses a Makefile.am instead): <https://anonscm.debian.org/cgit/dpkg/dpkg.git/tree/configure.ac#n7> <https://anonscm.debian.org/cgit/dpkg/dpkg.git/tree/man/Makefile.am#n76> (Hmm, it just occurred to me I could rename all Makevars to Makevars.in and add them to the configure.ac AC_CONFIG_FILES, but I'd rather have a proper variable for this if possible?) Thanks, Guillem
--- End Message ---