[Pkg-haskell-commits] darcs: haskell-haskeline: New upstream version 0.6.4.6.
Clint Adams
clint at debian.org
Sat Feb 25 19:00:22 UTC 2012
Sat Feb 25 19:00:13 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.6.4.6.
Ignore-this: 6f2e1e979b07ac8c20d39434700941c5
M ./changelog -3 +5
M ./control -2 +2
M ./rules +1
Sat Feb 25 19:00:13 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.6.4.6.
Ignore-this: 6f2e1e979b07ac8c20d39434700941c5
diff -rN -u old-haskell-haskeline//changelog new-haskell-haskeline//changelog
--- old-haskell-haskeline//changelog 2012-02-25 19:00:22.191249832 +0000
+++ new-haskell-haskeline//changelog 2012-02-25 19:00:22.199251426 +0000
@@ -1,8 +1,10 @@
-haskell-haskeline (0.6.4.6-1) UNRELEASED; urgency=low
+haskell-haskeline (0.6.4.6-1) unstable; urgency=low
- * New upstream release
+ * New upstream version.
+ * Fix -doc dependency.
+ * Bump to Standards-Version 3.9.3.
- -- Joachim Breitner <nomeata at debian.org> Sat, 04 Feb 2012 11:38:30 +0100
+ -- Clint Adams <clint at debian.org> Sat, 25 Feb 2012 13:39:24 -0500
haskell-haskeline (0.6.4.3-1) unstable; urgency=low
diff -rN -u old-haskell-haskeline//control new-haskell-haskeline//control
--- old-haskell-haskeline//control 2012-02-25 19:00:22.159250194 +0000
+++ new-haskell-haskeline//control 2012-02-25 19:00:22.203249039 +0000
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>, Clint Adams <clint at debian.org>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.8)
, cdbs
@@ -65,7 +65,7 @@
Package: libghc-haskeline-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: A command-line interface for user input, written in Haskell; documentation
diff -rN -u old-haskell-haskeline//rules new-haskell-haskeline//rules
--- old-haskell-haskeline//rules 2012-02-25 19:00:22.155252043 +0000
+++ new-haskell-haskeline//rules 2012-02-25 19:00:22.203249039 +0000
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
DEB_BUILD_DEPENDENCIES = build-arch
+DEB_SETUP_GHC_CONFIGURE_ARGS := --flags=terminfo
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list