[Pkg-haskell-commits] darcs: haskell-debian: Install packages, add Dependencies

Joachim Breitner mail at joachim-breitner.de
Sat May 1 19:49:54 UTC 2010


Sat May  1 19:40:59 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Install packages, add Dependencies
  Ignore-this: 5a3e4ef61f04f95335f5efe5cbd6b4ce

    M ./control -3 +20
    M ./rules +9

Sat May  1 19:40:59 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Install packages, add Dependencies
  Ignore-this: 5a3e4ef61f04f95335f5efe5cbd6b4ce
diff -rN -u old-haskell-debian/control new-haskell-debian/control
--- old-haskell-debian/control	2010-05-01 19:49:54.700516379 +0000
+++ new-haskell-debian/control	2010-05-01 19:49:54.704516590 +0000
@@ -8,10 +8,27 @@
   , haskell-devscripts (>= 0.7)
   , ghc6
   , ghc6-prof
-  , libghc6-bar-dev
-  , libghc6-bar-prof
+  , libghc6-mtl-dev
+  , libghc6-mtl-prof
+  , libghc6-regex-compat-dev
+  , libghc6-regex-compat-prof
+  , libghc6-regex-posix-dev
+  , libghc6-regex-posix-prof
+  , libghc6-bzlib-dev
+  , libghc6-bzlib-prof
+  , libghc6-haxml-dev
+  , libghc6-haxml-prof
+  , libghc6-unixutils-dev
+  , libghc6-unixutils-prof
+  , libghc6-zlib-dev
+  , libghc6-zlib-prof
 Build-Depends-Indep: ghc6-doc
-  , libghc6-bar-doc
+  , libghc6-mtl-doc
+  , libghc6-regex-compat-doc
+  , libghc6-regex-posix-doc
+  , libghc6-bzlib-doc
+  , libghc6-unixutils-doc
+  , libghc6-zlib-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/debian
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-debian
diff -rN -u old-haskell-debian/rules new-haskell-debian/rules
--- old-haskell-debian/rules	2010-05-01 19:49:54.700516379 +0000
+++ new-haskell-debian/rules	2010-05-01 19:49:54.704516590 +0000
@@ -4,3 +4,12 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-debian-utils :: build-ghc6-stamp
+
+install/haskell-debian-utils :: build/haskell-debian-utils
+	mkdir -p debian/haskell-debian-utils/usr/bin
+	for x in apt-get-build-depends cabal-debian debian-report fakechanges; do \
+	  install -m 755 dist-ghc6/build/$$x/$$x debian/haskell-debian-utils/usr/bin/$$x; \
+	done
+





More information about the Pkg-haskell-commits mailing list