Subversion Repositories libdkim

Compare Revisions

Regard whitespace Rev 57 → Rev 58

/trunk/debian/changelog
4,8 → 4,9
(Closes: #811734).
* openssl1.1.patch (new): Support OpenSSL 1.1 API changes (Closes:
#828392).
* Add build-arch and build-indep targets.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 02 Jul 2016 17:32:44 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 02 Jul 2016 19:38:21 +0200
 
libdkim (1:1.0.21-3) unstable; urgency=low
 
/trunk/debian/rules
24,7 → 24,9
cd debian && autoconf
debian/configure --srcdir=src/ --prefix=/usr
 
build: build-stamp
build-indep:
# Nothing to do
build-arch: build-stamp
build-stamp: config.status
dh_testdir
 
32,6 → 34,8
 
touch $@
 
build: build-arch build-indep
 
clean:
dh_testdir
dh_testroot
54,11 → 58,11
 
 
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
binary-indep: build-indep
# Nothing to do
 
# Build architecture-dependent files here.
binary-arch: build install
binary-arch: build-arch install
dh_testdir
dh_testroot
dh_install --sourcedir=debian/tmp
79,4 → 83,4
dh_builddeb
 
binary: binary-indep binary-arch
.PHONY: patch unpatch build clean binary-indep binary-arch binary install configure
.PHONY: patch unpatch build-indep build-arch build clean binary-indep binary-arch binary install configure