[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#834649: marked as done (link-grammar: typo in debian/rules (override_dh_auto-clean -> override_dh_auto_clean))



Your message dated Wed, 17 Aug 2016 17:51:13 -0400
with message-id <CAJ=zHHqXsFJAmdr33JLGvKqZZqEGNMdN3itgdMcKdnz4Pw3J_Q@mail.gmail.com>
and subject line Re: Bug#834649: link-grammar: typo in debian/rules (override_dh_auto-clean -> override_dh_auto_clean)
has caused the Debian Bug report #834649,
regarding link-grammar: typo in debian/rules (override_dh_auto-clean -> override_dh_auto_clean)
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 owner@bugs.debian.org
immediately.)


-- 
834649: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834649
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: link-grammar
Version: 5.3.8-1
Severity: normal
Tags: patch

Hi,

I believe there is a typo in your debian/rules (override_dh_auto-clean ->
override_dh_auto_clean)

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index d89f0dd..cea7282 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND= -Wl,-O1 -Wl,--as-needed
 %:
 	dh $@ --parallel --with autoreconf,python2
 
-override_dh_auto-clean:
+override_dh_auto_clean:
 	dh_auto_clean
 	rm -r bin/org
 	rm linkgrammar-*.jar

--- End Message ---
--- Begin Message ---
On Wed, Aug 17, 2016 at 4:25 PM, Chris Lamb <lamby@debian.org> wrote:
> I believe there is a typo in your debian/rules (override_dh_auto-clean ->
> override_dh_auto_clean)

Thank you, but I fixed it before you this time! ;)

See https://lists.debian.org/debian-devel-changes/2016/08/msg01753.html

--- End Message ---

Reply to: