[Pkg-haskell-commits] darcs: ghc: fixing gcc lintian warning

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Thu Aug 29 09:27:46 UTC 2013


Thu Aug 29 09:26:55 UTC 2013  Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
  * fixing gcc lintian warning

    M ./changelog +6
    M ./control -2 +1

Thu Aug 29 09:26:55 UTC 2013  Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
  * fixing gcc lintian warning
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2013-08-29 09:27:46.671036724 +0000
+++ new-ghc/changelog	2013-08-29 09:27:46.682563806 +0000
@@ -1,3 +1,9 @@
+ghc (7.6.3-5) UNRELEASED; urgency=low
+
+  * Removing gcc from control file build-deps
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Wed, 28 Aug 2013 16:14:21 +0200
+
 ghc (7.6.3-4) unstable; urgency=low
 
   [ Colin Watson ]
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2013-08-29 09:27:46.647036000 +0000
+++ new-ghc/control	2013-08-29 09:27:46.687037659 +0000
@@ -12,7 +12,6 @@
   ghc,
   grep-dctrl,
   dh-autoreconf,
-  gcc,
   llvm [armel armhf],
   libffi-dev,
   pkg-config,
@@ -33,7 +32,7 @@
 
 Package: ghc
 Architecture: any
-Depends: gcc, llvm [armel armhf], libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: llvm [armel armhf], libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, ${shlibs:Depends}, ${misc:Depends}
 Provides: haskell-compiler, ${provided-devs}, ${haskell:Provides}, ${ghci}
 Replaces: ghc6 (<< 7)
 Conflicts: ghc6 (<< 7), ${provided-devs}




More information about the Pkg-haskell-commits mailing list