Hi,

I had the same problem yesterday. My problem was resolved changing the
version of the package to only one dot (version.release), for example for
yams-1.3.0 will be yams-1.3

Example for your package (extension = gz):

In the folder you will have (now):

 * The folder "yams-1.3.0"
 * The orig file "yams_1.3.0.orig.<ext>" (ext = extensión (bz2, gz, ..))

What do you want?

 * The folder "yams-1.3"
 * The orig file "yams_1.3.orig.<ext>" (ext = extensión (bz2, gz, ..))

Workaround

mkdir tmp
cp yams_1.3.0.orig.gz tmp
cd tmp
tar xvzf yams_1.3.0.orig.gz
mv yams_1.3.0 yams_1.3 # This is the main change
tar cvzf yams_1.3.0.orig.gz yams_1.3
mv yams_1.3.0.orig.gz ..
cd ..
mv yams-1.3.0 yams-1.3 # Now, move the folder
cd yams-1.3
dpkg-buildpackage
...

Please, report me if the workaround runs for you. Thanks.

-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to