[DRE-commits] [ruby-simple-navigation] 01/02: Begin replace gem2deb boilerplate.

Ben Armstrong synrg at alioth.debian.org
Mon Aug 12 00:55:39 UTC 2013


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

synrg pushed a commit to branch master
in repository ruby-simple-navigation.

commit 83793349374563898a333502251b32c64d9ec6cc
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun Aug 11 21:49:11 2013 -0300

    Begin replace gem2deb boilerplate.
---
 debian/control                     |   16 ++++++++++------
 debian/ruby-simple-navigation.docs |    3 +--
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index b52ef54..12b2502 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,21 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-activesupport (>= 2:2.3.2), ruby-actionpack
+# ruby-rspec (>= 2.0.1), rake, rdoc
 Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-simple-navigation.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-simple-navigation.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-simple-navigation.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-simple-navigation.git;a=summary
 Homepage: http://github.com/andi/simple-navigation
 XS-Ruby-Versions: all
 
 Package: ruby-simple-navigation
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activesupport (>= 2.3.2), rspec (>= 2.0.1, development), json_spec (~> 1.1.1, development), rake (>= 0, development), rdoc (>= 0, development), jeweler (>= 0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport (>= 2:2.3.2)
 Description: simple-navigation is a ruby library for creating navigations (with multiple levels) for your Rails2, Rails3, Sinatra or Padrino application.
- With the simple-navigation gem installed you can easily create multilevel navigations for your Rails, Sinatra or Padrino applications. The navigation is defined in a single configuration file. It supports automatic as well as explicit highlighting of the currently active navigation through regular expressions.
+ With the simple-navigation gem installed you can easily create multilevel
+ navigations for your Rails, Sinatra or Padrino applications. The navigation is
+ defined in a single configuration file. It supports automatic as well as
+ explicit highlighting of the currently active navigation through regular
+ expressions.
diff --git a/debian/ruby-simple-navigation.docs b/debian/ruby-simple-navigation.docs
index 786a9ba..e845566 100644
--- a/debian/ruby-simple-navigation.docs
+++ b/debian/ruby-simple-navigation.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README
+README

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



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