Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 165 → Rev 164

/trunk/debian/changelog
1,6 → 1,5
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.
8,7 → 7,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 14:15:05 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 29 Oct 2016 13:27:46 +0200
 
prayer (1.3.5-dfsg1-3) unstable; urgency=low
 
/trunk/debian/control
2,7 → 2,8
Section: mail
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 9), libc-client2007e-dev | libc-client-dev,
Build-Depends: cdbs, debhelper (>= 7),
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,19 → 1,16
#!/usr/bin/make -f
%:
dh $@ -Smakefile
# Sample debian/rules that uses cdbs. Originaly written by Robert Millan.
# This file is public domain.
 
override_dh_auto_clean:
$(MAKE) clean MAKE=$(MAKE)
cp defaults/Config .
# Add here any variable or target overrides you need
 
override_dh_auto_configure:
makebuilddir/prayer::
cp debian/Config .
 
override_dh_auto_install:
dh_auto_install -- BROOT=$(CURDIR)/debian/tmp
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
 
override_dh_installchangelogs:
dh_installchangelogs docs/DONE
 
override_dh_installman:
dh_installman --language=C
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"
/trunk/debian/compat
1,0 → 0,0
9
7