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

Enrico Zini enrico at costa.debian.org
Sun Aug 7 16:03:46 UTC 2005


Author: enrico
Date: Sun Aug  7 16:03:46 2005
New Revision: 1138

Modified:
   debtags/trunk/README
   debtags/trunk/debian/changelog
   debtags/trunk/debtags/Makefile.am
Log:
Forgot to install template .cc files among includes

Modified: debtags/trunk/README
==============================================================================
--- debtags/trunk/README	(original)
+++ debtags/trunk/README	Sun Aug  7 16:03:46 2005
@@ -1,5 +1,5 @@
-README for debtags 1.3.1
-========================
+README for debtags 1.3.2, still unreleased
+==========================================
 
 Functionality
 -------------
@@ -100,6 +100,12 @@
 
 These are the TODO-list items completed so far::
 
+--- Done in 1.3.2
+ + Install .cc files with template code together with the headers
+
+--- Done in 1.3.1
+ + Better packaging of the documentation
+
 --- Done in 1.3
  + Merged debtags and libdebtags1 source packages
    Big thanks to Benjamin Mesing for doing a good deal of the work.

Modified: debtags/trunk/debian/changelog
==============================================================================
--- debtags/trunk/debian/changelog	(original)
+++ debtags/trunk/debian/changelog	Sun Aug  7 16:03:46 2005
@@ -1,3 +1,9 @@
+debtags (1.3.2) unstable; urgency=low
+
+  * Include among the headers the .cc files with template code
+
+ -- Enrico Zini <enrico at debian.org>  Sun,  7 Aug 2005 17:25:40 +0200
+
 debtags (1.3.1) unstable; urgency=low
 
   * Fixed build-deps for building documentation

Modified: debtags/trunk/debtags/Makefile.am
==============================================================================
--- debtags/trunk/debtags/Makefile.am	(original)
+++ debtags/trunk/debtags/Makefile.am	Sun Aug  7 16:03:46 2005
@@ -13,6 +13,7 @@
 	Vocabulary.h \
 	DebtagsSerializer.h \
 	TagDB.h \
+	TagDB.cc \
 	Update.h \
 	TagSet.h \
 	PackageDB.h \
@@ -23,9 +24,13 @@
 	BasicPackageMatcher.h \
 	TagToFacet.h \
 	DebtagsSimple.h \
+	DebtagsSimple.cc \
 	DebtagsFilters.h \
+	DebtagsFilters.cc \
 	DebtagsTODO.h \
-	DebtagsUtils.h
+	DebtagsTODO.cc \
+	DebtagsUtils.h \
+	DebtagsUtils.cc
 
 # Not include Regexp.h
 



More information about the Debtags-commits mailing list