[Debtags-commits] [svn] r1629 - debtags/trunk/debian

Enrico Zini enrico at costa.debian.org
Fri Mar 3 12:28:14 UTC 2006


Author: enrico
Date: Fri Mar  3 12:28:13 2006
New Revision: 1629

Modified:
   debtags/trunk/debian/changelog
   debtags/trunk/debian/control
Log:
Depends on apt-index-watcher, and fixed Build-depends

Modified: debtags/trunk/debian/changelog
==============================================================================
--- debtags/trunk/debian/changelog	(original)
+++ debtags/trunk/debian/changelog	Fri Mar  3 12:28:13 2006
@@ -3,8 +3,9 @@
   * Builds with libapt-front 0.3.8
   * Uses the new on-disk index formats
   * Implemented update --local and used it in postinst.  Closes: #343359.
+  * Depends on apt-index-watcher to ensure that the indexes stay updated.
 
- -- Enrico Zini <enrico at debian.org>  Tue, 21 Feb 2006 19:59:00 +0100
+ -- Enrico Zini <enrico at debian.org>  Fri,  3 Mar 2006 13:27:05 +0100
 
 debtags (1.5.3) unstable; urgency=low
 

Modified: debtags/trunk/debian/control
==============================================================================
--- debtags/trunk/debian/control	(original)
+++ debtags/trunk/debian/control	Fri Mar  3 12:28:13 2006
@@ -2,13 +2,13 @@
 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, libapt-front-dev (>= 0.3.4), libapt-front-dev (<< 0.4), zlib1g-dev, python-dev, python-docutils, libtagcoll-dev (>= 1.5.1)
+Build-Depends: c++abi2-dev, cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, apt, libapt-front-dev (>= 0.3.8), libapt-front-dev (<< 0.4), zlib1g-dev, python-dev, python-docutils, libtagcoll-dev (>= 1.6)
 Standards-Version: 3.6.2.0
 
 Package: debtags
 Section: admin
 Architecture: any
-Depends: apt, ${shlibs:Depends} ${misc:Depends} ${perl:Depends}
+Depends: apt, apt-index-watcher, ${shlibs:Depends} ${misc:Depends} ${perl:Depends}
 Description: Enables support for package tags
  debtags provides a system to download a database of package tags and keep
  it up to date.  A package tag is a small label that gets attached to a



More information about the Debtags-commits mailing list