parallel
[Top][All Lists]
Advanced

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

Re: ./packager/debian/buildpackage.sh


From: Hans Schou
Subject: Re: ./packager/debian/buildpackage.sh
Date: Mon, 10 Oct 2011 22:30:35 +0200 (CEST)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

On Mon, 10 Oct 2011, Ole Tange wrote:

Could you try this (in the git version):

 cd packager/debian
 make

Ahh, so it was supposed to work. The bzip file was missing.

Pls add this one:

--- Makefile    2011-10-10 22:24:38.000000000 +0200
+++ Makefile.new        2011-10-10 22:24:28.000000000 +0200
@@ -1,12 +1,13 @@
 all:   clean unpack build

 unpack:
+       ( cd ../../ && make dist-bzip2 )
        ls ../../parallel-*.tar.bz2| tail -n1 | parallel tar xvf
cd parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]; cp -a ../debian-template debian

 build:
cd parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]; debchange -i - cd parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]; dpkg-buildpackage -us -uc + cd parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]; dpkg-buildpackage -us -uc -tc

 clean:
        rm -f parallel_*

Works, but the default date is still quite old:
  parallel_20110422-1ubuntu1_all.deb

/hans
--
Horsebakken 78, DK-2400 København NV

reply via email to

[Prev in Thread] Current Thread [Next in Thread]