r12231 - packages/trunk/libclaw/debian

Julien Jorge j-jorge-guest at alioth.debian.org
Sat May 7 18:45:28 UTC 2011


Author: j-jorge-guest
Date: 2011-05-07 18:45:24 +0000 (Sat, 07 May 2011)
New Revision: 12231

Modified:
   packages/trunk/libclaw/debian/changelog
   packages/trunk/libclaw/debian/control
   packages/trunk/libclaw/debian/rules
Log:
- Add  libjs-jquery to the dependencies of libclaw-doc.
- Replace the jquery.js file generated by doxygen with a link to the file from libjs-jquery


Modified: packages/trunk/libclaw/debian/changelog
===================================================================
--- packages/trunk/libclaw/debian/changelog	2011-05-07 14:39:19 UTC (rev 12230)
+++ packages/trunk/libclaw/debian/changelog	2011-05-07 18:45:24 UTC (rev 12231)
@@ -3,11 +3,14 @@
   [ Julien Jorge ]
   * Add missing #include <cstddef> to use ptrdiff_t and compile with g++ 4.6.
     Thanks Sébastien Debrard (Closes: #625038, #624919) (LP: #770805).
+  * Add libjs-jquery to the dependencies of libclaw-doc.
+  * Replace the jquery.js file generated by doxygen with a link to the file
+    from libjs-jquery 
 
   [ Gonéri Le Bouder ]
   * Bump standard version to 3.9.2
 
- -- Julien Jorge <julien.jorge at gamned.org>  Mon, 02 May 2011 21:31:53 +0200
+ -- Julien Jorge <julien.jorge at gamned.org>  Sat, 07 May 2011 20:35:25 +0200
 
 libclaw (1.6.1-3) unstable; urgency=low
 

Modified: packages/trunk/libclaw/debian/control
===================================================================
--- packages/trunk/libclaw/debian/control	2011-05-07 14:39:19 UTC (rev 12230)
+++ packages/trunk/libclaw/debian/control	2011-05-07 18:45:24 UTC (rev 12231)
@@ -39,7 +39,7 @@
 Package: libclaw-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery (>= 1.5)
 Homepage: http://libclaw.sourceforge.net/
 Description: Claw is a generalist C++ library (documentation files)
  Claw is a C++ Library Absolutely Wonderful bringing various nice

Modified: packages/trunk/libclaw/debian/rules
===================================================================
--- packages/trunk/libclaw/debian/rules	2011-05-07 14:39:19 UTC (rev 12230)
+++ packages/trunk/libclaw/debian/rules	2011-05-07 18:45:24 UTC (rev 12231)
@@ -46,9 +46,12 @@
 	dh_clean -k 
 	dh_installdirs
 	cd $(BUILD_TREE); $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	find debian/tmp -name "*-static.a" | while read f; do \
+	find . -name "*-static.a" | while read f; do \
 	  mv $$f `echo $$f | sed s/-static//`; \
 	done
+	rm $(CURDIR)/debian/tmp/usr/share/doc/libclaw1/html/jquery.js
+	ln -s /usr/share/javascript/jquery/jquery.js \
+	  $(CURDIR)/debian/tmp/usr/share/doc/libclaw1/html/jquery.js
 	docbook-to-man debian/claw-config.man.sgml > debian/claw-config.1
 
 # Build architecture-independent files here.




More information about the Pkg-games-commits mailing list