[Pkg-voip-commits] r3855 - in libcommoncpp2/trunk/debian: . patches

kilian at alioth.debian.org kilian at alioth.debian.org
Fri Jul 27 17:47:59 UTC 2007


Author: kilian
Date: 2007-07-27 17:47:59 +0000 (Fri, 27 Jul 2007)
New Revision: 3855

Added:
   libcommoncpp2/trunk/debian/patches/cleaning_doc.dpatch
Modified:
   libcommoncpp2/trunk/debian/changelog
   libcommoncpp2/trunk/debian/patches/00list
Log:
* Fix building twice in a row. (Closes: #424498)

Modified: libcommoncpp2/trunk/debian/changelog
===================================================================
--- libcommoncpp2/trunk/debian/changelog	2007-07-27 17:43:29 UTC (rev 3854)
+++ libcommoncpp2/trunk/debian/changelog	2007-07-27 17:47:59 UTC (rev 3855)
@@ -2,8 +2,9 @@
 
   * NOT RELEASED YET
   * New upstream release.
+  * Fix building twice in a row. (Closes: #424498)
 
- -- Kilian Krause <kilian at debian.org>  Sat, 21 Jul 2007 16:32:38 +0200
+ -- Kilian Krause <kilian at debian.org>  Fri, 27 Jul 2007 19:47:39 +0200
 
 libcommoncpp2 (1.5.6-3) unstable; urgency=low
 

Modified: libcommoncpp2/trunk/debian/patches/00list
===================================================================
--- libcommoncpp2/trunk/debian/patches/00list	2007-07-27 17:43:29 UTC (rev 3854)
+++ libcommoncpp2/trunk/debian/patches/00list	2007-07-27 17:47:59 UTC (rev 3855)
@@ -1,3 +1,4 @@
+cleaning_doc.dpatch 
 01_debian
 gnutls
 soname-1.5.3

Added: libcommoncpp2/trunk/debian/patches/cleaning_doc.dpatch
===================================================================
--- libcommoncpp2/trunk/debian/patches/cleaning_doc.dpatch	                        (rev 0)
+++ libcommoncpp2/trunk/debian/patches/cleaning_doc.dpatch	2007-07-27 17:47:59 UTC (rev 3855)
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## cleaning_doc.dpatch by Rene Mayorga <rmayorga at debian.org.sv>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: adding clean-docs target to doc/Makefile.in (Debian bug #424498)
+
+ at DPATCH@
+diff -urNad libcommoncpp2-1.5.6~/doc/Makefile.in libcommoncpp2-1.5.6/doc/Makefile.in
+--- libcommoncpp2-1.5.6~/doc/Makefile.in	2007-02-20 02:39:25.000000000 -0600
++++ libcommoncpp2-1.5.6/doc/Makefile.in	2007-07-24 00:57:23.000000000 -0600
+@@ -286,9 +286,13 @@
+ clean-libtool:
+ 	-rm -rf .libs _libs
+ 
+-distclean-libtool:
++distclean-libtool: clean-docs
+ 	-rm -f libtool
+ 
++clean-docs:
++	-rm -rf html
++	-rm -rf latex
++
+ .texi.info:
+ 	restore=: && backupdir="$(am__leading_dot)am$$$$" && \
+ 	am__cwd=`pwd` && cd $(srcdir) && \




More information about the Pkg-voip-commits mailing list