Re: dpkg-buildpackage and joe

1996-09-21 Thread Heiko Schlittermann
Michael Meskes wrote: : : Heiko Schlittermann writes: : > Perhaps someone should release dpkg_1.4.1 ... If there are no : > voluntaries, I'd do it. : : But please name it 1.4.0.1 (as Ian proposed). :-) yea, it was a typo -- I meant 1.4.0.1 :-) : Anyway, there's another nasty problem with dpkg-

Re: dpkg-buildpackage and joe

1996-09-21 Thread llucius
On Thu, 19 Sep 1996, Dale Scheetz wrote: > On Thu, 19 Sep 1996, Heiko Schlittermann wrote: > > > @@ -710,6 +710,7 @@ > > "listed by tar as \`$_'"); > > $fn= $filesinarchive[$efix++]; $mode= $1; > > if ($mode =~ m/^l/) { $_ =~ s/ -\> .*//; } > > +if (/

Re: dpkg-buildpackage and joe

1996-09-21 Thread Dominik Kubla
Heiko Schlittermann wrote: > Yes, dpkg-source bails out if tar reports hardlinks: And if tar converts non ascii-characters in file names to octal representation. This happens with the kbd package which has a file with a Unicode-encoded name for demonstration purposes. I have already reported this

Re: dpkg-buildpackage and joe

1996-09-21 Thread Michael Meskes
Heiko Schlittermann writes: > Perhaps someone should release dpkg_1.4.1 ... If there are no > voluntaries, I'd do it. But please name it 1.4.0.1 (as Ian proposed). :-) Anyway, there's another nasty problem with dpkg-buildpackage, namely that is doesn't quote the commands executed via $rootcomman

Re: dpkg-buildpackage and joe

1996-09-20 Thread Heiko Schlittermann
Michael Meskes wrote: : : > dpkg-source -b joe-2.8 : > dpkg-source: building joe using existing joe_2.8.orig.tar.gz : > dpkg-source: building joe using existing joe_2.8.orig.tar.gz : > dpkg-source: error: tarfile `joe_2.8.orig.tar.gz' contains unexpected : > object listed by tar as `-rw-r--r-- roo

Re: dpkg-buildpackage and joe

1996-09-20 Thread Dale Scheetz
On Thu, 19 Sep 1996, Heiko Schlittermann wrote: > @@ -710,6 +710,7 @@ > "listed by tar as \`$_'"); > $fn= $filesinarchive[$efix++]; $mode= $1; > if ($mode =~ m/^l/) { $_ =~ s/ -\> .*//; } > +if (/ link to /) { $_ =~ s/ link to .*//; } > substr

Re: dpkg-buildpackage and joe

1996-09-20 Thread llucius
On Thu, 19 Sep 1996, Heiko Schlittermann wrote: > : If you figure out what's going on here can you let me know? I've run > : into the same problem while rebuilding for m68kers and was unable to > : determine the cause. > > Until Ian is back, you'll might use my diff as appended > Heiko Coo

Re: dpkg-buildpackage and joe

1996-09-20 Thread Heiko Schlittermann
llucius wrote: : : On Wed, 18 Sep 1996, Dale Scheetz wrote: : > dpkg-source: building joe using existing joe_2.8.orig.tar.gz : > dpkg-source: building joe using existing joe_2.8.orig.tar.gz : > dpkg-source: error: tarfile `joe_2.8.orig.tar.gz' contains unexpected : > object listed by tar as `-rw-r

Re: dpkg-buildpackage and joe

1996-09-20 Thread Dale Scheetz
On Thu, 19 Sep 1996, Michael Meskes wrote: > > dpkg-source: error: tarfile `joe_2.8.orig.tar.gz' contains unexpected > > object listed by tar as `-rw-r--r-- root/users0 Jan 22 22:45 1995 > > joe-2.8.orig/jmacsrc link to joe-2.8.orig/.jmacsrc', expected > > `joe-2.8.orig/jmacsrc' > > dpkg-

Re: dpkg-buildpackage and joe

1996-09-20 Thread Michael Meskes
Dale Scheetz writes: > > I am converting the joe package to the new source format and have run into > a strange problem. The first time I run dpkg-buildpackage the .orig tree > is tarred up ok. The second time I run it, it tries to use the tar.gz file > created in the previous run but fails, givin

Re: dpkg-buildpackage and joe

1996-09-19 Thread Dale Scheetz
On Wed, 18 Sep 1996, Guy Maor wrote: > On Wed, 18 Sep 1996, Dale Scheetz wrote: > > > I am converting the joe package to the new source format and have run into > > a strange problem. > > What version of tar are you using? tar 1.11.11 is a beta that changes > tar's behavior in all sorts of terr

Re: dpkg-buildpackage and joe

1996-09-19 Thread Guy Maor
On Wed, 18 Sep 1996, Dale Scheetz wrote: > I am converting the joe package to the new source format and have run into > a strange problem. What version of tar are you using? tar 1.11.11 is a beta that changes tar's behavior in all sorts of terrible ways. GNU accidentally released it and then wi

Re: dpkg-buildpackage and joe

1996-09-19 Thread llucius
On Wed, 18 Sep 1996, Dale Scheetz wrote: > dpkg-source -b joe-2.8 > dpkg-source: building joe using existing joe_2.8.orig.tar.gz > dpkg-source: building joe using existing joe_2.8.orig.tar.gz > dpkg-source: error: tarfile `joe_2.8.orig.tar.gz' contains unexpected > object listed by tar as `-rw-r-

dpkg-buildpackage and joe

1996-09-18 Thread Dale Scheetz
I am converting the joe package to the new source format and have run into a strange problem. The first time I run dpkg-buildpackage the .orig tree is tarred up ok. The second time I run it, it tries to use the tar.gz file created in the previous run but fails, giving: dpkg-source -b joe-2.8 dpkg