[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

clean target (was: igraph debian/* files)



On Fri, Sep 18, 2009 at 11:12 AM, Andreas Tille <andreas@an3as.eu> wrote:
<...>
> debuild
> fakeroot debian/rules clean

Here is what I get:

$ fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
[ ! -f Makefile ] || /usr/bin/make distclean
make[1]: Entering directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2'
Making distclean in interfaces
make[2]: Entering directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/interfaces'
Making distclean in shell
make[3]: Entering directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/interfaces/shell'
 rm -f igraph igraph
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/interfaces/shell'
Making distclean in .
make[3]: Entering directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/interfaces'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test -z "R/igraph/src/*.o R/igraph/src/igraph.so shell/.deps" || rm -f
R/igraph/src/*.o R/igraph/src/igraph.so shell/.deps
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/interfaces'
rm -f Makefile
make[2]: Leaving directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/interfaces'
Making distclean in tests
make[2]: Entering directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/tests'
rm -rf .libs _libs
{					\
	  echo '# Signature of the current package.'; \
	  echo 'm4_define([AT_PACKAGE_NAME],      [igraph])'; \
	  echo 'm4_define([AT_PACKAGE_TARNAME],   [igraph])'; \
	  echo 'm4_define([AT_PACKAGE_VERSION],   [0.5.2])'; \
	  echo 'm4_define([AT_PACKAGE_STRING],    [igraph 0.5.2])'; \
	  echo 'm4_define([AT_PACKAGE_BUGREPORT], [csardi@rmki.kfki.hu])'; \
	} >./package.m4
/bin/sh /home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/missing
--run autom4te --language=autotest -I ../tests ../tests/testsuite.at
-o testsuite.tmp
mv testsuite.tmp testsuite
/bin/sh testsuite --clean
rm -f *.lo
test -z "atlocal" || rm -f atlocal
rm -f Makefile
make[2]: Leaving directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/tests'
Making distclean in src
make[2]: Entering directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/src'
test -z "libigraph.la" || rm -f libigraph.la
rm -f "./so_locations"
rm -rf .libs _libs
test -z "" || rm -f
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2/src'
Making distclean in .
make[2]: Entering directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2'
test -z "" || rm -f
rm -rf .libs _libs
rm -f *.lo
test -z "igraph.pc igraph_Info.plist doc/Makefile doc/book/Makefile
interfaces/R/configure.in interfaces/R/Makefile
interfaces/R/src/Makevars.win interfaces/R/DESCRIPTION" || rm -f
igraph.pc igraph_Info.plist doc/Makefile doc/book/Makefile
interfaces/R/configure.in interfaces/R/Makefile
interfaces/R/src/Makevars.win interfaces/R/DESCRIPTION
rm -f config.h stamp-h1
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2'
rm -f config.status config.cache config.log configure.lineno
config.status.lineno
rm -f Makefile
make[1]: Leaving directory
`/home/mathieu/debian/debian-med/trunk/packages/igraph/trunk/igraph-0.5.2'
dh_clean


I cannot reproduce the issue you are talking about. Please send me your log.

Thanks
-- 
Mathieu


Reply to: