- Package:
- devscripts
- Source:
- devscripts
- Description:
- scripts to make the life of a Debian Package maintainer easier
- Submitter:
- Enrico Zini
- Date:
- 2014-09-06 18:12:24 UTC
- Severity:
- wishlist
Hello,
thank you for maintaining devscripts.
When there are comaintainers for a package, dch uses their full name
in square brackets to credit them, like this:
package (1.42) unstable; urgency=low
[ Brian Nelson ]
* Fooed the bar
[ Luca Bruno ]
* Barred the foo
--- /etc/devscripts.conf ---
--- ~/.devscripts ---
Not present
Hi Enrico! * Enrico Zini <enrico@debian.org>, 2014-08-24, 16:54: them distracting. I hope this feature is not going to be implemented. Disclaimer: IANA devscripts maintainer, just a random dch(1) user, and a keen changelog reader.
I still don't find it fair that we fail to attribute contributions to the people that have made them. Can you think of a way of fixing the attribution problem that would be more acceptable to you? Enrico
I don't intend devscripts to dictate style here. Even the existing entry headers were only added to dch after they became fairly commonly used among team maintained packages. We're not failing to attribute. We're just not providing enough information for an uninvolved party to differentiate between two people with the same name. Use a VCS that allows distinguishing between author and committer, or at the very least allows maintaining authorship when applying patches from contributors. Not every contribution to a package is necessarily documented in d/changelog, so I don't think using that as the definitive source of information or reducing readability is particularly useful. I do think your effort to increase visibility of contributions is useful, but I'm not sure if this is the best way to go about achieving that goal. Cheers,