On 9/29/2021 7:26 PM, Chuck Zmudzinski wrote:
Special instructions for applying the debdiff:
Please note that an updated debdiff has been provided
to target the correct distribution and use the correct
version number for the updated package at the following
link:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995341#30
Also, a clarification:
The special instructions below (the quilt pop -a and
quilt push -a commands) are only required to test the debdiff
on a local build. No special processing should be required
on automated test builds.
Chuck
1. Download the attached debdiff, bug#994899.diff, into a working
directory
Then in the working directory with the attached bug#994899.diff and the
archived/compressed source file archives for xen_4.14.3-1~deb11u1 in it:
2. dpkg-source -x xen_4.14.3-1~deb11u1.dsc
3. cd xen-4.14.3
4. quilt pop -a
5. patch -p1 < ../bug#994899.diff
6. quilt push -a
After these 6 steps, the tree is ready
to build the source/binary packages.