Re: dpkg-buildpackage: dpkg-source: no upstream tarball found
Hi, On Wed, 2016-07-27 at 23:16 +0200, chrishell wrote: > Hello together, > I have an issue with the new version of my package free42-nologo. I > processed this the usual way: downloading, unpacking, debianize it > with dh_make and making some changes with dquilt (makefile mainly). Since this is an update to an existing package, you don't need to re- deianize it or run dh_make again. From within the packaging of the old version, simply run 'uupdate -v '. See: https://www.debian.org/doc/manuals/maint-guide/update.en.html#newupstream > Then I invoked dpkg-buildpackage -rfakeroot -us -uc and here I got en > error for the wrong archive format of upstream: > > dpkg-source: error: can't build with source format '3.0 (quilt)': no > upstream tarball found at > ../free42-nologo_1.4.77.orig.tar.{bz2,gz,lzma,xz} no upstream tarball > ... The error message is still referencing the old version number. This probably means you havn't added a new debian/changelog entry yet. James signature.asc Description: This is a digitally signed message part
Re: dpkg-buildpackage: dpkg-source: no upstream tarball found
Hi, >I have an issue with the new version of my package free42-nologo. I >../free42-nologo_1.4.77.orig.tar.{bz2,gz,lzma,xz} no upstream tarball ... pull-debian-source free42-nologo or dget -u http://http.debian.net/debian/pool/main/f/free42-nologo/free42-nologo_1.4.77-1.1.dsc or click here [1] and download the orig tarball. [1] https://packages.debian.org/source/unstable/free42-nologo HTH G.
dpkg-buildpackage: dpkg-source: no upstream tarball found
Hello together, I have an issue with the new version of my package free42-nologo. I processed this the usual way: downloading, unpacking, debianize it with dh_make and making some changes with dquilt (makefile mainly). Then I invoked dpkg-buildpackage -rfakeroot -us -uc and here I got en error for the wrong archive format of upstream: dpkg-source: error: can't build with source format '3.0 (quilt)': no upstream tarball found at ../free42-nologo_1.4.77.orig.tar.{bz2,gz,lzma,xz} no upstream tarball ... I tried to circumvent this by unpacking the actual archive, and then created a tarball an 'gzippd' it, but not even this helped here. Does anybody have a clue, how to solve this? Thank you in advance Best Regards Christian