[Pkg-tcltk-commits] r1218 - tcl8.6/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sun Jan 29 07:32:50 UTC 2012


Author: sgolovan
Date: 2012-01-29 07:32:49 +0000 (Sun, 29 Jan 2012)
New Revision: 1218

Modified:
   tcl8.6/trunk/debian/changelog
   tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
  * Don't break the build if tdbc headers aren't in the tarball (helps
    to build the package using sources from the upstream repository).


Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog	2012-01-01 14:37:48 UTC (rev 1217)
+++ tcl8.6/trunk/debian/changelog	2012-01-29 07:32:49 UTC (rev 1218)
@@ -1,8 +1,10 @@
 tcl8.6 (8.6.0~b2-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Don't break the build if tdbc headers aren't in the tarball (helps
+    to build the package using sources from the upstream repository).
 
- -- Sergei Golovan <sgolovan at debian.org>  Mon, 08 Aug 2011 23:30:06 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Sun, 29 Jan 2012 11:32:25 +0400
 
 tcl8.6 (8.6.0~b2-1) experimental; urgency=low
 

Modified: tcl8.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules	2012-01-01 14:37:48 UTC (rev 1217)
+++ tcl8.6/trunk/debian/rules	2012-01-29 07:32:49 UTC (rev 1218)
@@ -112,7 +112,7 @@
 	cp compat/*.h debian/tmp/usr/include/tcl$(v)/tcl-private/compat
 	install -d debian/tmp/usr/include/tcl$(v)/tcl-private/libtommath
 	cp libtommath/*.h debian/tmp/usr/include/tcl$(v)/tcl-private/libtommath
-	rm debian/tmp/usr/include/tcl$(v)/tdbc*.h
+	-rm debian/tmp/usr/include/tcl$(v)/tdbc*.h
 	#
 	# Fix up the manpages.
 	cd debian/tmp/usr/share/man/man1 && \




More information about the Pkg-tcltk-commits mailing list