mass bug filing about packages manipulating/deleting shipped files
* Philipp Kern <pkern@debian.org>, 2012-09-19, 18:25:
I've never seen somebody starting to use "conffile" when he really
meant "configuration file".
Obviously you don't hang out at #debian-mentors.
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120919163119.GA2922@jwilk.net">http://lists.debian.org/20120919163119.GA2922@jwilk.net
09-19-2012, 07:27 PM
Jean-Christophe Dubacq
mass bug filing about packages manipulating/deleting shipped files
On 19/09/2012 17:52, Jonas Smedegaard wrote:
> On 12-09-19 at 05:27pm, Tollef Fog Heen wrote:
>> ]] Jean-Christophe Dubacq
>>
>>> And this means that automatic management is hard, because they are
>>> generated by scripts, and as such, not easy to store, compare to
>>> default, etc.
>>
>> «default» doesn't really make any sense when it's a template that's
>> filled in by debconf/maintainer scripts.
>
> In most cases default means what is consistently resolved when
> installing the package non-interactively.
>
> ...but for packages whose postinst scripts actually taking MAC address,
> moon phase or other out-of-band data into account, you are right.
What one wants usually is all manually entered modifications. So, the
result of the postinst script in non-interactive mode is exactly what I
want (to be able to diff against).
Sincerly,
--
Jean-Christophe Dubacq
09-21-2012, 08:01 AM
Thomas Goirand
mass bug filing about packages manipulating/deleting shipped files
On 09/20/2012 12:25 AM, Philipp Kern wrote:
I've never seen somebody starting to use "conffile" when he really meant
"configuration file".
I've never seen it either.
But I've seen many instances of the following:
- A knowledgeable DD write about "conffiles"
- a newbie writing "yes but my configuration files"
- Then the DD writing "I really meant conffiles, not configuration file"
As Jakub wrote: search for "conffiles" in the -mentors list, and I guess
you'll see.
So this *is* a confusing word which I don't like.
Thomas
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 505C1EEB.6090200@debian.org">http://lists.debian.org/505C1EEB.6090200@debian.org
09-21-2012, 12:30 PM
Andreas Beckmann
mass bug filing about packages manipulating/deleting shipped files
The mirror package applies some patches during postinst to conform with
the license.
Wouldn't it be better to ship the "source" in /usr/share/mirror/source/,
copy these to /var/lib/mirror/ during postinst and apply the patch there
and ship symlinks to /var/lib/mirror/* in /usr/bin, /usr/share/mirror?
These seem to be some state/registry/... files that are updated during
postinst.
What should we do with these? Unfortunately I didn't find a policy
reference that forbids this ...
Andreas
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 505C5DFA.9060102@abeckmann.de">http://lists.debian.org/505C5DFA.9060102@abeckmann.de
09-21-2012, 12:57 PM
Jakub Wilk
mass bug filing about packages manipulating/deleting shipped files
* Andreas Beckmann <debian@abeckmann.de>, 2012-09-21, 14:30:
The mirror package applies some patches during postinst to conform with
the license.
Really? I didn't read the license, but either it's not neccessary, or
it's a DFSG§4 violation: “The license must explicitly permit
distribution of software built from modified source code.â€
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120921125714.GA441@jwilk.net">http://lists.debian.org/20120921125714.GA441@jwilk.net
09-21-2012, 05:19 PM
Russ Allbery
mass bug filing about packages manipulating/deleting shipped files
Jakub Wilk <jwilk@debian.org> writes:
> Really? I didn't read the license, but either it's not neccessary, or
> it's a DFSG§4 violation: “The license must explicitly permit
> distribution of software built from modified source code.â€
I'm not sure why mirror is still doing this, given the correspondence
recorded in the mirror copyright file which says that patching in the
Debian *.diff.gz file is perfectly fine.
The license is not particularly well-written, but given the clarifying
correspondence, the intent appears to be to allow distributing of the
pristine source plus patch files.
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 87vcf7b8fu.fsf@windlord.stanford.edu">http://lists.debian.org/87vcf7b8fu.fsf@windlord.stanford.edu
09-23-2012, 05:21 PM
Darren Salt
mass bug filing about packages manipulating/deleting shipped files
I demand that Andreas Beckmann may or may not have written...
> These seem to be some state/registry/... files that are updated during
> postinst.
That and gxine.desktop (at least) are updated then because the list of
supported MIME types may vary depending on which xine-lib packages are
installed.
> What should we do with these? Unfortunately I didn't find a policy
> reference that forbids this ...
If you have better ideas concerning these, I'm listening...
--
| _ | Darren Salt, using Debian GNU/Linux (and Android)
| ( ) |
| X | ASCII Ribbon campaign against HTML e-mail
| / | http://www.asciiribbon.org/
Steer clear of incorrect forms of verbs that have snuck in the language.
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 52D93E9A64%listspam@moreofthesa.me.uk">http://lists.debian.org/52D93E9A64%listspam@moreofthesa.me.uk
09-23-2012, 05:39 PM
Michael Biebl
mass bug filing about packages manipulating/deleting shipped files
On 23.09.2012 19:21, Darren Salt wrote:
> I demand that Andreas Beckmann may or may not have written...
>
> [snip]
>> xine-ui_0.99.7-1
>> /var/lib/xine/xine.desktop
>
>> These seem to be some state/registry/... files that are updated during
>> postinst.
>
> That and gxine.desktop (at least) are updated then because the list of
> supported MIME types may vary depending on which xine-lib packages are
> installed.
>
>> What should we do with these? Unfortunately I didn't find a policy
>> reference that forbids this ...
>
> If you have better ideas concerning these, I'm listening...
you could let the xine-lib packages install corresponding desktop files
for the mime-types they support.
okular (document viewer) has a similar problem. Depending on which
features you enable during configure the list of supported mime types
varies.
The way okular solves this is to install separate desktop files [1]. If
you enable support for format x, it installs a corresponding desktop file.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
09-25-2012, 08:02 PM
Nicholas Bamber
mass bug filing about packages manipulating/deleting shipped files
> I think it would be worth asking the release team about this. Fixing
> them all might well take a while. These bugs were all presumably in
> squeeze and if there are many of them delaying wheezy doesn't make
> sense.
Moreover as I understand it the version of piuparts that runs these
tests is not yet in sid. Surely it is unreasonable to expect people to
fix these bugs - in the middle of a freeze no less - without this tool.
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 50620DDE.3080405@periapt.co.uk">http://lists.debian.org/50620DDE.3080405@periapt.co.uk
09-26-2012, 07:57 PM
Jonathan Nieder
mass bug filing about packages manipulating/deleting shipped files
Nicholas Bamber wrote:
> Moreover as I understand it the version of piuparts that runs these
> tests is not yet in sid. Surely it is unreasonable to expect people to
> fix these bugs - in the middle of a freeze no less - without this tool.
Doesn't debsums catch it?
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120926195703.GA5300@elie.Belkin