[DRE-commits] [ruby-backbone-on-rails] 02/10: update description, dependencies, uncomment vcs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Nov 15 08:30:56 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-backbone-on-rails.

commit ce158c6ab72d70cc7c388763e96317311860e0c0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Nov 15 13:38:57 2014 +0530

    update description, dependencies, uncomment vcs
---
 debian/control | 27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index ae608d3..5fd00f1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,33 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), libjs-backbone,
+ libjs-underscore
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-backbone-on-rails.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-backbone-on-rails.git;a=summary
 Homepage: http://github.com/meleyal/backbone-on-rails
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-backbone-on-rails
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# railties (>= 0), actionpack (>= 0), actionmailer (>= 0), activemodel (>= 0), activeresource (>= 0), jquery-rails (>= 0), ejs (>= 0), eco (>= 0), rails (>= 0, development), sqlite3 (>= 0, development), turn (>= 0, development)
-Description: A simple gem for using Backbone with Rails
- A simple gem for using Backbone with Rails (>= 3.1), based on thoughtbot's 'Backbone.js on Rails'
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ libjs-backbone, libjs-underscore, ruby-railties, ruby-jquety-rails,
+ ruby-ejs, ruby-eco
+Description: simple library for using Backbone with Rails
+ A simple library for using Backbone with Rails (>= 3.1), based on thoughtbot's
+ 'Backbone.js on Rails'
+ .
+  * Vendors the latest Backbone.js + Underscore.js in the asset pipeline[1]
+ .
+  * Provides an install generator to create a skeleton directory
+    structure and manifest
+ .
+  * Provides a scaffold generator to create files and boilerplate
+ .
+  * Uses the naming conventions from
+    thoughtbot's 'Backbone.js on Rails' http://bit.ly/pLsmzr
+ .
+  * Generates CoffeeScript (default) or JavaScript

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



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