[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

making a metapackage



Hi,

I try to make a metapackage using blends-dev
http://blends.alioth.debian.org/blends/ap-QuickIntro.en.html

But it fails, see error message below:

My debian/changelog looks like:

openstudio-audio (0.1) unstable; urgency=low

  * Initial release

 -- Rosea Grammostola <rosea.grammostola@gmail.com>  Tue, 31 Aug 2010 18:07:49 +0200



$ make dist
rm -f debian-openstudio-audio-tasks.desc debian/control
make -f debian/rules get-orig-source
make[1]: Entering directory `/home/d/live_dev/packages'
make -f /usr/share/blends-dev/Makefile debian-openstudio-audio-tasks.desc
make[2]: Entering directory `/home/d/live_dev/packages'
LC_ALL=C /usr/share/blends-dev/blend-gen-control -s unstable -S -t -A > debian-openstudio-audio-tasks.desc.new && mv debian-openstudio-audio-tasks.desc.new debian-openstudio-audio-tasks.desc
Get:1 http://ftp.debian.org testing Release.gpg [835B]
Hit http://ftp.debian.org testing Release
Err http://ftp.debian.org testing Release

Get:2 http://ftp.debian.org testing Release [89.9kB]
Ign http://ftp.debian.org testing Release
Hit http://ftp.debian.org testing/main Packages/DiffIndex
Fetched 90.8kB in 0s (122kB/s)
Reading package lists... Done
W: GPG error: http://ftp.debian.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
make[2]: Leaving directory `/home/d/live_dev/packages'
make -f /usr/share/blends-dev/Makefile debian/control
make[2]: Entering directory `/home/d/live_dev/packages'
(export LC_ALL=C;\
         echo "# This file is autogenerated via "make -f debian/rules dist".  Do not edit!"; \
         cat debian/control.stub; \
         test -f config/control && ( cat config/control; echo ) ; \
        /usr/share/blends-dev/blend-gen-control -s unstable -S -D -c -m -i -A) > debian/control.new && mv debian/control.new debian/control
Get:1 http://ftp.debian.org testing Release.gpg [835B]
Hit http://ftp.debian.org testing Release
Err http://ftp.debian.org testing Release

Get:2 http://ftp.debian.org testing Release [89.9kB]
Ign http://ftp.debian.org testing Release
Hit http://ftp.debian.org testing/main Packages/DiffIndex
Fetched 90.8kB in 0s (95.7kB/s)
Reading package lists... Done
W: GPG error: http://ftp.debian.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
make[2]: Leaving directory `/home/d/live_dev/packages'
if [ ! -f debian/changelog ] ; then \
            echo "File debian/changelog is missing. Something is wrong!" ; \
            exit -1 ; \
        fi
if [ "" = "" ] ; then \
            echo "Unable to obtain version number from debian/changelog. Something is wrong!" ; \
            exit -1 ; \
        fi ;
Unable to obtain version number from debian/changelog. Something is wrong!
exit: 4: Illegal number: -1
make[1]: *** [get-orig-source] Error 2
make[1]: Leaving directory `/home/d/live_dev/packages'
make: *** [dist] Error 2


Reply to: