Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 164 → Rev 165

/trunk/debian/changelog
1,5 → 1,6
prayer (1.3.5-dfsg1-4) unstable; urgency=low
 
* Switch from CDBS to dh and debhelper compat level 9.
* openssl1.1.patch: Support OpenSSL 1.1 API changes (Closes: #828512).
* Support for Entropy Gathering Daemon removed because it's really old
and support for it is no longer enabled in OpenSSL by default.
7,7 → 8,7
* prayer.postrm: remove hard-coded path to deluser.
* Bump Standards-Version to 3.9.8.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 29 Oct 2016 13:27:46 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 29 Oct 2016 14:15:05 +0200
 
prayer (1.3.5-dfsg1-3) unstable; urgency=low
 
/trunk/debian/compat
1,0 → 0,0
7
9
/trunk/debian/control
2,8 → 2,7
Section: mail
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: cdbs, debhelper (>= 7),
libc-client2007e-dev | libc-client-dev,
Build-Depends: debhelper (>= 9), libc-client2007e-dev | libc-client-dev,
libldap2-dev, zlib1g-dev, libssl-dev (>= 0.9.6), libdb-dev, libtidy-dev
Standards-Version: 3.9.8
Vcs-Svn: svn://svn.kibibyte.se/prayer/trunk
/trunk/debian/rules
1,16 → 1,19
#!/usr/bin/make -f
# Sample debian/rules that uses cdbs. Originaly written by Robert Millan.
# This file is public domain.
%:
dh $@ -Smakefile
 
# Add here any variable or target overrides you need
override_dh_auto_clean:
$(MAKE) clean MAKE=$(MAKE)
cp defaults/Config .
 
makebuilddir/prayer::
override_dh_auto_configure:
cp debian/Config .
 
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
override_dh_auto_install:
dh_auto_install -- BROOT=$(CURDIR)/debian/tmp
 
DEB_MAKE_INSTALL_TARGET = install BROOT=$(CURDIR)/debian/tmp
DEB_INSTALL_CHANGELOGS_ALL = docs/DONE
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
DEB_INSTALL_MANPAGES_prayer = "--language=C"
override_dh_installchangelogs:
dh_installchangelogs docs/DONE
 
override_dh_installman:
dh_installman --language=C