Author: goneri Date: 2009-02-17 20:12:42 +0000 (Tue, 17 Feb 2009) New Revision: 8869
Modified: packages/trunk/lmemory/debian/changelog packages/trunk/lmemory/debian/control packages/trunk/lmemory/debian/patches/series packages/trunk/lmemory/debian/rules Log: - call autoreconf, and then add a builddeps on autoconf, automale, libtool - add ac_local_program.diff to avoid a warning Modified: packages/trunk/lmemory/debian/changelog =================================================================== --- packages/trunk/lmemory/debian/changelog 2009-02-17 15:53:22 UTC (rev 8868) +++ packages/trunk/lmemory/debian/changelog 2009-02-17 20:12:42 UTC (rev 8869) @@ -6,6 +6,9 @@ [ Gonéri Le Bouder ] * Build with gtk+-2.0, Closes: #509961 * Fix the build system, Closes: #509962 + - call autoreconf, and then add a builddeps on autoconf, automale, + libtool + - add ac_local_program.diff to avoid a warning -- Gonéri Le Bouder <[email protected]> Tue, 17 Feb 2009 00:26:15 +0100 Modified: packages/trunk/lmemory/debian/control =================================================================== --- packages/trunk/lmemory/debian/control 2009-02-17 15:53:22 UTC (rev 8868) +++ packages/trunk/lmemory/debian/control 2009-02-17 20:12:42 UTC (rev 8869) @@ -2,8 +2,9 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Miriam Ruiz <[email protected]> -Build-Depends: debhelper (>= 5.0.0), autotools-dev, quilt, libgtk2.0-dev +Uploaders: Miriam Ruiz <[email protected]>, Gonéri Le Bouder <[email protected]> +Build-Depends: debhelper (>= 5.0.0), autotools-dev, quilt, libgtk2.0-dev, + autoconf, automake, libtool Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/lmemory/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/lmemory/?op=log Modified: packages/trunk/lmemory/debian/patches/series =================================================================== --- packages/trunk/lmemory/debian/patches/series 2009-02-17 15:53:22 UTC (rev 8868) +++ packages/trunk/lmemory/debian/patches/series 2009-02-17 20:12:42 UTC (rev 8869) @@ -1,2 +1,3 @@ fixes.patch gtk2.patch +ac_local_program.diff Modified: packages/trunk/lmemory/debian/rules =================================================================== --- packages/trunk/lmemory/debian/rules 2009-02-17 15:53:22 UTC (rev 8868) +++ packages/trunk/lmemory/debian/rules 2009-02-17 20:12:42 UTC (rev 8869) @@ -33,12 +33,10 @@ CROSS= --build $(DEB_BUILD_GNU_TYPE) endif -patch: - $(MAKE) -f /usr/share/quilt/quilt.make patch - config: config-stamp -config-stamp: patch configure +config-stamp: + $(MAKE) -f /usr/share/quilt/quilt.make patch dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub @@ -65,11 +63,11 @@ dh_testroot rm -f config-stamp build-stamp # Clean up the files generated by the autoreconf - rm -f ltconfig depcomp [ ! -f config.status ] || $(MAKE) distclean - rm -f config.sub config.guess config.log config.cache $(MAKE) -f /usr/share/quilt/quilt.make unpatch - dh_clean + dh_clean ltconfig depcomp install-sh ltmain.sh missing mkinstalldirs \ + INSTALL Makefile.in aclocal.m4 config.h.in configure \ + config.sub config.guess config.log config.cache install: build dh_testdir @@ -84,7 +82,8 @@ cp -a debian/pixmaps \ $(CURDIR)/debian/lmemory/usr/share/games/lmemory/ -binary-indep: build install +#binary-indep: build install +binary-indep: build # We have nothing to do. binary-arch: build install _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

