Am Do, 7. Mai 2020, um 20:02, schrieb Andrey Rahmatullin: > On Thu, May 07, 2020 at 07:51:58PM +0200, Manuel Wagesreither wrote: > > 3. Created following directory structure: > > ``` > > ~/dir/coreutils_8.30.orig.tar.xz > > ~/dir/debian-coreutils/<unpacked content of > coreutils_8.30-3.debian.tar.xz> > `apt source coreutils` > Or, if you already downloaded the source package, `dpkg-source -x > coreutils_8.30-3.dsc`. > > Looks like you didn't extract the orig tarball, but even if that's just > omitted from your email, extracting parts of the source package manually > is not the supported way to extract it.
I did extract the orig tarball and extracted it completely, i. e. not only parts of it. Also, I checked that the md5sum is equal to the one at https://packages.debian.org/source/buster/coreutils. ``` manuel@manuel-hp:~/vps/testground_debpackage$ md5sum origs/coreutils_8.30-3.debian.tar.xz f68506bc07552eee03c7652cb38431e8 origs/coreutils_8.30-3.debian.tar.xz manuel@manuel-hp:~/vps/testground_debpackage$ sudo rm -rf debian-coreutils/* && tar xf origs/coreutils_8.30-3.debian.tar.xz -C debian-coreutils ``` Kind regards, Manuel