[Debtags-commits] [svn] r2253 - in debtags/1.6.0: . doc

Enrico Zini enrico at alioth.debian.org
Fri May 11 10:18:28 UTC 2007


Author: enrico
Date: Fri May 11 10:18:27 2007
New Revision: 2253

Modified:
   debtags/1.6.0/   (props changed)
   debtags/1.6.0/doc/faq.rst
Log:
 r3882 at viaza:  enrico | 2007-05-11 12:19:37 +0200
 Added FAQ entry about debtags dumpavail and grep-dctrl


Modified: debtags/1.6.0/doc/faq.rst
==============================================================================
--- debtags/1.6.0/doc/faq.rst	(original)
+++ debtags/1.6.0/doc/faq.rst	Fri May 11 10:18:27 2007
@@ -292,6 +292,20 @@
 modified to access an extra database.
 
 
+The Packages file has tags like ``network::{client,server,service}`` and this breaks ``grep-dctrl``
+---------------------------------------------------------------------------------------------------
+
+Those compressed tags are there because APT does not like long lines.
+
+You can use ``debtags dumpavail`` to feed data to grep-dctrl without the
+compressed tags.
+
+``debtags dumpavail`` also supports tag expressions, so you can even run
+commands like::
+
+        debtags dumpavail 'role::program && game::*' | grep-dctrl <options>
+
+
 -----------
 Development
 -----------



More information about the Debtags-commits mailing list