[Pkg-haskell-commits] darcs: gtk2hs-buildtools: New upstream version 0.12.1.
Clint Adams
clint at debian.org
Sat Dec 24 15:10:00 UTC 2011
Sat Dec 24 15:09:48 UTC 2011 Clint Adams <clint at debian.org>
* New upstream version 0.12.1.
Ignore-this: 684601d3a92ad9ffc60d874c586aefd1
M ./changelog -2 +7
R ./patches/alex3.patch
M ./patches/series -1
M ./rules -1 +1
Sat Dec 24 15:09:48 UTC 2011 Clint Adams <clint at debian.org>
* New upstream version 0.12.1.
Ignore-this: 684601d3a92ad9ffc60d874c586aefd1
diff -rN -u old-gtk2hs-buildtools//changelog new-gtk2hs-buildtools//changelog
--- old-gtk2hs-buildtools//changelog 2011-12-24 15:10:00.171670114 +0000
+++ new-gtk2hs-buildtools//changelog 2011-12-24 15:10:00.175671860 +0000
@@ -1,8 +1,13 @@
-gtk2hs-buildtools (0.12.0-4) UNRELEASED; urgency=low
+gtk2hs-buildtools (0.12.1-1) unstable; urgency=low
+ [ Joachim Breitner ]
* Clean up debian/patches
- -- Joachim Breitner <nomeata at debian.org> Tue, 06 Sep 2011 08:32:28 +0200
+ [ Clint Adams ]
+ * New upstream version.
+ - Drop alex3 patch.
+
+ -- Clint Adams <clint at debian.org> Sat, 24 Dec 2011 10:00:05 -0500
gtk2hs-buildtools (0.12.0-3) unstable; urgency=low
diff -rN -u old-gtk2hs-buildtools//patches/alex3.patch new-gtk2hs-buildtools//patches/alex3.patch
--- old-gtk2hs-buildtools//patches/alex3.patch 2011-12-24 15:10:00.139670601 +0000
+++ new-gtk2hs-buildtools//patches/alex3.patch 1970-01-01 00:00:00.000000000 +0000
@@ -1,26 +0,0 @@
-Index: gtk2hs-buildtools-0.12.0/c2hs/c/CLexer.x
-===================================================================
---- gtk2hs-buildtools-0.12.0.orig/c2hs/c/CLexer.x 2011-09-06 08:42:27.000000000 +0200
-+++ gtk2hs-buildtools-0.12.0/c2hs/c/CLexer.x 2011-09-06 08:42:32.000000000 +0200
-@@ -78,6 +78,8 @@
- import CTokens
- import CParserMonad
-
-+import Data.Word (Word8)
-+
- }
-
- $space = [ \ \t ] -- horizontal white space
-@@ -390,6 +392,12 @@
- alexInputPrevChar :: AlexInput -> Char
- alexInputPrevChar _ = error "alexInputPrevChar not used"
-
-+-- for alex 3
-+alexGetByte :: AlexInput -> Maybe (Word8, AlexInput)
-+alexGetByte (p,[]) = Nothing
-+alexGetByte (p, (c:s)) = let p' = alexMove p c in p' `seq`
-+ Just ((fromIntegral $ ord c), (p', s))
-+
- alexGetChar :: AlexInput -> Maybe (Char,AlexInput)
- alexGetChar (p,[]) = Nothing
- alexGetChar (p,(c:s)) = let p' = alexMove p c in p' `seq`
diff -rN -u old-gtk2hs-buildtools//patches/series new-gtk2hs-buildtools//patches/series
--- old-gtk2hs-buildtools//patches/series 2011-12-24 15:10:00.139670601 +0000
+++ new-gtk2hs-buildtools//patches/series 2011-12-24 15:10:00.183670098 +0000
@@ -1,3 +1,2 @@
manpages.patch
BangPatterns.patch
-alex3.patch
diff -rN -u old-gtk2hs-buildtools//rules new-gtk2hs-buildtools//rules
--- old-gtk2hs-buildtools//rules 2011-12-24 15:10:00.139670601 +0000
+++ new-gtk2hs-buildtools//rules 2011-12-24 15:10:00.183670098 +0000
@@ -10,4 +10,4 @@
install/gtk2hs-buildtools::
$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc \
--destdir=debian/gtk2hs-buildtools/
- rm -r debian/gtk2hs-buildtools/usr/share/doc/gtk2hs-buildtools-0.12.0
+ rm -r debian/gtk2hs-buildtools/usr/share/doc/gtk2hs-buildtools-0.12.1
More information about the Pkg-haskell-commits
mailing list