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, How to find all-packages that has a tag > `format::pdf'? > > Thanks
First question: I'm not really sure, but I think 'debtags-edit' is the program that does this, and tags are handled outside of packages at the moment. Second question: 'sudo debtags update && debtags grep format::pdf' , man debtags for more information on how to work with the tag database You'll need to 'apt-get install debtags debtags-edit' if you haven't already. As I understand it, this is a Cool New Feature brought to unstable during Debconf. -- Ryan Schultz -> floating point exception: divide by cucumber -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

