[Debtags-commits] [svn] r729 - in debtags/trunk: . debian src

Enrico Zini debtags-commits@lists.alioth.debian.org
Fri, 13 May 2005 13:29:02 +0000


Author: enrico
Date: Fri May 13 13:29:01 2005
New Revision: 729

Modified:
   debtags/trunk/configure.ac
   debtags/trunk/debian/changelog
   debtags/trunk/src/Makefile.am
Log:
Ported to libdebtags1

Modified: debtags/trunk/configure.ac
==============================================================================
--- debtags/trunk/configure.ac	(original)
+++ debtags/trunk/configure.ac	Fri May 13 13:29:01 2005
@@ -15,8 +15,8 @@
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 
-LIBTAGCOLL_DEFS
-LIBDEBTAGS_DEFS
+LIBTAGCOLL1_DEFS
+LIBDEBTAGS1_DEFS
 
 dnl Directory where the shared databases are kept
 databasedir="$localstatedir/lib/$PACKAGE"

Modified: debtags/trunk/debian/changelog
==============================================================================
--- debtags/trunk/debian/changelog	(original)
+++ debtags/trunk/debian/changelog	Fri May 13 13:29:01 2005
@@ -1,8 +1,8 @@
 debtags (0.100) unstable; urgency=low
 
-  * Ported to libdebtags 0.10
+  * Ported to libdebtags1
 
- -- Enrico Zini <enrico@debian.org>  Fri,  1 Apr 2005 12:14:31 +0200
+ -- Enrico Zini <enrico@debian.org>  Fri, 13 May 2005 15:28:40 +0200
 
 debtags (0.99.4) unstable; urgency=low
 

Modified: debtags/trunk/src/Makefile.am
==============================================================================
--- debtags/trunk/src/Makefile.am	(original)
+++ debtags/trunk/src/Makefile.am	Fri May 13 13:29:01 2005
@@ -10,6 +10,6 @@
 	acqprogress.cc \
 	instantiations.cc \
 	debtags.cc
-debtags_LDADD = $(LIBTAGCOLL_LIBS) $(LIBDEBTAGS_LIBS)
+debtags_LDADD = $(LIBDEBTAGS1_LIBS) $(LIBTAGCOLL1_LIBS)
 
-INCLUDES = $(LIBTAGCOLL_CFLAGS) $(LIBDEBTAGS_CFLAGS)
+INCLUDES = $(LIBDEBTAGS1_CFLAGS) $(LIBTAGCOLL1_CFLAGS)