[DHG_packages] 02/02: refresh haskell-asn1-data patch

Sean Whitton spw-guest at moszumanska.debian.org
Wed Jun 1 02:15:42 UTC 2016


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

spw-guest pushed a commit to branch LTS-6
in repository DHG_packages.

commit c873027acc9c28275d6df6c1d3ff805347344a51
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Wed Jun 1 11:15:18 2016 +0900

    refresh haskell-asn1-data patch
---
 p/haskell-asn1-data/debian/changelog                     | 4 ++++
 p/haskell-asn1-data/debian/patches/asn1-ghc-7.10-support | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/p/haskell-asn1-data/debian/changelog b/p/haskell-asn1-data/debian/changelog
index e4a7851..e0df60e 100644
--- a/p/haskell-asn1-data/debian/changelog
+++ b/p/haskell-asn1-data/debian/changelog
@@ -1,9 +1,13 @@
 haskell-asn1-data (0.7.1-9) UNRELEASED; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
+  [ Sean Whitton ]
+  * Refresh patch.
+
  -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:46 +0300
 
 haskell-asn1-data (0.7.1-8) unstable; urgency=medium
diff --git a/p/haskell-asn1-data/debian/patches/asn1-ghc-7.10-support b/p/haskell-asn1-data/debian/patches/asn1-ghc-7.10-support
index 8bf9584..40259f8 100644
--- a/p/haskell-asn1-data/debian/patches/asn1-ghc-7.10-support
+++ b/p/haskell-asn1-data/debian/patches/asn1-ghc-7.10-support
@@ -1,11 +1,11 @@
-diff --git a/Data/ASN1/Parse.hs b/Data/ASN1/Parse.hs
-index eeea2be..83bc80e 100644
 --- a/Data/ASN1/Parse.hs
 +++ b/Data/ASN1/Parse.hs
-@@ -24 +24 @@ import Control.Monad.Error
+@@ -21,11 +21,11 @@ module Data.ASN1.Parse
+ import Data.ASN1.Stream
+ import Control.Monad.State
+ import Control.Monad.Error
 -import Control.Applicative ((<$>))
 +import Control.Applicative ((<$>), Applicative)
-@@ -25,7 +25,7 @@ import Control.Applicative ((<$>))
  
  -- | Parse ASN1 Monad
  newtype ParseASN1 a = P { runP :: ErrorT String (State [ASN1]) a }

-- 
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