Your message dated Sun, 27 Aug 2017 22:24:03 -0400 with message-id <[email protected]> and subject line Re: Bug#873381: devscripts: Please add missing scripts/debc to .gitignore has caused the Debian Bug report #873381, regarding devscripts: Please add missing scripts/debc to .gitignore 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.) -- 873381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873381 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: devscripts Version: 2.17.9 Severity: wishlist Tags: patch Hi, I noticed that .gitignore is missing an entry for "scripts/debc" :) Patch attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-diff --git a/.gitignore b/.gitignore index e96730cd..9d43afac 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ scripts/debclean scripts/debcommit scripts/debcommit.1 scripts/debdiff +scripts/debc scripts/debi scripts/debpkg scripts/debpkg-wrapper
--- End Message ---
--- Begin Message ---On Sun, Aug 27, 2017 at 02:04:28AM -0700, Chris Lamb wrote: > I noticed that .gitignore is missing an entry for "scripts/debc" :) > > Patch attached. Feel free to directly commit obvious fixes like this in the future. :) Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB
--- End Message ---
_______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
