diff -u zsh-lovers-0.5/debian/control zsh-lovers-0.5/debian/control --- zsh-lovers-0.5/debian/control +++ zsh-lovers-0.5/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Michael Prokop Uploaders: Reinhard Tartler -Build-Depends-Indep: debhelper (>= 4.0.0), gs-common, troffcvt, groff-base, man-db +Build-Depends-Indep: debhelper (>= 4.0.0), gs-common, troffcvt, groff-base, man-db, dpatch Standards-Version: 3.6.2 Package: zsh-lovers diff -u zsh-lovers-0.5/debian/rules zsh-lovers-0.5/debian/rules --- zsh-lovers-0.5/debian/rules +++ zsh-lovers-0.5/debian/rules @@ -1,8 +1,10 @@ #!/usr/bin/make -f +include /usr/share/dpatch/dpatch.make + build: build-stamp -build-stamp: +build-stamp: patch-stamp dh_testdir # save old files @@ -18,7 +20,7 @@ touch build-stamp -clean: +clean: unpatch dh_testdir dh_testroot diff -u zsh-lovers-0.5/debian/changelog zsh-lovers-0.5/debian/changelog --- zsh-lovers-0.5/debian/changelog +++ zsh-lovers-0.5/debian/changelog @@ -1,3 +1,10 @@ +zsh-lovers (0.5-0ubuntu2) feisty; urgency=low + + * debian/patches/01_manpage-fix.dpatch: correct error in manpage. (Closes + Ubuntu #74202) + + -- Lionel Le Folgoc (mr_pouit) Sun, 3 Dec 2006 20:59:25 +0100 + zsh-lovers (0.5-0ubuntu1) breezy; urgency=low Changes by Mika: only in patch2: unchanged: --- zsh-lovers-0.5.orig/debian/patches/01_manpage-fix.dpatch +++ zsh-lovers-0.5/debian/patches/01_manpage-fix.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_manpage-fix.dpatch by Lionel Le Folgoc (mr_pouit) +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad zsh-lovers-0.5~/zsh-lovers.1 zsh-lovers-0.5/zsh-lovers.1 +--- zsh-lovers-0.5~/zsh-lovers.1 2005-06-18 19:24:15.000000000 +0200 ++++ zsh-lovers-0.5/zsh-lovers.1 2006-12-03 20:58:30.000000000 +0100 +@@ -1459,7 +1459,7 @@ + .\"####################################################### + .SS "MISC\-EXAMPLES" + Hint: A list of valid glob Qualifiers can be found in zshexpn(1). See +-``man 1 zshexpn | less -p'' Qualifiers for details. ++``man 1 zshexpn | less -p Qualifiers'' for details. + .sp + Load all available modules at startup + .nf only in patch2: unchanged: --- zsh-lovers-0.5.orig/debian/patches/00list +++ zsh-lovers-0.5/debian/patches/00list @@ -0,0 +1 @@ +01_manpage-fix