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

Re: making a metapackage



On Tue, Aug 31, 2010 at 07:57:37PM +0200, rosea grammostola wrote:
> 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

Looks good.
 
> $ make dist
> rm -f debian-openstudio-audio-tasks.desc debian/control
> ...
> 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!

The processing is done in /usr/share/blends-dev/rules.  In the beginning
some variables are set via:

  BLENDNAME=`/usr/share/blends-dev/blend-get-names blendname`
  VERSION=`grep "^$BLENDNAME *(.\+)" debian/changelog | head -n 1 | sed "s/^$BLENDNAME \+(\(.\+\)) .*/\1/"`

Could you please verify that this works as expected.  If not just send
me your whole debian/ dir in PM and I will have a look.

Kind regards

       Andreas.

-- 
http://fam-tille.de


Reply to: