[Pkg-haskell-commits] r1106 - in /packages/c2hs/trunk: c2hs/c/CLexer.hs c2hs/c/CParser.hs debian/changelog debian/patches/03_fix-man-page.dpatch debian/rules

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sun Mar 16 16:19:45 UTC 2008


Author: arjan
Date: Sun Mar 16 16:19:45 2008
New Revision: 1106

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1106
Log:
 r2690 at nebula:  arjan | 2008-03-16 16:15:16 +0100
 releasing version 0.15.1-3

Added:
    packages/c2hs/trunk/debian/patches/03_fix-man-page.dpatch   (with props)
Removed:
    packages/c2hs/trunk/c2hs/c/CLexer.hs
    packages/c2hs/trunk/c2hs/c/CParser.hs
Modified:
    packages/c2hs/trunk/debian/changelog
    packages/c2hs/trunk/debian/rules

Modified: packages/c2hs/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/trunk/debian/changelog?rev=1106&op=diff
==============================================================================
--- packages/c2hs/trunk/debian/changelog (original)
+++ packages/c2hs/trunk/debian/changelog Sun Mar 16 16:19:45 2008
@@ -6,6 +6,8 @@
     - Added debian/patches/03_fix-man-page to fix lintian warning: 
       c2hs: manpage-has-errors-from-man usr/share/man/man1/c2hs.1.gz 
       109: warning: `Bc2hs' not defined.
+  * debian/rules:
+    - Remove configure-stamp on clean.
 
  -- Arjan Oosting <arjan at debian.org>  Sun, 16 Mar 2008 15:36:20 +0100
 

Added: packages/c2hs/trunk/debian/patches/03_fix-man-page.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/trunk/debian/patches/03_fix-man-page.dpatch?rev=1106&op=file
==============================================================================
--- packages/c2hs/trunk/debian/patches/03_fix-man-page.dpatch (added)
+++ packages/c2hs/trunk/debian/patches/03_fix-man-page.dpatch Sun Mar 16 16:19:45 2008
@@ -1,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_fix-man-page.dpatch by Arjan Oosting <arjan at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix lintian warning: manpage-has-errors-from-man
+## DP: usr/share/man/man1/c2hs.1.gz 109: warning: `Bc2hs' not defined
+
+ at DPATCH@
+diff -urNad c2hs~/doc/man1/c2hs.1 c2hs/doc/man1/c2hs.1
+--- c2hs~/doc/man1/c2hs.1	2008-01-06 23:20:00.000000000 +0100
++++ c2hs/doc/man1/c2hs.1	2008-03-16 14:43:53.000000000 +0100
+@@ -106,7 +106,7 @@
+ automatically, passing the appropriate flags.
+ 
+ When used directly, 
+-.Bc2hs
++.B c2hs
+ is usually called as:
+ 
+ .B c2hs

Propchange: packages/c2hs/trunk/debian/patches/03_fix-man-page.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/c2hs/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/trunk/debian/rules?rev=1106&op=diff
==============================================================================
--- packages/c2hs/trunk/debian/rules (original)
+++ packages/c2hs/trunk/debian/rules Sun Mar 16 16:19:45 2008
@@ -70,7 +70,7 @@
 clean-patched: 
 	dh_testdir
 	dh_testroot
-	rm -f build-arch-stamp build-indep-stamp
+	rm -f build-arch-stamp build-indep-stamp configure-stamp
 	if [ -e setup ] && [ -e .setup-config ] ; then ./setup clean ; fi
 	rm -rf dist
 	# remove Cabal setup files




More information about the Pkg-haskell-commits mailing list