[Pkg-sks-commit] r220 - sks/trunk/sks/debian
Christoph Martin
chrism at alioth.debian.org
Mon Oct 25 16:40:18 UTC 2010
Author: chrism
Date: 2010-10-25 16:40:14 +0000 (Mon, 25 Oct 2010)
New Revision: 220
Modified:
sks/trunk/sks/debian/changelog
sks/trunk/sks/debian/rules
Log:
releasing version 1.1.1+dpkgv3-6
Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog 2010-10-25 16:05:18 UTC (rev 219)
+++ sks/trunk/sks/debian/changelog 2010-10-25 16:40:14 UTC (rev 220)
@@ -1,3 +1,9 @@
+sks (1.1.1+dpkgv3-6) unstable; urgency=high
+
+ * fix to not really working fix for strip of bytecode (closes: 599029)
+
+ -- Christoph Martin <christoph.martin at uni-mainz.de> Mon, 25 Oct 2010 18:11:37 +0200
+
sks (1.1.1+dpkgv3-5) unstable; urgency=high
* add nostrip to DEB_BUILD_OPTIONS on architectures with ocaml
@@ -3,5 +9,5 @@
bytecode. (closes: 599029)
* don't depend on mta etc., as mailsync is now mostly obsolete (closes:
- 559280)
+ 599280)
-- Christoph Martin <christoph.martin at uni-mainz.de> Thu, 07 Oct 2010 20:49:13 +0200
Modified: sks/trunk/sks/debian/rules
===================================================================
--- sks/trunk/sks/debian/rules 2010-10-25 16:05:18 UTC (rev 219)
+++ sks/trunk/sks/debian/rules 2010-10-25 16:40:14 UTC (rev 220)
@@ -10,7 +10,7 @@
install = $(if $(BYTECODE),install.bc,install)
OCAMLRUN = $(if $(BYTECODE),ocaml-base-nox-$(OCAMLABI))
-DEB_BUILD_OPTIONS += $(if $(BYTECODE)," nostrip",)
+export DEB_BUILD_OPTIONS += $(if $(BYTECODE)," nostrip",)
%:
dh $@
More information about the Pkg-sks-commit
mailing list