[Pkg-haskell-commits] darcs: haskell-cereal: prepare 0.3.0.0-2
takaki at asis.media-as.org
takaki at asis.media-as.org
Fri Apr 8 06:48:41 UTC 2011
Fri Apr 8 06:46:23 UTC 2011 takaki at asis.media-as.org
* prepare 0.3.0.0-2
Ignore-this: 298b50c9d9e87054e4d5b8c64c393ce2
M ./changelog -3 +2
M ./control -3 +3
M ./watch -1 +5
Fri Apr 8 06:46:23 UTC 2011 takaki at asis.media-as.org
* prepare 0.3.0.0-2
Ignore-this: 298b50c9d9e87054e4d5b8c64c393ce2
diff -rN -u old-haskell-cereal/changelog new-haskell-cereal/changelog
--- old-haskell-cereal/changelog 2011-04-08 06:48:41.263157823 +0000
+++ new-haskell-cereal/changelog 2011-04-08 06:48:41.267158034 +0000
@@ -1,9 +1,8 @@
-haskell-cereal (0.3.0.0-2) UNRELEASED; urgency=low
+haskell-cereal (0.3.0.0-2) unstable; urgency=low
- * NOT RELEASED YET
* use ghc instead of ghc6. (Closes: #617574)
- -- TANIGUCHI Takaki <takaki at debian.org> Thu, 07 Apr 2011 17:36:01 +0900
+ -- TANIGUCHI Takaki <takaki at debian.org> Fri, 08 Apr 2011 15:38:58 +0900
haskell-cereal (0.3.0.0-1) unstable; urgency=low
diff -rN -u old-haskell-cereal/control new-haskell-cereal/control
--- old-haskell-cereal/control 2011-04-08 06:48:41.263157823 +0000
+++ new-haskell-cereal/control 2011-04-08 06:48:41.267158034 +0000
@@ -16,7 +16,7 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: A binary serialization library
+Description: binary serialization library
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
@@ -31,7 +31,7 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: A binary serialization library; profiling library
+Description: binary serialization library; profiling library
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
@@ -46,7 +46,7 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: A binary serialization library; documentation
+Description: binary serialization library; documentation
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
diff -rN -u old-haskell-cereal/watch new-haskell-cereal/watch
--- old-haskell-cereal/watch 2011-04-08 06:48:41.263157823 +0000
+++ new-haskell-cereal/watch 2011-04-08 06:48:41.263157823 +0000
@@ -1,2 +1,6 @@
version=3
-opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz| http://hackage.haskell.org/packages/archive/cereal ([\d\.]*\d)/
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|cereal-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/cereal \
+ ([\d\.]*\d)/
+
More information about the Pkg-haskell-commits
mailing list