[Pkg-haskell-commits] darcs: haskell-maccatcher: New upstream version 2.1.5.
Clint Adams
clint at debian.org
Wed Jan 25 02:23:02 UTC 2012
Wed Jan 25 02:21:44 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 2.1.5.
Ignore-this: 64583be9fe6c94fbe59d21d60c306042
M ./changelog +7
A ./patches/
A ./patches/sbin-ifconfig.diff
A ./patches/series
Wed Jan 25 02:21:44 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 2.1.5.
Ignore-this: 64583be9fe6c94fbe59d21d60c306042
diff -rN -u old-haskell-maccatcher//changelog new-haskell-maccatcher//changelog
--- old-haskell-maccatcher//changelog 2012-01-25 02:23:02.010358116 +0000
+++ new-haskell-maccatcher//changelog 2012-01-25 02:23:02.014344687 +0000
@@ -1,3 +1,10 @@
+haskell-maccatcher (2.1.5-1) unstable; urgency=low
+
+ * New upstream version.
+ * Patch to hardcode path to ifconfig.
+
+ -- Clint Adams <clint at debian.org> Tue, 24 Jan 2012 21:17:20 -0500
+
haskell-maccatcher (2.1.4-1) unstable; urgency=low
* New upstream version.
diff -rN -u old-haskell-maccatcher//patches/sbin-ifconfig.diff new-haskell-maccatcher//patches/sbin-ifconfig.diff
--- old-haskell-maccatcher//patches/sbin-ifconfig.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maccatcher//patches/sbin-ifconfig.diff 2012-01-25 02:23:02.014344687 +0000
@@ -0,0 +1,11 @@
+--- a/System/Info/MAC/Fetch.hs
++++ b/System/Info/MAC/Fetch.hs
+@@ -36,7 +36,7 @@
+ return outputs
+ where
+ cmd | os == "mingw32" = "ipconfig /all"
+- | otherwise = "LANG=C ifconfig"
++ | otherwise = "LANG=C /sbin/ifconfig"
+
+
+
diff -rN -u old-haskell-maccatcher//patches/series new-haskell-maccatcher//patches/series
--- old-haskell-maccatcher//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-maccatcher//patches/series 2012-01-25 02:23:02.014344687 +0000
@@ -0,0 +1 @@
+sbin-ifconfig.diff
More information about the Pkg-haskell-commits
mailing list