Codebase list dillo / 3554b94
Remove quilt support for now Axel Beckert 12 years ago
3 changed file(s) with 6 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1818 + Documented GPL expection about OpenSSL linking in debian/copyright
1919 * Use set -e also in debian/prerm, not only in debian/postinst
2020 * For now install the whole docs directory into /usr/share/doc/dillo/
21 * Remove all patches, they're no more relevant.
21 * Remove all patches, they're no more relevant. Also remove the patch
22 system and according dependencies.
2223
2324 -- Axel Beckert <abe@debian.org> Sat, 23 Jul 2011 22:11:28 +0200
2425
22 Priority: extra
33 Maintainer: Axel Beckert <abe@debian.org>
44 Standards-Version: 3.7.3
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, quilt
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
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
00 #!/usr/bin/make -f
11
22 #export DH_VERBOSE=1
3
4 include /usr/share/quilt/quilt.make
53
64 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
75 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
2220 configure: config.status
2321 config.h.in.backup:
2422 [ -f config.h.in.backup ] || cp -pv config.h.in config.h.in.backup
25 config.status: config.h.in.backup patch
23 config.status: config.h.in.backup
2624 dh_testdir
2725 ./autogen.sh
2826 ./configure $(CONFFLAGS) \
3432
3533 build: build-stamp
3634
37 build-stamp: config.status patch
35 build-stamp: config.status
3836 dh_testdir
3937 $(MAKE)
4038 touch build-stamp
4139
42 clean: clean-patched unpatch
40 clean: clean-patched
4341 clean-patched:
4442 dh_testdir
4543 dh_testroot