Codebase list dillo / 8880fae
RC2 no more ships autorun.sh Axel Beckert 11 years ago
2 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 dillo (3.0~rc2-1) unstable; urgency=low
1
2 * New upstream release candidate
3 * No more run autogen.sh and make distclean
4
5 -- Axel Beckert <abe@debian.org> Mon, 29 Aug 2011 23:38:28 +0200
6
07 dillo (3~hg20110824-1) experimental; urgency=low
18
29 * New upstream snapshot (r2149:9d1ff8be799c)
2222 [ -f config.h.in.backup ] || cp -pv config.h.in config.h.in.backup
2323 config.status: config.h.in.backup
2424 dh_testdir
25 ./autogen.sh
25 # ./autogen.sh
2626 ./configure $(CONFFLAGS) \
2727 --prefix=/usr \
2828 --sysconfdir=/etc \
4343 dh_testdir
4444 dh_testroot
4545 rm -f build-stamp configure-stamp
46 [ ! -f Makefile ] || $(MAKE) distclean
46 [ ! -f Makefile ] || $(MAKE) clean
4747 -rm -f `find . -name "*~"`
4848 -rm -rf debian/dillo debian/files* core debian/substvars debian/prerm.debhelper debian/*postinst.debhelper debian/*postrm.debhelper
4949 -rm -f `find . -name "*.o"` `find . -name "*.dpi"` `find . -name "*.a"`