[DRE-commits] r6011 - trunk/libtioga-ruby/debian

Vincent Fourmond fourmond at alioth.debian.org
Sat Jan 22 10:26:16 UTC 2011


Author: fourmond
Date: 2011-01-22 10:26:14 +0000 (Sat, 22 Jan 2011)
New Revision: 6011

Modified:
   trunk/libtioga-ruby/debian/changelog
   trunk/libtioga-ruby/debian/rules
Log:
[libtioga-ruby] Updated to new build system, almost ready for upload

Modified: trunk/libtioga-ruby/debian/changelog
===================================================================
--- trunk/libtioga-ruby/debian/changelog	2011-01-20 18:18:00 UTC (rev 6010)
+++ trunk/libtioga-ruby/debian/changelog	2011-01-22 10:26:14 UTC (rev 6011)
@@ -1,18 +1,16 @@
-libtioga-ruby (1.12-1) experimental; urgency=low
+libtioga-ruby (1.13-1) experimental (NOT YET RELEASABLE); urgency=low
 
   * New upstream release
   * Already conforms to standards 3.9.1
   * Switched to using cdbs/ruby-setup-rb.mk now that upstream build 
     system relies on setup.rb
-  * Disable a whole bunch of now-useless patches...
   * Remove all patches, not necessary anymore, along with references to dpatch
   * Switch to format 3.0 (quilt)
-  * Remove the -examples package: there is no need to separated examples
-    from documentation.
+  * Remove the -examples package: there is no need to split the examples 
+    out of the documentation.
   * Bump debhelper compatibility to 7
   * Add graphviz as build-depends for rdoc
-  * TODO: have the images correctly included in the documentation + build
-    a tarball for samples
+  * Include images in the generated documentation
 
  -- Vincent Fourmond <fourmond at debian.org>  Tue, 19 Oct 2010 22:55:25 +0200
 

Modified: trunk/libtioga-ruby/debian/rules
===================================================================
--- trunk/libtioga-ruby/debian/rules	2011-01-20 18:18:00 UTC (rev 6010)
+++ trunk/libtioga-ruby/debian/rules	2011-01-22 10:26:14 UTC (rev 6011)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+binary-install/libtioga-ruby-doc::
+	dh_install -plibtioga-ruby-doc images usr/share/doc/libtioga-ruby-doc/rdoc/
+




More information about the Pkg-ruby-extras-commits mailing list