Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 50 → Rev 51

/trunk/debian/control
1,7 → 1,7
Source: libdkim
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 5), autoconf, libssl-dev, pkg-config
Build-Depends: debhelper (>= 7), autoconf, libssl-dev, pkg-config
Standards-Version: 3.8.3
Section: libs
Homepage: http://libdkim.sourceforge.net
/trunk/debian/compat
1,0 → 0,0
5
7
/trunk/debian/changelog
3,8 → 3,9
* debian/Makefile.in: Correct order of object files and libraries when
linking so that --as-needed will work (Closes: #627387).
* Convert to source package version 3.0 (quilt).
* Upgrade to Debhelper compat level 7.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 12 Jun 2011 01:07:06 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 12 Jun 2011 01:34:03 +0200
 
libdkim (1:1.0.21-1) unstable; urgency=low
 
/trunk/debian/rules
46,7 → 46,7
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_prep
dh_installdirs
 
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp