[pkg-boost-commits] r13990 - boost/branches/debian-1.33.1/debian

Domenico Andreoli cavok at costa.debian.org
Thu Jul 20 10:07:04 UTC 2006


Author: cavok
Date: 2006-07-20 10:07:03 +0000 (Thu, 20 Jul 2006)
New Revision: 13990

Modified:
   boost/branches/debian-1.33.1/debian/changelog
   boost/branches/debian-1.33.1/debian/control
   boost/branches/debian-1.33.1/debian/rules
Log:
added missing CSS files

Modified: boost/branches/debian-1.33.1/debian/changelog
===================================================================
--- boost/branches/debian-1.33.1/debian/changelog	2006-05-31 14:12:32 UTC (rev 13989)
+++ boost/branches/debian-1.33.1/debian/changelog	2006-07-20 10:07:03 UTC (rev 13990)
@@ -1,3 +1,10 @@
+boost (1.33.1-5) unstable; urgency=low
+
+  * CSS file for HTML documentation is now correctly installed.
+    Closes: #358986.
+
+ -- Domenico Andreoli <cavok at debian.org>  Tue, 27 Jun 2006 17:14:05 +0200
+
 boost (1.33.1-4) unstable; urgency=low
 
   * Graph library is built with -mlong-calls on hppa too.

Modified: boost/branches/debian-1.33.1/debian/control
===================================================================
--- boost/branches/debian-1.33.1/debian/control	2006-05-31 14:12:32 UTC (rev 13989)
+++ boost/branches/debian-1.33.1/debian/control	2006-07-20 10:07:03 UTC (rev 13990)
@@ -4,7 +4,7 @@
 Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
 Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>, Christophe Prud'homme <prudhomm at debian.org>
 Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, python2.4-dev, zlib1g-dev, libbz2-dev, libicu34-dev
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: bcp
 Architecture: any

Modified: boost/branches/debian-1.33.1/debian/rules
===================================================================
--- boost/branches/debian-1.33.1/debian/rules	2006-05-31 14:12:32 UTC (rev 13989)
+++ boost/branches/debian-1.33.1/debian/rules	2006-07-20 10:07:03 UTC (rev 13990)
@@ -146,7 +146,8 @@
 
 	# package libboost-doc
 	rm -rf $(htmldir)
-	mkdir -p $(htmldir)
+	mkdir -p $(htmldir) $(htmldir)/more/css_0
+	cp more/css_0/* $(htmldir)/more/css_0
 	cat debian/documentation-files \
 	    | xargs cp --parents --target-directory=$(htmldir)
 	rm -rf $(htmldir)/boost




More information about the pkg-boost-commits mailing list