[Debtags-commits] [svn] r2028 - in debtags/1.6.0: . debian

Enrico Zini enrico at alioth.debian.org
Sun Oct 29 21:06:23 CET 2006


Author: enrico
Date: Sun Oct 29 21:06:23 2006
New Revision: 2028

Modified:
   debtags/1.6.0/   (props changed)
   debtags/1.6.0/configure.ac
   debtags/1.6.0/debian/changelog
   debtags/1.6.0/debian/control
Log:
 r3539 at viaza:  enrico | 2006-10-11 22:14:41 +0200
 Added missing build-depend


Modified: debtags/1.6.0/configure.ac
==============================================================================
--- debtags/1.6.0/configure.ac	(original)
+++ debtags/1.6.0/configure.ac	Sun Oct 29 21:06:23 2006
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(debtags, 1.6.1, [enrico at debian.org])
+AC_INIT(debtags, 1.6.2, [enrico at debian.org])
 AC_CONFIG_SRCDIR([configure.ac])
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([foreign])

Modified: debtags/1.6.0/debian/changelog
==============================================================================
--- debtags/1.6.0/debian/changelog	(original)
+++ debtags/1.6.0/debian/changelog	Sun Oct 29 21:06:23 2006
@@ -1,3 +1,10 @@
+debtags (1.6.2) unstable; urgency=low
+
+  * Build-depend on newer libtagcoll2-dev.  Closes: bug#391815.
+  * Also build-depend on wibble, since we include it explicitly.
+
+ -- Enrico Zini <enrico at debian.org>  Wed, 11 Oct 2006 22:13:21 +0200
+
 debtags (1.6.1) unstable; urgency=low
 
   * Added --reindex option to update

Modified: debtags/1.6.0/debian/control
==============================================================================
--- debtags/1.6.0/debian/control	(original)
+++ debtags/1.6.0/debian/control	Sun Oct 29 21:06:23 2006
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Enrico Zini <enrico at debian.org>
-Build-Depends: c++abi2-dev, cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, apt, libept-dev (>= 0.4.1), libept-dev (<< 0.5), zlib1g-dev, python-dev, python-docutils, libtagcoll2-dev (>= 2.0.2), libtagcoll2-dev (<<2.1)
+Build-Depends: c++abi2-dev, cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, apt, libept-dev (>= 0.4.1), libept-dev (<< 0.5), zlib1g-dev, python-dev, python-docutils, libtagcoll2-dev (>= 2.0.3), libtagcoll2-dev (<<2.1), libwibble-dev (>= 0.1.7), libwibble-dev (<< 0.2)
 Standards-Version: 3.7.2.2
 
 Package: debtags



More information about the Debtags-commits mailing list