[DHG_packages] 01/01: hmatrix: Upgrading from 0.16.1.5 to 0.17.0.1

Clint Adams clint at moszumanska.debian.org
Mon Jan 11 04:53:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 7918ea7906973f38df7074a4eaadb3c991f85c87
Author: Clint Adams <clint at debian.org>
Date:   Sun Jan 10 23:51:55 2016 -0500

    hmatrix: Upgrading from 0.16.1.5 to 0.17.0.1
---
 p/haskell-hmatrix/debian/changelog                   |  6 ++++++
 p/haskell-hmatrix/debian/patches/series              |  1 -
 p/haskell-hmatrix/debian/patches/sse2-only-x86.patch | 20 --------------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diff --git a/p/haskell-hmatrix/debian/changelog b/p/haskell-hmatrix/debian/changelog
index 81b8262..8b4ba00 100644
--- a/p/haskell-hmatrix/debian/changelog
+++ b/p/haskell-hmatrix/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hmatrix (0.17.0.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 10 Jan 2016 23:51:55 -0500
+
 haskell-hmatrix (0.16.1.5-3) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-hmatrix/debian/patches/series b/p/haskell-hmatrix/debian/patches/series
deleted file mode 100644
index 618fe72..0000000
--- a/p/haskell-hmatrix/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-sse2-only-x86.patch
diff --git a/p/haskell-hmatrix/debian/patches/sse2-only-x86.patch b/p/haskell-hmatrix/debian/patches/sse2-only-x86.patch
deleted file mode 100644
index e6ef6e9..0000000
--- a/p/haskell-hmatrix/debian/patches/sse2-only-x86.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Only compile with -msse2 on amd64/i386
-Author: Colin Watson <cjwatson at debian.org>
-Forwarded: no
-Last-Update: 2015-05-08
-
-Index: haskell-hmatrix/hmatrix.cabal
-===================================================================
---- haskell-hmatrix.orig/hmatrix.cabal	2015-08-15 14:36:37.499182986 +0200
-+++ haskell-hmatrix/hmatrix.cabal	2015-08-15 14:36:37.495182903 +0200
-@@ -101,7 +101,9 @@
-                         -fno-warn-missing-signatures
-                         -fno-warn-orphans
- 
--    cc-options:         -O4 -msse2 -Wall
-+    cc-options:         -O4 -Wall
-+    if arch(x86_64) || arch(i386)
-+        cc-options:     -msse2
- 
-     cpp-options:        -DBINARY
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list