[Debtags-commits] [svn] r1914 - in tagcoll/2.0: . debian tagcoll/coll

Enrico Zini enrico at costa.debian.org
Sun Sep 17 14:12:06 UTC 2006


Author: enrico
Date: Sun Sep 17 14:12:05 2006
New Revision: 1914

Modified:
   tagcoll/2.0/   (props changed)
   tagcoll/2.0/debian/control
   tagcoll/2.0/tagcoll/coll/fast.h
Log:
 r3344 at viaza:  enrico | 2006-09-17 16:10:58 +0200
 Added missing include


Modified: tagcoll/2.0/debian/control
==============================================================================
--- tagcoll/2.0/debian/control	(original)
+++ tagcoll/2.0/debian/control	Sun Sep 17 14:12:05 2006
@@ -9,6 +9,7 @@
 Package: tagcoll
 Architecture: any
 Section: misc
+Tag: implemented-in::c++, interface::commandline, role::program, scope::utility, use::organizing, use::searching
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Commandline tool to perform operations on tagged collections
  tagcoll takes a collection of items categorized with multiple tags and

Modified: tagcoll/2.0/tagcoll/coll/fast.h
==============================================================================
--- tagcoll/2.0/tagcoll/coll/fast.h	(original)
+++ tagcoll/2.0/tagcoll/coll/fast.h	Sun Sep 17 14:12:05 2006
@@ -23,6 +23,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include <wibble/singleton.h>
 #include <tagcoll/coll/base.h>
 #include <set>
 #include <map>



More information about the Debtags-commits mailing list