[DRE-commits] [SCM] ruby-prawn.git branch, master, updated. upstream/1.0.0_rc1-44-g6e97afc
Cédric Boutillier
cedric.boutillier at gmail.com
Thu Nov 24 23:12:07 UTC 2011
The following commit has been merged in the master branch:
commit 90d310e7ef6f1d2f4d4b8589c26c1c4b8e04ca59
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date: Thu Nov 24 00:12:08 2011 +0100
put the manual in ruby-prawn-doc
diff --git a/debian/control b/debian/control
index 0087c54..bb0f33e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: ruby-prawn
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-pdf-reader (>= 0.9.0), ruby-ttfunk (>= 1.0.2), ruby-pdf-inspector (>= 1.0.1)
-Suggests: ttf-dejavu-core, fonts-arphic-gkai00mp
+Suggests: ttf-dejavu-core, fonts-arphic-gkai00mp, ruby-prawn-doc
Replaces: libprawn-ruby1.8 (<< 1.0.0~rc1-1~), libprawn-ruby1.9.1 (<< 1.0.0~rc1-1~), libprawn-ruby (<< 1.0.0~rc1-1~), libprawn-ruby-common (<< 1.0.0~rc1-1~)
Breaks: libprawn-ruby1.8 (<< 1.0.0~rc1-1~), libprawn-ruby1.9.1 (<< 1.0.0~rc1-1~), libprawn-ruby (<< 1.0.0~rc1-1~), libprawn-ruby-common (<< 1.0.0~rc1-1~)
Provides: libprawn-ruby1.8, libprawn-ruby1.9.1, libprawn-ruby, libprawn-ruby-common
@@ -28,6 +28,21 @@ Description: Fast, nimble PDF generation library for Ruby
their sections
* Easy text flowing within and around sections
+Package: ruby-prawn-doc
+Section: doc
+Architecture: all
+Recommends: ruby-prawn
+Description: Fast, nimble PDF generation library for Ruby (documentation)
+ Prawn is a PDF generation library for Ruby. Its highlights include:
+ * Built in support for UTF-8
+ * Easy image embedding
+ * Flexible table drawing
+ * Simple content positioning, allowing for placing elements relative to
+ their sections
+ * Easy text flowing within and around sections
+ .
+ This package contains the manual created from Prawn's source.
+
# Transitional packages
Package: libprawn-ruby1.8
Section: oldlibs
diff --git a/debian/ruby-prawn-doc.doc-base b/debian/ruby-prawn-doc.doc-base
new file mode 100644
index 0000000..2ee4be4
--- /dev/null
+++ b/debian/ruby-prawn-doc.doc-base
@@ -0,0 +1,11 @@
+Document: prawn-manual
+Title: Prawn's manual
+Author: Gregory Brown et al.
+Abstract: This manual is a collection of examples of usage of Prawn Ruby
+ library. categorized by theme and organized from the least to the
+ most complex.
+
+Section: Programming/Ruby
+
+Format: PDF
+Files: /usr/share/doc/ruby-prawn-doc/manual.pdf
diff --git a/debian/ruby-prawn.docs b/debian/ruby-prawn-doc.docs
similarity index 100%
copy from debian/ruby-prawn.docs
copy to debian/ruby-prawn-doc.docs
diff --git a/debian/ruby-prawn.docs b/debian/ruby-prawn.docs
index 37bbb58..b43bf86 100644
--- a/debian/ruby-prawn.docs
+++ b/debian/ruby-prawn.docs
@@ -1,2 +1 @@
README.md
-manual.pdf
--
ruby-prawn.git
More information about the Pkg-ruby-extras-commits
mailing list