[Pkg-haskell-commits] darcs: shelltestrunner: Change install method to cabal copy

Iustin Pop iustin at debian.org
Mon Mar 19 18:54:27 UTC 2012


Mon Mar 19 18:18:12 UTC 2012  Iustin Pop <iustin at debian.org>
  * Change install method to cabal copy
  Ignore-this: f499b7f4c36030320a671d9eeb88cefd

    M ./rules +4
    R ./shelltestrunner.install

Mon Mar 19 18:18:12 UTC 2012  Iustin Pop <iustin at debian.org>
  * Change install method to cabal copy
  Ignore-this: f499b7f4c36030320a671d9eeb88cefd
diff -rN -u old-shelltestrunner//rules new-shelltestrunner//rules
--- old-shelltestrunner//rules	2012-03-19 18:54:26.978249754 +0000
+++ new-shelltestrunner//rules	2012-03-19 18:54:26.986250885 +0000
@@ -6,6 +6,10 @@
 build/$(CABAL_PACKAGE) :: build-ghc-stamp debian/shelltest.1
 
 install/$(CABAL_PACKAGE) :: build/$(CABAL_PACKAGE)
+	$(DEB_SETUP_BIN_NAME) copy \
+	  --builddir=dist-ghc \
+	  --destdir=debian/$(CABAL_PACKAGE)
+	rm -rf debian/$(CABAL_PACKAGE)/usr/share/doc
 
 debian/shelltest.1: debian/shelltest.md
 	pandoc -s -w man $< -o $@
diff -rN -u old-shelltestrunner//shelltestrunner.install new-shelltestrunner//shelltestrunner.install
--- old-shelltestrunner//shelltestrunner.install	2012-03-19 18:54:26.974249691 +0000
+++ new-shelltestrunner//shelltestrunner.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-dist-ghc/build/shelltest/shelltest /usr/bin





More information about the Pkg-haskell-commits mailing list