Re: How to deal with Tag

2005-07-21 Thread Ryan Schultz
On Thursday 21 July 2005 07:05 am, LI Daobing wrote: > Hello, > When I use `apt-cache show xpdf', I can find a `Tag' entry. But I > don't know how to add tag entry when I build a debian package. I did > not find any `Tag' in the debian directory of the source package. > Another question, Ho

where to put object file

2005-07-21 Thread skaller
Where should a required object file be put? File in question is a mainline stub, associated with a static archive, program is built by linking it with the archive and user object file. The archive is in /usr/lib, should the .o go there too? -- John Skaller signature.asc Description: Thi

Re: How to deal with Tag

2005-07-21 Thread Ben Finney
On 21-Jul-2005, pnt wrote: > I tried apt-cache show on sarge & hoary box, cannot find "Tag" entry. > So you're using unofficial package? The official place for development Debian packages to be uploaded is not 'sarge' or 'hoary'. It is 'sid'. -- \ "Facts do not cease to exist because th

Re: Unknown default encoding?

2005-07-21 Thread Frank Küster
"Kevin B. McCarty" <[EMAIL PROTECTED]> wrote: > Hi guys, > > I get the following warning when building cernlib on sid: > > dh_installdebconf -a > Warning: Unknown default encoding for vi, get it from debian/po/vi.po: UTF-8 > [...] > Can someone tell me what I'm doing wrong, if anything? You did

Re: dh_haskell in other directory

2005-07-21 Thread Marco Tulio Gontijo e Silva
Em Qui, 2005-07-21 às 11:51 +0200, Florian Ragwitz escreveu: > On Sun, Jul 10, 2005 at 04:35:35PM -0300, Marco Tulio Gontijo e Silva wrote: > > Em Dom, 2005-07-10 às 15:44 -0300, Marco Tulio Gontijo e Silva escreveu: > > (...) > > > So cd hasn't work, and I don't know why. I think that if cd worked

Unknown default encoding?

2005-07-21 Thread Kevin B. McCarty
Hi guys, I get the following warning when building cernlib on sid: dh_installdebconf -a Warning: Unknown default encoding for vi, get it from debian/po/vi.po: UTF-8 The top of vi.po is as follows: # Vietnamese translation for cernlib. # Copyright © 2005 Free Software Foundation, Inc. # Clytie S

Re: How to deal with Tag

2005-07-21 Thread Chris Sacca
Peter Samuelson wrote: > [pnt] > >>I tried apt-cache show on sarge & hoary box, cannot find "Tag" entry. >>So you're using unofficial package? > > > Current sid has this stuff. And current etch, I guess they added it after sarge went stable signature.asc Description: OpenPGP digital signature

Re: How to deal with Tag

2005-07-21 Thread Peter Samuelson
[pnt] > I tried apt-cache show on sarge & hoary box, cannot find "Tag" entry. > So you're using unofficial package? Current sid has this stuff. signature.asc Description: Digital signature

Re: How to deal with Tag

2005-07-21 Thread pnt
> When I use `apt-cache show xpdf', I can find a `Tag' entry. But I > don't know how to add tag entry when I build a debian package. I did > not find any `Tag' in the debian directory of the source package. I tried apt-cache show on sarge & hoary box, cannot find "Tag" entry. So you're using u

Re: How to deal with Tag

2005-07-21 Thread René van Bevern
On 21.07.05, LI Daobing wrote: Hi, > When I use `apt-cache show xpdf', I can find a `Tag' entry. Debtags information has gone into the package lists, yes. :) > But I > don't know how to add tag entry when I build a debian package. Make use of the debtags-edit program, you can not add "Tags

How to deal with Tag

2005-07-21 Thread LI Daobing
Hello, When I use `apt-cache show xpdf', I can find a `Tag' entry. But I don't know how to add tag entry when I build a debian package. I did not find any `Tag' in the debian directory of the source package. Another question, How to find all-packages that has a tag `format::pdf'? Thanks --

Re: dh_haskell in other directory

2005-07-21 Thread Florian Ragwitz
On Sun, Jul 10, 2005 at 04:35:35PM -0300, Marco Tulio Gontijo e Silva wrote: > Em Dom, 2005-07-10 às 15:44 -0300, Marco Tulio Gontijo e Silva escreveu: > (...) > > So cd hasn't work, and I don't know why. I think that if cd worked, > > everything will be solved. > > The problem is solved, I was pu

Re: Program source including another program source

2005-07-21 Thread Frank Küster
martin f krafft <[EMAIL PROTECTED]> wrote: > also sprach Robert Lemmen <[EMAIL PROTECTED]> [2005.07.21.0958 +0200]: >> personally i would leave it there to preserve the pristine upstream >> tarball, but only if: >> - the program isn't used, especially if it is a license >> - the included program i

Re: Program source including another program source

2005-07-21 Thread martin f krafft
also sprach Robert Lemmen <[EMAIL PROTECTED]> [2005.07.21.0958 +0200]: > personally i would leave it there to preserve the pristine upstream > tarball, but only if: > - the program isn't used, especially if it is a license > - the included program is also dfsg-free - it doesn't take up too much s

Re: Program source including another program source

2005-07-21 Thread Robert Lemmen
On Wed, Jul 20, 2005 at 09:09:23PM -0300, Nelson A. de Oliveira wrote: > When the source code of a program comes with another program inside, and > this program is outdated (this program is also released as a tar.gz file > and updated), what is the correct to do? I want to maintain packages of > bo