[Pkg-cli-libs-commits] r3870 - in /packages/nemerle/trunk/debian: changelog patches/00list patches/12_fix-manpage.dpatch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sat Nov 1 21:40:10 UTC 2008


Author: hanska-guest
Date: Sat Nov  1 21:40:10 2008
New Revision: 3870

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3870
Log:
* debian/patches:
  - 12_fix-manpage.dpatch added (fixes hyphen-used-as-minus-sign)

Added:
    packages/nemerle/trunk/debian/patches/12_fix-manpage.dpatch   (with props)
Modified:
    packages/nemerle/trunk/debian/changelog
    packages/nemerle/trunk/debian/patches/00list

Modified: packages/nemerle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/nemerle/trunk/debian/changelog?rev=3870&op=diff
==============================================================================
--- packages/nemerle/trunk/debian/changelog (original)
+++ packages/nemerle/trunk/debian/changelog Sat Nov  1 21:40:10 2008
@@ -12,8 +12,10 @@
     - get-orig-source target added: should now provide the original (repacked)
       tarball.
     - conditionally run $(MAKE) clean.
+  * debian/patches:
+    - 12_fix-manpage.dpatch added (fixes hyphen-used-as-minus-sign)
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 01 Nov 2008 22:35:02 +0100
+ -- David Paleino <d.paleino at gmail.com>  Sat, 01 Nov 2008 22:39:51 +0100
 
 nemerle (0.9.3+dfsg-2) unstable; urgency=low
 

Modified: packages/nemerle/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/nemerle/trunk/debian/patches/00list?rev=3870&op=diff
==============================================================================
--- packages/nemerle/trunk/debian/patches/00list (original)
+++ packages/nemerle/trunk/debian/patches/00list Sat Nov  1 21:40:10 2008
@@ -1,2 +1,3 @@
 10_fix-Makefiles.dpatch
 11_disable-cs2n.dpatch
+12_fix-manpage.dpatch

Added: packages/nemerle/trunk/debian/patches/12_fix-manpage.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/nemerle/trunk/debian/patches/12_fix-manpage.dpatch?rev=3870&op=file
==============================================================================
--- packages/nemerle/trunk/debian/patches/12_fix-manpage.dpatch (added)
+++ packages/nemerle/trunk/debian/patches/12_fix-manpage.dpatch Sat Nov  1 21:40:10 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 12_fix-manpage.dpatch by David Paleino <d.paleino at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes hyphen-used-as-minus-sign lintian warning.
+
+ at DPATCH@
+diff -urNad nemerle-0.9.3+dfsg~/doc/ncc.1 nemerle-0.9.3+dfsg/doc/ncc.1
+--- nemerle-0.9.3+dfsg~/doc/ncc.1	2005-04-28 15:34:36.000000000 +0200
++++ nemerle-0.9.3+dfsg/doc/ncc.1	2008-11-01 22:38:58.000000000 +0100
+@@ -40,7 +40,7 @@
+ Nemerle is a new programming language with strong polymorphic typing
+ targeted to .NET platform.
+ 
+-Warning: this documentation is outdated. Please use ncc --help for an up to date
++Warning: this documentation is outdated. Please use ncc \-\-help for an up to date
+ list of options.
+ 
+ .SH OPTIONS

Propchange: packages/nemerle/trunk/debian/patches/12_fix-manpage.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-cli-libs-commits mailing list