Your message dated Thu, 12 Oct 2017 23:38:31 +0300
with message-id 
<CABr9L5C=c_o_+axc0GsvwLjcZByMH+DAQ=ea039t9hzc7e2...@mail.gmail.com>
and subject line Re: debhelper: [PATCH] Spelling fixes
has caused the Debian Bug report #878306,
regarding debhelper: [PATCH] Spelling fixes
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
878306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878306
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debhelper
Version: 10.7.2ubuntu2
Severity: minor

Dear Maintainer,

'git am'able spelling fix patch is attached.

-- System Information:
Debian Release: stretch/sid
  APT prefers artful
  APT policy: (500, 'artful')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-12-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages debhelper depends on:
ii  autotools-dev            20161112.1
ii  binutils                 2.29.1-4ubuntu1
ii  dh-autoreconf            14
ii  dh-strip-nondeterminism  0.038-1
ii  dpkg                     1.18.24ubuntu1
ii  dpkg-dev                 1.18.24ubuntu1
ii  file                     1:5.32-1
ii  libdpkg-perl             1.18.24ubuntu1
ii  man-db                   2.7.6.1-2
ii  perl                     5.26.0-8ubuntu1
ii  po-debconf               1.0.20

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make  2.201608

-- no debconf information
>From 9010d043ebacd63e934e84b34be93608edc94b24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <[email protected]>
Date: Thu, 12 Oct 2017 18:22:12 +0300
Subject: [PATCH] Spelling fixes

---
 debian/changelog    | 4 ++--
 dh_make.1           | 2 +-
 dh_makefont         | 6 +++---
 lib/debian/watch.ex | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 64b3b20..a16122b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -706,7 +706,7 @@ dh-make (0.25) unstable; urgency=low
   * commented our calls to dh_suidregister Closes: #83225
   * Added the dash line to README Closes: #79986
   * deleted add-mail-log info line in changelog as it did evil things.
-    incidently Closes: #83040
+    incidentally Closes: #83040
 
  -- Craig Small <[email protected]>  Tue, 6 Feb 2001 13:29:05 +1100
 
@@ -816,7 +816,7 @@ dh-make (0.14) unstable; urgency=low
 
   * Fixed username guessing (Bug #40528 #40502)
   * PWD now uses `pwd` (Bug #40583)
-  * Case insensitve checks on users input for package type
+  * Case insensitive checks on users input for package type
   * dh_shlibdeps before gencontrol in libs type (Bug #39131)
 
  -- Craig Small <[email protected]>  Fri, 2 Jul 1999 17:13:30 +1000
diff --git a/dh_make.1 b/dh_make.1
index be0d3d5..577067a 100644
--- a/dh_make.1
+++ b/dh_make.1
@@ -157,7 +157,7 @@ checking.
 .TP
 .BR \-d ", " \-\-defaultless
 Skips applying the default templates to the target debian directory. Generally
-used in conjuction with either the \fB\-\-overlay\fR or \fB\-\-templates\fR
+used in conjunction with either the \fB\-\-overlay\fR or \fB\-\-templates\fR
 options.
 .TP
 .BR \-h ", " \-\-help
diff --git a/dh_makefont b/dh_makefont
index 7c66fd6..3b66535 100755
--- a/dh_makefont
+++ b/dh_makefont
@@ -139,7 +139,7 @@ def update_control_file(args):
     This function updates the control file which is generated by dh_make
     1. Section is set to fonts
     2. Priority optional
-    3. if Maintainer is not overriden by --maint DEFAULT_MAINTAINER
+    3. if Maintainer is not overridden by --maint DEFAULT_MAINTAINER
        else use value given by user with --maint
     4. Uploaders is added using DEBEMAIL and DEBFULLNAME environment
        variable
@@ -219,7 +219,7 @@ def update_copyright_file(args):
 
 def create_install_and_links():
     """
-    This function writes install file it checks for availabilty of
+    This function writes install file it checks for availability of
     ttf or otf file and writes a proper install file also if a font
     config .conf file is available creates a links file to do proper
     linking
@@ -379,7 +379,7 @@ def print_todo():
 
 def main():
     """
-    Main part of the script. Kept in seperate function to have a good
+    Main part of the script. Kept in separate function to have a good
     redability
     """
     args = arguments.parse_args()
diff --git a/lib/debian/watch.ex b/lib/debian/watch.ex
index 027175f..859765a 100644
--- a/lib/debian/watch.ex
+++ b/lib/debian/watch.ex
@@ -13,7 +13,7 @@ version=4
 #http://example.com/downloads.html \
 #  files/#PACKAGE#-([\d\.]+)\.tar\.gz debian uupdate
 
-# Uncommment to examine a FTP server
+# Uncomment to examine an FTP server
 #ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
 
 # SourceForge hosted projects
-- 
2.14.1


--- End Message ---
--- Begin Message ---
Ooh, I've made quite a mess here, sorry about that! This one's now a
duplicate of #878309, and I need to locate the _actual_ patch I made
for debhelper from somewhere :(

On Thu, Oct 12, 2017 at 9:51 PM, Niels Thykier <[email protected]> wrote:
> Control: reassign -1 dh-make
>
> On Thu, 12 Oct 2017 18:42:17 +0300 =?utf-8?q?Ville_Skytt=C3=A4?=
> <[email protected]> wrote:
>> Package: debhelper
>> Version: 10.7.2ubuntu2
>> Severity: minor
>>
>> Dear Maintainer,
>>
>> 'git am'able spelling fix patch is attached.
>>
>> [...]
> Hi Ville,
>
> Thanks for the patch.
>
> By the looks of it, it corrects some spelling in "dh-make", which is in
> a separate package from debhelper.  I have reassigned your bug
> accordingly. :)
>
> Thanks,
> ~Niels

--- End Message ---

Reply via email to