[Pkg-haskell-commits] [SCM] Packaging for Agda branch, master, updated. debian/2.2.6-2-12-gd426c1f
Iain Lane
laney at ubuntu.com
Sat Feb 27 21:18:24 UTC 2010
The following commit has been merged in the master branch:
commit d426c1f516581f0a650545495f6aa0b265ffb0bf
Author: Iain Lane <laney at ubuntu.com>
Date: Sat Feb 27 20:37:23 2010 +0000
Add procps | hurd build-dep for the ticker
* debian/control: Add missing procps | hurd build-dep so that ps is available
to run the ticker.
diff --git a/debian/changelog b/debian/changelog
index 834bf6b..37f4ac9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+agda (2.2.6-4) UNRELEASED; urgency=low
+
+ * debian/control: Add missing procps | hurd build-dep so that ps is available
+ to run the ticker.
+
+ -- Iain Lane <laney at ubuntu.com> Sat, 27 Feb 2010 20:35:10 +0000
+
agda (2.2.6-3) unstable; urgency=low
[ Iain Lane ]
diff --git a/debian/control b/debian/control
index fc9bb0d..f768148 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,8 @@ Build-Depends: debhelper (>= 7.0),
happy (<< 2),
alex (>= 2.0.1),
alex (<< 3),
- libncurses5-dev
+ libncurses5-dev,
+ procps | hurd
Build-Depends-Indep: ghc6-doc,
libghc6-quickcheck2-doc (>= 2.1.0.2),
libghc6-quickcheck2-doc (<< 2.2.0.0),
--
Packaging for Agda
More information about the Pkg-haskell-commits
mailing list