[Pkg-bazaar-commits] r49 ./bzr/unstable: Install images that come with the documentation.

Adeodato Simó dato at net.com.org.es
Sat Dec 1 10:27:36 UTC 2007


------------------------------------------------------------
revno: 49
committer: Adeodato Simó <dato at net.com.org.es>
branch nick: unstable
timestamp: Sat 2007-12-01 11:27:36 +0100
message:
  Install images that come with the documentation.
modified:
  changelog
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2007-11-30 15:59:44 +0000
+++ b/changelog	2007-12-01 10:27:36 +0000
@@ -1,3 +1,9 @@
+bzr (1.0~rc1-2) unstable; urgency=low
+
+  * Install images that come with the documentation.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Sat, 01 Dec 2007 11:24:08 +0100
+
 bzr (1.0~rc1-1) unstable; urgency=low
 
   [ Adeodato Simó ]

=== modified file 'rules'
--- a/rules	2007-08-29 11:18:53 +0000
+++ b/rules	2007-12-01 10:27:36 +0000
@@ -37,3 +37,7 @@
 	    	xargs -r0 -i'{}' -n1 install -D -m 644 'doc/{}' \
 	    	"debian/bzr/usr/share/doc/bzr/$$ext/{}"; \
 	done
+# Install images as well
+	( cd doc && find -name "*.png" -print0 ) | \
+	    xargs -r0 -i'{}' -n1 install -D -m 644 'doc/{}' \
+	    "debian/bzr/usr/share/doc/bzr/html/{}"



More information about the Pkg-bazaar-commits mailing list