[Pkg-sks-commit] r218 - sks/trunk/sks/debian
Christoph Martin
chrism at alioth.debian.org
Mon Oct 25 16:04:57 UTC 2010
Author: chrism
Date: 2010-10-25 16:04:50 +0000 (Mon, 25 Oct 2010)
New Revision: 218
Modified:
sks/trunk/sks/debian/changelog
sks/trunk/sks/debian/control
sks/trunk/sks/debian/rules
Log:
releasing version 1.1.1+dpkgv3-5
Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog 2010-10-07 18:01:37 UTC (rev 217)
+++ sks/trunk/sks/debian/changelog 2010-10-25 16:04:50 UTC (rev 218)
@@ -1,3 +1,12 @@
+sks (1.1.1+dpkgv3-5) unstable; urgency=high
+
+ * add nostrip to DEB_BUILD_OPTIONS on architectures with ocaml
+ bytecode. (closes: 599029)
+ * don't depend on mta etc., as mailsync is now mostly obsolete (closes:
+ 559280)
+
+ -- Christoph Martin <christoph.martin at uni-mainz.de> Thu, 07 Oct 2010 20:49:13 +0200
+
sks (1.1.1+dpkgv3-4) unstable; urgency=low
* remove pramberger.at from README.Debian, because it is no longer
Modified: sks/trunk/sks/debian/control
===================================================================
--- sks/trunk/sks/debian/control 2010-10-07 18:01:37 UTC (rev 217)
+++ sks/trunk/sks/debian/control 2010-10-25 16:04:50 UTC (rev 218)
@@ -8,7 +8,8 @@
Package: sks
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${F:OCamlRun}, db4.7-util, postfix | mail-transport-agent, procmail, adduser, logrotate
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${F:OCamlRun}, db4.7-util, adduser, logrotate
+Suggests: postfix | mail-transport-agent, procmail
Description: Synchronizing OpenPGP Key Server
SKS is an OpenPGP key server that correctly handles all OpenPGP features
defined in RFC2440 and RFC2440bis, including photoID packages and multiple
Modified: sks/trunk/sks/debian/rules
===================================================================
--- sks/trunk/sks/debian/rules 2010-10-07 18:01:37 UTC (rev 217)
+++ sks/trunk/sks/debian/rules 2010-10-25 16:04:50 UTC (rev 218)
@@ -10,6 +10,8 @@
install = $(if $(BYTECODE),install.bc,install)
OCAMLRUN = $(if $(BYTECODE),ocaml-base-nox-$(OCAMLABI))
+DEB_BUILD_OPTIONS += $(if $(BYTECODE)," nostrip",)
+
%:
dh $@
More information about the Pkg-sks-commit
mailing list