[Pkg-sks-commit] r212 - sks/trunk/sks/debian

Christoph Martin chrism at alioth.debian.org
Sun Sep 12 19:07:06 UTC 2010


Author: chrism
Date: 2010-09-12 19:06:58 +0000 (Sun, 12 Sep 2010)
New Revision: 212

Modified:
   sks/trunk/sks/debian/changelog
   sks/trunk/sks/debian/rules
Log:
releasing version 1.1.1+dpkgv3-2

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2010-08-27 07:32:43 UTC (rev 211)
+++ sks/trunk/sks/debian/changelog	2010-09-12 19:06:58 UTC (rev 212)
@@ -1,3 +1,10 @@
+sks (1.1.1+dpkgv3-2) unstable; urgency=low
+
+  * fix build and install to work on plattforms which don't have the
+    native ocaml compile (closes: #594557)
+
+ -- Christoph Martin <christoph.martin at uni-mainz.de>  Fri, 27 Aug 2010 12:09:33 +0200
+
 sks (1.1.1+dpkgv3-1) unstable; urgency=high
 
   * include NEWS file to inform about db update (closes: #594103)

Modified: sks/trunk/sks/debian/rules
===================================================================
--- sks/trunk/sks/debian/rules	2010-08-27 07:32:43 UTC (rev 211)
+++ sks/trunk/sks/debian/rules	2010-09-12 19:06:58 UTC (rev 212)
@@ -14,11 +14,12 @@
 	dh  $@
 
 override_dh_auto_build:
-	dh_auto_build --  $(all)
+	dh_auto_build -v --  $(all)
 
 override_dh_auto_install:
-	dh_auto_install -- PREFIX="$(TMP)/usr" MANDIR="$(TMP)/usr/share/man" $(install)
-	# Debian specific
+#	dh_auto_install -v -- PREFIX="$(TMP)/usr" MANDIR="$(TMP)/usr/share/man" $(install)
+	$(MAKE) PREFIX="$(TMP)/usr" MANDIR="$(TMP)/usr/share/man" $(install)
+#	Debian specific
 	cp -a debian/debcfg/* debian/sks/etc/sks
 
 override_dh_genctrol:




More information about the Pkg-sks-commit mailing list