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

Enrico Zini enrico at costa.debian.org
Fri May 12 02:12:50 UTC 2006


Author: enrico
Date: Fri May 12 02:12:49 2006
New Revision: 1772

Modified:
   tagcoll/2.0/   (props changed)
   tagcoll/2.0/configure.ac
   tagcoll/2.0/debian/changelog
   tagcoll/2.0/debian/control
   tagcoll/2.0/libtagcoll.pc.in
   tagcoll/2.0/tagcoll/Makefile.am
Log:
 r2728 at viaza:  enrico | 2006-05-11 17:56:38 -0500
 Install headers in the right place
 Bumped version to 2.0
 Removed -ltdb from pkg-config metadata


Modified: tagcoll/2.0/configure.ac
==============================================================================
--- tagcoll/2.0/configure.ac	(original)
+++ tagcoll/2.0/configure.ac	Fri May 12 02:12:49 2006
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(tagcoll, 1.6.2, [enrico at debian.org])
+AC_INIT(tagcoll, 2.0, [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	Fri May 12 02:12:49 2006
@@ -1,3 +1,9 @@
+tagcoll (2.0-1) experimental; urgency=low
+
+  * New upstream version
+
+ -- Enrico Zini <enrico at debian.org>  Thu, 11 May 2006 10:10:08 -0500
+
 tagcoll (1.6.2-1) unstable; urgency=low
 
   * New upstream

Modified: tagcoll/2.0/debian/control
==============================================================================
--- tagcoll/2.0/debian/control	(original)
+++ tagcoll/2.0/debian/control	Fri May 12 02:12:49 2006
@@ -31,7 +31,7 @@
  
 Package: libtagcoll-dev
 Section: libdevel
-Depends: tdb-dev, zlib1g-dev
+Depends: zlib1g-dev
 Architecture: any
 Recommends: pkg-config
 Description: Functions used to manipulate tagged collections (development version)

Modified: tagcoll/2.0/libtagcoll.pc.in
==============================================================================
--- tagcoll/2.0/libtagcoll.pc.in	(original)
+++ tagcoll/2.0/libtagcoll.pc.in	Fri May 12 02:12:49 2006
@@ -7,4 +7,4 @@
 Description: Manipulate tags and tagged collections
 Version: @VERSION@
 Cflags: -I${includedir}/tagcoll- at VERSION@
-Libs: -L${libdir} -ltagcoll -ltdb -lz
+Libs: -L${libdir} -ltagcoll -lz

Modified: tagcoll/2.0/tagcoll/Makefile.am
==============================================================================
--- tagcoll/2.0/tagcoll/Makefile.am	(original)
+++ tagcoll/2.0/tagcoll/Makefile.am	Fri May 12 02:12:49 2006
@@ -3,29 +3,36 @@
 SUBDIRS = tagexpr .
 
 tagcollincludedir = $(includedir)/tagcoll-$(VERSION)/tagcoll
+tagcollutilsincludedir = $(tagcollincludedir)/utils
+tagcollinputincludedir = $(tagcollincludedir)/input
+tagcolldiskindexincludedir = $(tagcollincludedir)/diskindex
+tagcollstreamincludedir = $(tagcollincludedir)/stream
+tagcollcollincludedir = $(tagcollincludedir)/coll
 
-tagcollinclude_HEADERS = \
-		utils/set.h \
-		\
+tagcollutilsinclude_HEADERS = \
+		utils/set.h
+
+tagcollinputinclude_HEADERS = \
 		input/base.h \
 		input/memory.h \
 		input/string.h \
-		input/stdio.h \
-		\
+		input/stdio.h
+
+tagcolldiskindexinclude_HEADERS = \
 		diskindex/mmap.h \
 		diskindex/int.h \
-		diskindex/string.h \
-		\
-		expression.h \
-		\
+		diskindex/string.h
+
+tagcollstreaminclude_HEADERS = \
 		stream/sink.h \
 		stream/filters.h \
 		stream/filters.tcc \
 		stream/expression.h \
 		stream/substitutions.h \
 		stream/patcher.h \
-		stream/patcher.tcc \
-		\
+		stream/patcher.tcc
+
+tagcollcollinclude_HEADERS = \
 		coll/base.h \
 		coll/base.tcc \
 		coll/simple.h \
@@ -34,7 +41,10 @@
 		coll/fast.tcc \
 		coll/patched.h \
 		coll/patched.tcc \
-		coll/intdiskindex.h \
+		coll/intdiskindex.h
+
+tagcollinclude_HEADERS = \
+		expression.h \
 		\
 		Patches.h \
 		Patches.tcc \



More information about the Debtags-commits mailing list