[Pkg-haskell-commits] darcs: darcs: Cabal ignores bash completion, so install it via dh.

Trent W. Buck trentbuck at gmail.com
Sat Mar 6 11:45:34 UTC 2010


Mon Nov  2 00:51:12 UTC 2009  Trent W. Buck <trentbuck at gmail.com>
  * Cabal ignores bash completion, so install it via dh.
  Ignore-this: f4b7c5baf9545dfd20f94433837b2567

    A ./bash-completion
    M ./control +1
    M ./rules -1 +1

Mon Nov  2 00:51:12 UTC 2009  Trent W. Buck <trentbuck at gmail.com>
  * Cabal ignores bash completion, so install it via dh.
  Ignore-this: f4b7c5baf9545dfd20f94433837b2567
diff -rN -u old-darcs/bash-completion new-darcs/bash-completion
--- old-darcs/bash-completion	1970-01-01 00:00:00.000000000 +0000
+++ new-darcs/bash-completion	2010-03-06 11:45:34.374436656 +0000
@@ -0,0 +1 @@
+contrib/darcs_completion darcs
diff -rN -u old-darcs/control new-darcs/control
--- old-darcs/control	2010-03-06 11:45:34.370436444 +0000
+++ new-darcs/control	2010-03-06 11:45:34.386437293 +0000
@@ -8,6 +8,7 @@
 # I don't specify lower bounds that can't be violated in Debian.
 # Note that ghc6 (>= 6.10.4) excludes Lenny libs built against 6.8.
 Build-Depends: debhelper (>= 7.0.50), quilt, ghc6 (>= 6.10.4),
+ bash-completion (>= 1:1.1),
  libcurl4-gnutls-dev (>= 7.19.1),
  libghc6-hashed-storage-dev,
  libghc6-haskeline-dev,
diff -rN -u old-darcs/rules new-darcs/rules
--- old-darcs/rules	2010-03-06 11:45:34.370436444 +0000
+++ new-darcs/rules	2010-03-06 11:45:34.390437505 +0000
@@ -3,7 +3,7 @@
 CFLAGS := $(filter-out -g,$(CFLAGS))
 
 %:
-	+dh $(if $(wildcard debian/source/format),,--with quilt) $@
+	+dh $(if $(wildcard debian/source/format),,--with quilt) --with bash-completion $@
 override_dh_auto_build: Setup
 	./Setup build
 override_dh_auto_clean: Setup





More information about the Pkg-haskell-commits mailing list