Codebase list dillo / debian/3.0_rc3-1
Everything which was needed to move to an upstream tar ball based source package Axel Beckert 12 years ago
6 changed file(s) with 21 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 dillo (3.0~rc2-1) unstable; urgency=low
0 dillo (3.0~rc3-1) experimental; urgency=low
11
22 * New upstream release candidate
3 * No more run autogen.sh and make distclean
3 - Remove doc/CCCwork.txt from debian/docs (not included in upstream
4 tar ball)
5 * Use dh_autotools-dev_*config instead of autogen.sh as the latter is
6 not included in the official upstream tar balls.
7 - No more remove autoconf/automake generated files
8 - Remove build-dependencies on automake and autoconf
9 - Some more finetuning of what's removed in the clean target and
10 what's backed up before and restored and after the build.
11 * Switch to Debian source package format to "3.0 (quilt)" because the
12 upstream tar ball is bzip2 compressed.
413
514 -- Axel Beckert <abe@debian.org> Mon, 29 Aug 2011 23:38:28 +0200
615
22 Priority: extra
33 Maintainer: Axel Beckert <abe@debian.org>
44 Standards-Version: 3.9.2
5 Build-Depends: debhelper (>= 5), libfltk1.3-dev, libglib2.0-dev, libpng12-dev, zlib1g-dev, libjpeg8-dev | libjpeg-dev, automake | automaken, autoconf, autotools-dev, libssl-dev, sharutils
5 Build-Depends: debhelper (>= 5), libfltk1.3-dev, libglib2.0-dev, libpng12-dev, zlib1g-dev, libjpeg8-dev | libjpeg-dev, autotools-dev, libssl-dev, sharutils
66 Homepage: http://www.dillo.org/
77 Vcs-Git: git://anonscm.debian.org/collab-maint/dillo.git
88 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/dillo.git
22 dillorc
33 NEWS
44 doc/Cache.txt
5 doc/CCCwork.txt
65 doc/Cookies.txt
76 doc/Dillo.txt
87 doc/Dpid.txt
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 dh_autotools-dev_updateconfig
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) clean
46 [ ! -f Makefile ] || $(MAKE) distclean
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"`
5050 -rm -f `find . -name "*.gmo"` src/dillo dpid/dpid config/dillocfg
51 -rm -f `find . -name "Makefile.in"` config.guess config.sub configure
52 -rm -f depcomp install-sh missing aclocal.m4 debian/dillo.png
51 -rm -f config.log debian/dillo.png
52 #-rm -f `find . -name "Makefile.in"` config.guess config.sub configure
53 #-rm -f depcomp install-sh missing aclocal.m4 debian/dillo.png
5354 [ ! -f Makefile ] || $(MAKE) clean
5455 [ ! -f config.h.in.backup ] || mv -v config.h.in.backup config.h.in
56 dh_autotools-dev_restoreconfig
5557 dh_clean
5658
5759 install: build
0 3.0 (quilt)
0 abort-on-upstream-changes
1 unapply-patches