[Pkg-haskell-commits] r1241 - in /packages/haskell-devscripts/trunk: Dh_Haskell.pm debian/changelog debian/control
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Jul 20 08:40:59 UTC 2008
Author: arjan
Date: Sun Jul 20 08:40:58 2008
New Revision: 1241
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1241
Log:
r221 at reddwarf: arjan | 2008-07-20 01:51:32 +0200
* Apply patch from Chris Lamb to prevent other packages
from FTBFS (Closes: #491506)
* debian/control:
- Bump Standards-Version to 3.8.0. No changes needed.
* Raise urgency to get this small fix in Lenny
Modified:
packages/haskell-devscripts/trunk/Dh_Haskell.pm
packages/haskell-devscripts/trunk/debian/changelog
packages/haskell-devscripts/trunk/debian/control
Modified: packages/haskell-devscripts/trunk/Dh_Haskell.pm
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/Dh_Haskell.pm?rev=1241&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/Dh_Haskell.pm (original)
+++ packages/haskell-devscripts/trunk/Dh_Haskell.pm Sun Jul 20 08:40:58 2008
@@ -52,7 +52,7 @@
sub cabal_version_ge {
my $requested_version = shift;
- my $version = `ghc-pkg field Cabal version`;
+ my $version = `ghc-pkg6 field Cabal version`;
chomp $version;
$version =~ s/version: // ;
system("dpkg --compare-versions $version ge $requested_version");
Modified: packages/haskell-devscripts/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/debian/changelog?rev=1241&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/debian/changelog (original)
+++ packages/haskell-devscripts/trunk/debian/changelog Sun Jul 20 08:40:58 2008
@@ -1,3 +1,13 @@
+haskell-devscripts (0.6.13~pre1) unstable; urgency=medium
+
+ * Apply patch from Chris Lamb to prevent other packages
+ from FTBFS (Closes: #491506)
+ * debian/control:
+ - Bump Standards-Version to 3.8.0. No changes needed.
+ * Raise urgency to get this small fix in Lenny
+
+ -- Arjan Oosting <arjan at debian.org> Sat, 19 Jul 2008 20:52:13 +0200
+
haskell-devscripts (0.6.12) unstable; urgency=low
* dh_haskell_configure:
Modified: packages/haskell-devscripts/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/debian/control?rev=1241&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/debian/control (original)
+++ packages/haskell-devscripts/trunk/debian/control Sun Jul 20 08:40:58 2008
@@ -5,7 +5,7 @@
Uploaders: John Goerzen <jgoerzen at complete.org>
Build-Depends: debhelper (>= 4.0.0)
Build-Depends-Indep: perl
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-devscripts/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk
More information about the Pkg-haskell-commits
mailing list