[DRE-commits] r4273 - in trunk/libpdf-writer-ruby: . debian

Gunnar Wolf gwolf at alioth.debian.org
Tue Oct 20 20:05:24 UTC 2009


Author: gwolf
Date: 2009-10-20 20:05:21 +0000 (Tue, 20 Oct 2009)
New Revision: 4273

Added:
   trunk/libpdf-writer-ruby/debian/libpdf-writer-ruby-doc.examples
   trunk/libpdf-writer-ruby/metaconfig
Modified:
   trunk/libpdf-writer-ruby/debian/changelog
Log:
Fixed a slight FTBFS; added the examples to the -doc package

Modified: trunk/libpdf-writer-ruby/debian/changelog
===================================================================
--- trunk/libpdf-writer-ruby/debian/changelog	2009-10-20 18:20:29 UTC (rev 4272)
+++ trunk/libpdf-writer-ruby/debian/changelog	2009-10-20 20:05:21 UTC (rev 4273)
@@ -7,8 +7,11 @@
   * Added missing ${misc:Depends} dependencies
   * Added debian/README.source explaining the need for the +dfsg version
   * Standards-version 3.7.3 → 3.8.3
+  * Commented out upstream's metaconfig, as it uses a call to setup.rb no
+    longer supported by the version in Debian
+  * Include the example files in the documentation binary package
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 20 Oct 2009 13:14:09 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 20 Oct 2009 14:58:28 -0500
 
 libpdf-writer-ruby (1.1.7+dfsg-2) unstable; urgency=low
 

Added: trunk/libpdf-writer-ruby/debian/libpdf-writer-ruby-doc.examples
===================================================================
--- trunk/libpdf-writer-ruby/debian/libpdf-writer-ruby-doc.examples	                        (rev 0)
+++ trunk/libpdf-writer-ruby/debian/libpdf-writer-ruby-doc.examples	2009-10-20 20:05:21 UTC (rev 4273)
@@ -0,0 +1,8 @@
+demo/chunkybacon.rb
+demo/code.rb
+demo/colornames.rb
+demo/demo.rb
+demo/gettysburg.rb
+demo/hello.rb
+demo/individual-i.rb
+demo/pac.rb

Added: trunk/libpdf-writer-ruby/metaconfig
===================================================================
--- trunk/libpdf-writer-ruby/metaconfig	                        (rev 0)
+++ trunk/libpdf-writer-ruby/metaconfig	2009-10-20 20:05:21 UTC (rev 4273)
@@ -0,0 +1,13 @@
+#!/usr/bin/env ruby
+#--
+# PDF::Writer for Ruby.
+#   http://rubyforge.org/projects/ruby-pdf/
+#   Copyright 2003 - 2005 Austin Ziegler.
+#
+#   Licensed under a MIT-style licence. See LICENCE in the main distribution
+#   for full licensing information.
+#
+# $Id: metaconfig 153 2007-02-07 02:28:41Z austin $
+#++
+
+# add_script_extension 'afm'




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