[Pkg-erlang-commits] r1560 - yaws/trunk/debian
    sgolovan at alioth.debian.org 
    sgolovan at alioth.debian.org
       
    Thu Oct 24 04:24:13 UTC 2013
    
    
  
Author: sgolovan
Date: 2013-10-24 04:24:12 +0000 (Thu, 24 Oct 2013)
New Revision: 1560
Modified:
   yaws/trunk/debian/changelog
   yaws/trunk/debian/rules
Log:
[yaws]
  * Added --with autotools_dev dh option to fix build on arm64 architecture
    (closes: #727526).
Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog	2013-10-19 13:47:56 UTC (rev 1559)
+++ yaws/trunk/debian/changelog	2013-10-24 04:24:12 UTC (rev 1560)
@@ -1,8 +1,9 @@
-yaws (1.97-2) UNRELEASED; urgency=low
+yaws (1.97-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Added --with autotools_dev dh option to fix build on arm64 architecture
+    (closes: #727526).
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 19 Oct 2013 17:47:54 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 24 Oct 2013 08:14:48 +0400
 
 yaws (1.97-1) unstable; urgency=low
 
Modified: yaws/trunk/debian/rules
===================================================================
--- yaws/trunk/debian/rules	2013-10-19 13:47:56 UTC (rev 1559)
+++ yaws/trunk/debian/rules	2013-10-24 04:24:12 UTC (rev 1560)
@@ -30,7 +30,7 @@
 endif
 
 %:
-	dh $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_clean:
 	dh_testdir
    
    
More information about the Pkg-erlang-commits
mailing list