[DRE-commits] [ruby-prawn] 08/15: run wrap and sort on fields of debian/ files

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 8 14:04:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-prawn.

commit 07b5b122499a60b4800d7a88c98b1a845bd5e22e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Sep 8 14:14:40 2014 +0200

    run wrap and sort on fields of debian/ files
---
 debian/control   | 45 ++++++++++++++++++++++++++-------------------
 debian/copyright |  8 ++++----
 2 files changed, 30 insertions(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index 242c38b..3c11d48 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,16 @@ Source: ruby-prawn
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>, Cédric Boutillier <boutil at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>,
+           Cédric Boutillier <boutil at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
- gem2deb (>= 0.3.0~),
- ruby-rspec,
- ruby-pdf-inspector (>= 1.0.1~),
- ruby-pdf-core (>= 0.2.2),
- ruby-mocha,
- ruby-ttfunk (>= 1.0.3),
- ruby-prawn-manual-builder
+               gem2deb (>= 0.3.0~),
+               ruby-mocha,
+               ruby-pdf-core (>= 0.2.2),
+               ruby-pdf-inspector (>= 1.0.1~),
+               ruby-prawn-manual-builder (>= 0.2.0~),
+               ruby-rspec,
+               ruby-ttfunk (>= 1.0.3)
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-prawn.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-prawn.git;a=summary
@@ -20,32 +21,38 @@ XS-Ruby-Versions: all
 Package: ruby-prawn
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends},
- ruby | ruby-interpreter,
- ruby-pdf-core (>= 0.2.2),
- ruby-ttfunk (>= 1.0.3),
-Suggests: fonts-dejavu-core, fonts-arphic-gkai00mp, ruby-prawn-doc, coderay, ruby-pdf-inspector, ruby-pdf-reader
+Depends: ruby | ruby-interpreter,
+         ruby-pdf-core (>= 0.2.2),
+         ruby-ttfunk (>= 1.0.3),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Suggests: coderay,
+          fonts-arphic-gkai00mp,
+          fonts-dejavu-core,
+          ruby-pdf-inspector,
+          ruby-pdf-reader,
+          ruby-prawn-doc
 Description: Fast, nimble PDF generation library for Ruby
  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 
+  * Simple content positioning, allowing for placing elements relative to
+    their sections
   * Easy text flowing within and around sections
 
 Package: ruby-prawn-doc
 Section: doc
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: ruby-prawn, doc-base
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: doc-base, 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 
+  * 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.
diff --git a/debian/copyright b/debian/copyright
index 9cf15a1..fc07c70 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -39,7 +39,7 @@ Copyright: Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated
 License: Adobe-fonts
 
 Files: data/fonts/Panic+Sans.dfont
-Copyright: 2006 Panic, Inc. 
+Copyright: 2006 Panic, Inc.
            2003 by Bitstream, Inc.
 License: Bitstream
 
@@ -92,11 +92,11 @@ License: Ruby
         d) make other distribution arrangements with the author.
  .
    4. You may modify and include the part of the software into any other
-      software (possibly commercial). 
+      software (possibly commercial).
  .
-   5. The scripts and library files supplied as input to or produced as 
+   5. The scripts and library files supplied as input to or produced as
       output from the software do not automatically fall under the
-      copyright of the software, but belong to whomever generated them, 
+      copyright of the software, but belong to whomever generated them,
       and may be sold commercially, and may be aggregated with this
       software.
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prawn.git



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