Bug#944920: Revise terminology used to specify requirements

2019-11-18 Thread Sean Whitton
Hello, On Mon 18 Nov 2019 at 05:34PM -08, Russ Allbery wrote: > Yeah, that was my thought process, but I did totally break my own rule. I > can break this out into a separate change if that makes more sense. I was > trying to reword the sentence to avoid using "no ... may" and trying to > keep

Bug#944920: Revise terminology used to specify requirements

2019-11-18 Thread Russ Allbery
David Bremner writes: > Sean Whitton writes: >>> -No package for a 64 bit architecture may install files in >>> -``/usr/lib64/`` or in a subdirectory of it. >>> +Packages must not install files in ``/usr/lib64`` or in a subdirectory >>> +of it. >> >> This seems to be a semantic c

Bug#944920: Revise terminology used to specify requirements

2019-11-18 Thread David Bremner
Sean Whitton writes: > >> -No package for a 64 bit architecture may install files in >> -``/usr/lib64/`` or in a subdirectory of it. >> +Packages must not install files in ``/usr/lib64`` or in a subdirectory >> +of it. > > This seems to be a semantic change, generalising the requi

Bug#944920: Revise terminology used to specify requirements

2019-11-18 Thread Sean Whitton
Hello, On Sun 17 Nov 2019 at 05:48PM -08, Russ Allbery wrote: > I agree, but let's also fix existing incorrect wording. I reviewed every > instance of may and optional in Policy, and I think this larger diff will > make wording (mostly) consistent. I've tried not to change the sense of > any of

Bug#944325: please fix this unclear and obtuse phrasing in ยง7.8 (suggestion provided)

2019-11-18 Thread gregor herrmann
On Sun, 17 Nov 2019 17:01:21 -0700, Sean Whitton wrote: > On Sun 17 Nov 2019 at 10:29AM -08, Russ Allbery wrote: > > How about: > > > > This field should only be used when there are license or DFSG > > requirements to retain the referenced source package. It should not > > be added so

Processed: Bug#904246 marked as pending in developers-reference

2019-11-18 Thread Debian Bug Tracking System
Processing control commands: > tag -1 pending Bug #904246 [developers-reference] developers-reference: section 6.4 should recommend command -v, not which Added tag(s) pending. -- 904246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904246 Debian Bug Tracking System Contact ow...@bugs.debia

Bug#904246: developers-reference: section 6.4 should recommend command -v, not which

2019-11-18 Thread Holger Levsen
Hi, thanks for your feedback, I've now rewritten the paragraph in question to simply read: If you need to check for the existence of a command, you should use something like :: if command -v install-docs > /dev/null; then ... You can use this function to search ``$PATH`` for a command