[Pkg-haskell-commits] darcs: haskell98-report: debian/rules: Don't	ignore errors on make clean.
    Marco Túlio Gontijo e Silva 
    marcot at debian.org
       
    Mon Mar  8 22:28:24 UTC 2010
    
    
  
Sat Mar  6 02:00:38 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * debian/rules: Don't ignore errors on make clean.
  Ignore-this: 8d12174724a077153e92f35ba3ff7753
    M ./changelog +1
    M ./rules -3 +3
Sat Mar  6 02:00:38 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * debian/rules: Don't ignore errors on make clean.
  Ignore-this: 8d12174724a077153e92f35ba3ff7753
diff -rN -u old-haskell98-report/changelog new-haskell98-report/changelog
--- old-haskell98-report/changelog	2010-03-08 22:28:24.745354517 +0000
+++ new-haskell98-report/changelog	2010-03-08 22:28:24.761355349 +0000
@@ -10,6 +10,7 @@
   * debian/control: Addopt by the Debian Haskell Group.
   * source/format: Use 3.0 (quilt).
   * Remove references to old CVS repo.
+  * debian/rules: Don't ignore errors on make clean.
 
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Fri, 05 Mar 2010 12:39:31 -0300
 
diff -rN -u old-haskell98-report/rules new-haskell98-report/rules
--- old-haskell98-report/rules	2010-03-08 22:28:24.745354517 +0000
+++ new-haskell98-report/rules	2010-03-08 22:28:24.761355349 +0000
@@ -21,9 +21,9 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) clean
-	-$(MAKE) -C ffi clean
-	-$(MAKE) -C hierarchical-modules clean
+	$(MAKE) clean
+	$(MAKE) -C ffi clean
+	$(MAKE) -C hierarchical-modules clean
 	dh_clean
 
 binary-indep: build
    
    
More information about the Pkg-haskell-commits
mailing list