* Andreas Barth (a...@ayous.org) [140824 15:37]: > * Wookey (woo...@wookware.org) [140824 13:34]: > > or just use dh_autoreconf which I think does exactly the same thing. > > > > So with the attached patch the configure goes OK and the build proceeds but > > eventually stops with: > > make[3]: Entering directory > > '/home/buildd/packages/modified/openjade-1.4devel1/po' > > make[3]: *** No rule to make target 'Makevars', needed by 'Makefile'. Stop. > > > One could create a Makevars from Makevars.template (or rather, I > copied the template to Makevars and ran > sed -e 's,COPYRIGHT_HOLDER.*,COPYRIGHT_HOLDER = see po-files,' -i po/Makevars > ). > > After doing so, the build fails at a later stage, because the > PACKAGE-variable is now used as openjade but should be OpenJade (as > also seen in configure.in). (One could adjust the installation paths > of course or move files around, but that doesn't seem to be the right > solution.)
With these changes everything builds as it should: --- configure.in~ 2014-08-24 12:52:22.667482046 +0000 +++ configure.in 2014-08-24 13:55:47.737475362 +0000 @@ -11,7 +11,7 @@ dnl dnl Initialization -AC_INIT([OpenJade], [1.4devel], []) +AC_INIT([OpenJade], [1.4devel], [], [OpenJade]) AC_CONFIG_SRCDIR(dsssl) AM_INIT_AUTOMAKE([foreign]) AM_CONFIG_HEADER([config.h]) --- po/Makevars.template 2014-08-24 13:52:30.699437001 +0000 +++ po/Makevars 2014-08-24 13:08:04.215437344 +0000 @@ -18,7 +18,7 @@ # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. -COPYRIGHT_HOLDER = Free Software Foundation, Inc. +COPYRIGHT_HOLDER = see po-files # This tells whether or not to prepend "GNU " prefix to the package # name that gets inserted into the header of the $(DOMAIN).pot file. The libos*-packages are as they should. However, the programm misses the jade.mo-files, so something still needs to be done. Andi -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org