Just committed a change to Makepkgs in my tree to fix this.
On Fri, 2011-08-05 at 11:12 +1000, Nathan Scott wrote:
> Hi Ken,
>
> ----- Original Message -----
> > With these changes, I've fixed the packaging that I broke a while
> > back.
> > In particular Perl bits get packaged properly and QA -g sanity passes
> > in all the places I can check which means ...
> >
>
> I'm seeing this ...
>
> nathans@verge:/source/git/pcp$ sh -x ./Makepkgs
> + LOGDIR=Logs
> + clean=false
> + verbose=false
> + MAKE=make
> + test ! -d Logs
> + rm -rf Logs/pcp
> + tmp=/tmp/12185
> + trap rm -f /tmp/12185.*; 0 1 2 3 15
> + uname -m
> + sed -e s/i.86/ia32/
> + ARCH=ia32
> + uname -s
> + cut -c-5
> + VERS=Linux
> + [ ia32 = ia32 -a -f /usr/bin/dpkg-buildpackage ]
> + OPT=false
> + [ -f /etc/lsb-release ]
> + [ -f /etc/debian_version ]
> + cat /etc/debian_version
> + DISTRIB_RELEASE=wheezy/sid
> + echo wheezy/sid
> + sed -e s/\.//g
> + XDISTRIB_RELEASE=wheezy/sid
> + [ -z wheezy/sid ]
> + [ wheezy/sid -ge 700 ]
> [: 1: Illegal number: wheezy/sid
>
>
> cheers.
>
|