[Debtags-commits] [svn] r1121 - debtags/trunk

Enrico Zini enrico at costa.debian.org
Sat Aug 6 18:40:30 UTC 2005


Author: enrico
Date: Sat Aug  6 18:40:29 2005
New Revision: 1121

Modified:
   debtags/trunk/   (props changed)
   debtags/trunk/README
   debtags/trunk/debtags.1
Log:
 r4529 at viaza:  enrico | 2005-08-06 20:38:07 +0200
 Small changes after mergin with the changes in svn


Modified: debtags/trunk/README
==============================================================================
--- debtags/trunk/README	(original)
+++ debtags/trunk/README	Sat Aug  6 18:40:29 2005
@@ -176,6 +176,9 @@
          new facet may need to be created
        - Make a debtags function to detect when it happens
 
+ - In grep expressions, allow to use and, or or not (hiddenly replacing them
+   with &&, ||, !), now that tags always have :: in them
+
  - Code
     - In debtags update, print the names of packages that are not in the debtags
       archive

Modified: debtags/trunk/debtags.1
==============================================================================
--- debtags/trunk/debtags.1	(original)
+++ debtags/trunk/debtags.1	Sat Aug  6 18:40:29 2005
@@ -205,6 +205,11 @@
   # Search the tag vocabulary for mail-related tags
   debtags tagsearch mail
 
+  # Output a list of all packages which can edit raster images, excluding
+  # shared libraries and dummy packages
+  debtags search "use::editing && media::rasterimage && \\
+                ! (role::aux-shlib || role::aux-dummy)"
+
   # Show all mail clients
   debtags search 'works-with::mail && role::sw:client'
 



More information about the Debtags-commits mailing list