[Pkg-haskell-commits] darcs: bnfc: Import version 2.2-3.1

Barry deFreese bddebian at comcast.net
Sat May 11 12:01:35 UTC 2013


Sat May 11 11:51:03 UTC 2013  Barry deFreese <bddebian at comcast.net>
  * Import version 2.2-3.1
  Ignore-this: dde568d801fcfb14ac1f843763e2f840

    M ./changelog +17
    M ./control -2 +1
    M ./rules -1 +1

Sat May 11 11:51:03 UTC 2013  Barry deFreese <bddebian at comcast.net>
  * Import version 2.2-3.1
  Ignore-this: dde568d801fcfb14ac1f843763e2f840
diff -rN -u old-bnfc//changelog new-bnfc//changelog
--- old-bnfc//changelog	2013-05-11 12:01:35.138025481 +0000
+++ new-bnfc//changelog	2013-05-11 12:01:35.357529591 +0000
@@ -1,3 +1,14 @@
+bnfc (2.2-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert copyright to UTF-8.
+  * Update FSF address.
+  * Move Homepage from package description to source header.
+  * Make clean not ignore errors.
+  * Replace tabs with spaces in source files. (Closes: #460386)
+
+ -- Barry deFreese <bddebian at comcast.net>  Fri, 11 Apr 2008 10:15:28 -0400
+
 bnfc (2.2-3) unstable; urgency=medium
 
   * The "GHC 6.6 broke my toy" release.
@@ -60,3 +71,9 @@
  
  -- Antti-Juhani Kaijanaho <ajk at debian.org>  Sun, 21 Mar 2004 12:41:54 +0200
 
+bnfc (2.2-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replace tabs with spaces in source files. (Closes: #460386)
+
+ -- Barry deFreese <bdefreese at debian2.bddebian.com>  Fri, 11 Apr 2008 10:15:28 -0400
diff -rN -u old-bnfc//control new-bnfc//control
--- old-bnfc//control	2013-05-11 12:01:35.118026461 +0000
+++ new-bnfc//control	2013-05-11 12:01:35.345525750 +0000
@@ -4,6 +4,7 @@
 Maintainer: Antti-Juhani Kaijanaho <ajk at debian.org>
 Build-Depends: ghc6 (>= 6.4-4.1)
 Standards-Version: 3.7.2
+Homepage: http://www.cs.chalmers.se/~markus/BNFC/
 
 Package: bnfc
 Architecture: any
@@ -28,5 +29,3 @@
  .
  To process the generated documents, you need LaTeX (packages
  tetex-base, tetex-bin, etc.).
- .
-  Homepage: http://www.cs.chalmers.se/~markus/BNFC/
diff -rN -u old-bnfc//rules new-bnfc//rules
--- old-bnfc//rules	2013-05-11 12:01:35.118026461 +0000
+++ new-bnfc//rules	2013-05-11 12:01:35.278026592 +0000
@@ -10,7 +10,7 @@
 	touch $@
 
 clean-build:
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	$(RM) bnfc
 	$(RM) $(shell find . -name *~)
 





More information about the Pkg-haskell-commits mailing list