Your message dated Sun, 28 Oct 2007 05:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446049: fixed in dpatch 2.0.28
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dpatch
Version: 2.0.27
Severity: wishlist
Tags: patch

Hi!

I just observed with lintian -I that many man pages in dpatch have the
hyphen-used-as-minus-sign warning. I went about fixing them, and also
updated the FSF address in the copyright file, which fixes another
lintian warning.

This patch applies to the latest dpatch git contents.

HTH.

Kumar
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

dpatch depends on no packages.

Versions of packages dpatch recommends:
ii  dpkg-dev                      1.14.6     package building tools for Debian
ii  fakeroot                      1.7.1      Gives a fake root environment
ii  patchutils                    0.2.31-4   Utilities to work with patches

-- no debconf information
diff --git a/compat/dpatch.make.7 b/compat/dpatch.make.7
index 7549c21..8324c14 100644
--- a/compat/dpatch.make.7
+++ b/compat/dpatch.make.7
@@ -102,7 +102,7 @@ build-stamp: patch-stamp
 clean: clean1 unpatch
 clean1:
        ${MAKE} clean
-       rm -rf debian/files debian/substvars debian/imaginary\-package
+       rm \-rf debian/files debian/substvars debian/imaginary\-package
 
 .PHONY: patch unpatch ...
        .
diff --git a/debian/copyright b/debian/copyright
index 64bf8dc..d4899b6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,7 +23,9 @@ more. :)
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
 
-  You should have received a copy of the GNU General Public License with
-  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
-  if not, write to the Free Software Foundation, Inc., 59 Temple Place,
-  Suite 330, Boston, MA  02111-1307  USA
+  You should have received a copy of the GNU General Public License
+  along with this package; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/dpatch/dpatch.1 b/dpatch/dpatch.1
index 873399d..9238351 100644
--- a/dpatch/dpatch.1
+++ b/dpatch/dpatch.1
@@ -353,7 +353,7 @@ clean:
        $(testdir)
        $(testroot)
        ${MAKE} distclean
-       rm -rf debian/imaginary\-package debian/files debian/substvars
+       rm \-rf debian/imaginary\-package debian/files debian/substvars
 .fi
 .sp
 .RE
@@ -372,7 +372,7 @@ clean\-patched:
        $(testdir)
        $(testroot)
        ${MAKE} distclean
-       rm -rf debian/imaginary\-package debian/files debian/substvars
+       rm \-rf debian/imaginary\-package debian/files debian/substvars
 
 patch: patch\-stamp
 patch\-stamp:
@@ -381,7 +381,7 @@ patch\-stamp:
 
 unpatch:
        dpatch deapply\-all
-       rm -rf patch\-stamp debian/patched
+       rm \-rf patch\-stamp debian/patched
 .fi
 .sp
 .RE
@@ -442,7 +442,7 @@ patch, there is an even easier way:
 .RS
 .sp
 .nf
-dpatch patch-template -p "01_some_patch" "A random patch" \\
+dpatch patch\-template \-p "01_some_patch" "A random patch" \\
        <random.diff >debian/patches/01_some_patch.dpatch
 .fi
 .sp
diff --git a/dpep/dpatch-edit-patch.1 b/dpep/dpatch-edit-patch.1
index b003fe7..0bc71b3 100644
--- a/dpep/dpatch-edit-patch.1
+++ b/dpep/dpatch-edit-patch.1
@@ -332,7 +332,7 @@ the following algorithm:
 3) Should neither of the first two attempts succeed, the email will be
 constructed using the login name of the user running
 .B dpatch\-edit\-patch
-combined with the output of \fBhostname -f\fR.
+combined with the output of \fBhostname \-f\fR.
 .PP
 When
 .B dpatch\-edit\-patch

--- End Message ---
--- Begin Message ---
Source: dpatch
Source-Version: 2.0.28

We believe that the bug you reported is fixed in the latest version of
dpatch, which is due to be installed in the Debian FTP archive:

dpatch_2.0.28.dsc
  to pool/main/d/dpatch/dpatch_2.0.28.dsc
dpatch_2.0.28.tar.gz
  to pool/main/d/dpatch/dpatch_2.0.28.tar.gz
dpatch_2.0.28_all.deb
  to pool/main/d/dpatch/dpatch_2.0.28_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Junichi Uekawa <[EMAIL PROTECTED]> (supplier of updated dpatch package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 28 Oct 2007 13:47:55 +0900
Source: dpatch
Binary: dpatch
Architecture: source all
Version: 2.0.28
Distribution: unstable
Urgency: low
Maintainer: Dpatch Maintainers <[EMAIL PROTECTED]>
Changed-By: Junichi Uekawa <[EMAIL PROTECTED]>
Description: 
 dpatch     - patch maintenance system for Debian source packages
Closes: 316587 316588 440044 443140 443144 444231 446049
Changes: 
 dpatch (2.0.28) unstable; urgency=low
 .
   * Bug fix: "dpatch: manpage refers to DPGO_ORIGTARPATH but real variable
     is DPGO_ORIGTARGZPATH", thanks to Sylvain Le Gall (Closes: #444231).
   * Bug fix: "d-e-p: cmdline flag to automatically append new patch name
     to 00list", thanks to Sandro Tosi (Closes: #316588).
   * Bug fix: "/usr/bin/dpatch-edit-patch: d-e-p: cmdline flag for applying
     all patches when creating new patch", thanks to Sandro Tosi (Closes:
     #316587).
   * Bug fix: "Fix hyphens in man page and update FSF address in
     copyright.", thanks to Kumar Appaiah (Closes: #446049).
   * Bug fix: "dpatch: fails when $HOME contains spaces", thanks to Martin
     Koeppe (Closes: #440044).
   * Bug fix: "dpatch-edit-patch: when tarball retrieve fails, error msg is
     incomplete", thanks to Kurt B. Kaiser (Closes: #443140).
   * Bug fix: "dpatch-get-origtargz: doesn't use canonical tarball name
     for retrieved file", thanks to Kurt B. Kaiser (Closes: #443144).
Files: 
 52477debab951ccd558768143636cfd1 656 devel optional dpatch_2.0.28.dsc
 b490542e9a2e9cfd88832bf19387e528 109609 devel optional dpatch_2.0.28.tar.gz
 060c120328e08c070ae80ad8420ac0f2 87008 devel optional dpatch_2.0.28_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHJBZt2Dd9TugeVcERAtbDAJ9Cgo6Pamtu9RSOBTv4GCarEh+rCgCeIbhY
P6BcYjFouiOtDA5REh3Ge38=
=XKZt
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to