Your message dated Mon, 24 Jun 2024 16:08:03 +0200
with message-id <[email protected]>
and subject line Re: Bug#519799: debian/rules patch does not work
has caused the Debian Bug report #519799,
regarding debian/rules patch does not work
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.)
--
519799: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519799
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 3.2-5
$ ls
bash-3.2dfsg.tar.gz debian
$ ls -l debian/README.source
ls: cannot access debian/README.source: No such file or directory
$ debian/rules patch
make: Nothing to be done for `patch'.
$ ls
bash-3.2dfsg.tar.gz debian
See policy s4.9 for 'patch' target and s4.14 for README.source
recommendation.
As it stands if you want an readable or editable patched source tree you
have to read debian/rules, which is full of impossible-to-follow
indirection.
ttfn/rjk
--- End Message ---
--- Begin Message ---
Version: 5.0-6
On Sun, 15 Mar 2009 10:05:25 +0000 Richard Kettlewell
<[email protected]> wrote:
Package: bash
Version: 3.2-5
$ ls
bash-3.2dfsg.tar.gz debian
$ ls -l debian/README.source
ls: cannot access debian/README.source: No such file or directory
$ debian/rules patch
make: Nothing to be done for `patch'.
$ ls
bash-3.2dfsg.tar.gz debian
See policy s4.9 for 'patch' target and s4.14 for README.source
recommendation.
As it stands if you want an readable or editable patched source tree you
have to read debian/rules, which is full of impossible-to-follow
indirection.
Hi,
in the meantime the patch target has become optional and there are
better workflows to obtain a patched worktree.
On a related note, a simplified and more standardized d/rules files can
be found in <https://bugs.debian.org/1072520>.
Regards,
--
Gioele Barabucci
--- End Message ---