[DRE-commits] r3805 - packages-wip/sinatra/trunk/debian

Laurent VALLAR val-guest at alioth.debian.org
Sun Jul 19 19:38:03 UTC 2009


Author: val-guest
Date: 2009-07-19 19:38:01 +0000 (Sun, 19 Jul 2009)
New Revision: 3805

Modified:
   packages-wip/sinatra/trunk/debian/changelog
   packages-wip/sinatra/trunk/debian/control
   packages-wip/sinatra/trunk/debian/copyright
Log:
Lintian fixes, change section, thanks Ryan Niebur

Modified: packages-wip/sinatra/trunk/debian/changelog
===================================================================
--- packages-wip/sinatra/trunk/debian/changelog	2009-07-19 00:24:43 UTC (rev 3804)
+++ packages-wip/sinatra/trunk/debian/changelog	2009-07-19 19:38:01 UTC (rev 3805)
@@ -7,6 +7,10 @@
   * Provide patch to fix in file template support, see
     https://sinatra.lighthouseapp.com/projects/9779-sinatra/tickets/254
   * Move images from library path and provide patch to fix path in code.
+  * Build HTML API documentation using rdoc instead of mislav-hanna gem which
+    is not packaged for now.
+  * Add graphviz dependency for build process plus many lintian fixes
+    (thanks Ryan).
 
   [ Ryan Niebur ]
   * fix watch file

Modified: packages-wip/sinatra/trunk/debian/control
===================================================================
--- packages-wip/sinatra/trunk/debian/control	2009-07-19 00:24:43 UTC (rev 3804)
+++ packages-wip/sinatra/trunk/debian/control	2009-07-19 19:38:01 UTC (rev 3805)
@@ -1,9 +1,9 @@
 Source: sinatra
-Section: libs
+Section: ruby
 Priority: extra
 Maintainer: Laurent Vallar <val at zbla.net>
 Standards-Version: 3.8.2
-Build-Depends: cdbs, debhelper (>= 5.0.37), ruby-pkg-tools, libsetup-ruby1.8
+Build-Depends: cdbs, debhelper (>= 5.0.37), ruby-pkg-tools, libsetup-ruby1.8, graphviz
 Build-Depends-Indep: ruby1.8, rdoc
 Homepage: http://www.sinatrarb.com/
 
@@ -23,7 +23,7 @@
 Package: libsinatra-ruby
 Architecture: all
 Depends: ${misc:Depends}, libsinatra-ruby1.8
-Description: Ruby web-development dressed in a DSL
+Description: Ruby web-development dressed in a DSL (Ruby 1.8 package)
  Sinatra is an open source web framework for Ruby programming language.
  It provides simple Domain Specific Language (DSL) for defining RESTful
  HTTP actions, and then defining how the application is going to respond
@@ -39,7 +39,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Description: Ruby web-development dressed in a DSL
+Description: Ruby web-development dressed in a DSL (documentation)
  Sinatra is an open source web framework for Ruby programming language.
  It provides simple Domain Specific Language (DSL) for defining RESTful
  HTTP actions, and then defining how the application is going to respond

Modified: packages-wip/sinatra/trunk/debian/copyright
===================================================================
--- packages-wip/sinatra/trunk/debian/copyright	2009-07-19 00:24:43 UTC (rev 3804)
+++ packages-wip/sinatra/trunk/debian/copyright	2009-07-19 19:38:01 UTC (rev 3805)
@@ -30,7 +30,7 @@
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  OTHER DEALINGS IN THE SOFTWARE.
 
-The Debian packaging is (C) 2009, Laurent Vallar <val at zbla.net> and
+The Debian packaging is © 2009, Laurent Vallar <val at zbla.net> and
 is licensed under the GPL version 2.
 
 On Debian systems, the complete text of the GNU General Public




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