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

Enrico Zini enrico at costa.debian.org
Wed Oct 4 23:17:33 UTC 2006


Author: enrico
Date: Wed Oct  4 23:17:33 2006
New Revision: 1998

Modified:
   tagcoll/2.0/   (props changed)
   tagcoll/2.0/configure.ac
   tagcoll/2.0/debian/changelog
   tagcoll/2.0/debian/control
Log:
 r3503 at viaza:  enrico | 2006-10-05 01:16:53 +0200
 Prepared new release 2.0.3


Modified: tagcoll/2.0/configure.ac
==============================================================================
--- tagcoll/2.0/configure.ac	(original)
+++ tagcoll/2.0/configure.ac	Wed Oct  4 23:17:33 2006
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(tagcoll2, 2.0.2, [enrico at debian.org])
+AC_INIT(tagcoll2, 2.0.3, [enrico at debian.org])
 AC_CONFIG_SRCDIR([configure.ac])
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([foreign subdir-objects])

Modified: tagcoll/2.0/debian/changelog
==============================================================================
--- tagcoll/2.0/debian/changelog	(original)
+++ tagcoll/2.0/debian/changelog	Wed Oct  4 23:17:33 2006
@@ -1,3 +1,11 @@
+tagcoll2 (2.0.3-1) unstable; urgency=low
+
+  * New upstream version
+     + Added getting the tags of a collection sorted by cardinality
+  * Added Depend: on libwibble-dev.  Closes: bug#391106.
+
+ -- Enrico Zini <enrico at debian.org>  Thu,  5 Oct 2006 01:16:11 +0200
+
 tagcoll2 (2.0.2-1) unstable; urgency=low
 
   * New upstream version

Modified: tagcoll/2.0/debian/control
==============================================================================
--- tagcoll/2.0/debian/control	(original)
+++ tagcoll/2.0/debian/control	Wed Oct  4 23:17:33 2006
@@ -34,7 +34,7 @@
 Package: libtagcoll2-dev
 Section: libdevel
 Tag: implemented-in::c++, devel::library
-Depends: zlib1g-dev
+Depends: zlib1g-dev libwibble-dev (>= 0.1.7), libwibble-dev (<< 0.2)
 Architecture: any
 Recommends: pkg-config
 Description: Functions used to manipulate tagged collections (development version)



More information about the Debtags-commits mailing list