[Pkg-haskell-commits] darcs: haskell-hakyll: Add testsuite-generated file not deleted otherwise to debian/rules's clean

Louis Bettens louis at bettens.info
Wed Jul 31 16:12:39 UTC 2013


Mon Jul 29 20:14:21 UTC 2013  Louis Bettens <louis at bettens.info>
  * Add testsuite-generated file not deleted otherwise to debian/rules's clean

    M ./rules +4

Mon Jul 29 20:14:21 UTC 2013  Louis Bettens <louis at bettens.info>
  * Add testsuite-generated file not deleted otherwise to debian/rules's clean
diff -rN -u old-haskell-hakyll/rules new-haskell-hakyll/rules
--- old-haskell-hakyll/rules	2013-07-31 16:12:39.159038117 +0000
+++ new-haskell-hakyll/rules	2013-07-31 16:12:39.187276572 +0000
@@ -10,3 +10,7 @@
 	cp -r debian/tmp-inst-ghc/usr/share/hakyll-* debian/libghc-hakyll-dev/usr/share/
 
 check-ghc-stamp: export LC_ALL := C.UTF-8
+
+# Created by the test suite.
+clean::
+	rm -f foo




More information about the Pkg-haskell-commits mailing list