Package: gchangepass
Version: 0.1.5-1
Severity: serious
Tags: patch
Justification: no longer builds from source

chmod a+x /tmp/buildd/gchangepass-0.1.5/./configure
cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2"
CPPFLAGS="" LDFLAGS="" /tmp/buildd/gchangepass-0.1.5/./
configure --build=i486-linux-gnu --prefix=/usr
--includedir="\${prefix}/include" --mandir="\${prefix}/share/man"
--infodir="\${
prefix}/share/info" --sysconfdir=/etc --localstatedir=/var
--libexecdir="\${prefix}/lib/gchangepass" --disable-maintainer-mode
--disable-dependency-tracking --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
...
config.status: creating po/POTFILES
config.status: creating po/Makefile
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C .
make[1]: Entering directory `/tmp/buildd/gchangepass-0.1.5'
make[1]: *** No rule to make target `m4/inttypes.m4', needed by
`aclocal.m4'.  Stop.
make[1]: Leaving directory `/tmp/buildd/gchangepass-0.1.5'
make: *** [debian/stamp-makefile-build] Error 2

The attached patch fix the FTBFS, although maintainer might feel there
are better ways to achieve this (i.e. to avoid adding a dependency
on automake1.9, btw not done in the patch).

        Hope to help,

                Damián Viano(Des).
diff -Nura gchangepass-0.1.5/debian/rules 
/home/des/.pbuilder/build/7052/home/des/gchangepass-0.1.5/debian/rules
--- gchangepass-0.1.5/debian/rules      2006-09-01 21:49:44.000000000 -0300
+++ /home/des/.pbuilder/build/7052/home/des/gchangepass-0.1.5/debian/rules      
2006-09-02 14:34:34.000000000 -0300
@@ -5,5 +5,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 
+configure/gchangepass::
+       REQUIRED_AUTOMAKE_VERSION=1.9 ./autogen.sh
 clean::
        -rm po/stamp-po po/*.gmo

Reply via email to