On Sat, Feb 20, 2021 at 11:46 AM Sedat Dilek <sedat.di...@gmail.com> wrote: > > On Sat, Feb 20, 2021 at 11:43 AM Norbert Preining <norb...@preining.info> > wrote: > > > > On Sat, 20 Feb 2021, Sedat Dilek wrote: > > > > uscan --rename --download-current-version > > > > dpkg-buildpackage -us -uc -rfakeroot -S -d > > > > > > After the above 2 steps (before: download tarball from > > > download.kde.org and symlink to ...orig.tar.xz): > > > > That would have been done by the uscan call ... > > > > > dileks@iniza:~/src/kdecoration/git$ LC_ALL=C debuild > > > > Does not work ... you need to build a source package, that is the second > > line. > > > > Why don't you do what I said? > > > > No, it was not. > > I unpacked the tarball manually and copied git/debian to kdecoration-5.21.0 > dir. > Now, I have deb files generated. > > I try with kwin again - your way. >
OK, I see. cd git/ uscan --rename --download-current-version dpkg-buildpackage -us -uc -rfakeroot -S -d cd .. dpkg-source -x *.dsc cd kwin-5.21.0 LC_ALL=C debuild - Sedat -