[Pkg-haskell-commits] darcs: darcs: Migrate to dpkg source format	3.0 (quilt).
    Trent W. Buck 
    trentbuck at gmail.com
       
    Sat Mar  6 11:45:35 UTC 2010
    
    
  
Mon Nov 16 05:55:36 UTC 2009  Trent W. Buck <trentbuck at gmail.com>
  * Migrate to dpkg source format 3.0 (quilt).
  Ignore-this: 1d916bfec0bd873a3291c46b3fd44423
    M ./rules -1 +1
    A ./source/
    A ./source/format
Mon Nov 16 05:55:36 UTC 2009  Trent W. Buck <trentbuck at gmail.com>
  * Migrate to dpkg source format 3.0 (quilt).
  Ignore-this: 1d916bfec0bd873a3291c46b3fd44423
diff -rN -u old-darcs/rules new-darcs/rules
--- old-darcs/rules	2010-03-06 11:45:35.410491630 +0000
+++ new-darcs/rules	2010-03-06 11:45:35.434492903 +0000
@@ -3,7 +3,7 @@
 CFLAGS := $(filter-out -g,$(CFLAGS))
 
 %:
-	+dh $(if $(wildcard debian/source/format),,--with quilt) --with bash-completion $@
+	+dh --with bash-completion $@
 override_dh_auto_build: Setup
 	./Setup build
 override_dh_auto_clean: Setup
diff -rN -u old-darcs/source/format new-darcs/source/format
--- old-darcs/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-darcs/source/format	2010-03-06 11:45:35.410491630 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
    
    
More information about the Pkg-haskell-commits
mailing list