[Pkg-haskell-commits] darcs: threadscope: Replace hard-coded name with variable

Iustin Pop iustin at debian.org
Mon Mar 19 18:29:23 UTC 2012


Mon Mar 19 18:20:26 UTC 2012  Iustin Pop <iustin at debian.org>
  * Replace hard-coded name with variable
  Ignore-this: 7b55afcf58c144895df95117cafe04ff
  
  Make the "rm -rf debian/threadscope/usr/share/doc" more generic by using
  $(CABAL_PACKAGE) instead of "threascope".

    M ./rules -3 +1

Mon Mar 19 18:20:26 UTC 2012  Iustin Pop <iustin at debian.org>
  * Replace hard-coded name with variable
  Ignore-this: 7b55afcf58c144895df95117cafe04ff
  
  Make the "rm -rf debian/threadscope/usr/share/doc" more generic by using
  $(CABAL_PACKAGE) instead of "threascope".
diff -rN -u old-threadscope//rules new-threadscope//rules
--- old-threadscope//rules	2012-03-19 18:29:22.995365227 +0000
+++ new-threadscope//rules	2012-03-19 18:29:22.998420244 +0000
@@ -9,6 +9,4 @@
 
 install/$(CABAL_PACKAGE) :: build/$(CABAL_PACKAGE)
 	$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc --destdir=debian/$(CABAL_PACKAGE)
-	rm -rf debian/threadscope/usr/share/doc
-
-
+	rm -rf debian/$(CABAL_PACKAGE)/usr/share/doc





More information about the Pkg-haskell-commits mailing list