[Pkg-haskell-commits] darcs: haskell-cryptocipher: Enable AES-NI support

Nuutti Kotivuori naked at iki.fi
Sat Sep 1 17:50:53 UTC 2012


Sat Sep  1 17:50:30 UTC 2012  Nuutti Kotivuori <naked at iki.fi>
  * Enable AES-NI support
  Ignore-this: 477a3a98ac8cb7019d0de4f6ce12a09b

    M ./changelog +7
    M ./rules +6

Sat Sep  1 17:50:30 UTC 2012  Nuutti Kotivuori <naked at iki.fi>
  * Enable AES-NI support
  Ignore-this: 477a3a98ac8cb7019d0de4f6ce12a09b
diff -rN -u old-haskell-cryptocipher//changelog new-haskell-cryptocipher//changelog
--- old-haskell-cryptocipher//changelog	2012-09-01 17:50:53.738347535 +0000
+++ new-haskell-cryptocipher//changelog	2012-09-01 17:50:53.742333823 +0000
@@ -1,3 +1,10 @@
+haskell-cryptocipher (0.3.5-2) UNRELEASED; urgency=low
+
+  * Enable AES-NI support, thanks to Nuutti Kotivuori for the patch (Closes:
+    #686066)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 01 Sep 2012 19:49:44 +0200
+
 haskell-cryptocipher (0.3.5-1) unstable; urgency=low
 
   * New upstream release, includes our patch.
diff -rN -u old-haskell-cryptocipher//rules new-haskell-cryptocipher//rules
--- old-haskell-cryptocipher//rules	2012-09-01 17:50:53.738347535 +0000
+++ new-haskell-cryptocipher//rules	2012-09-01 17:50:53.742333823 +0000
@@ -1,5 +1,11 @@
 #!/usr/bin/make -f
 
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+ifeq ($(DEB_BUILD_ARCH),amd64)
+  DEB_SETUP_GHC_CONFIGURE_ARGS = -faesni
+endif
+
 DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk





More information about the Pkg-haskell-commits mailing list