[DRE-commits] [taskwarrior-web] 03/04: Replace gem2deb boilerplate.

Ben Armstrong synrg at alioth.debian.org
Thu Aug 15 20:42:12 UTC 2013


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

synrg pushed a commit to branch master
in repository taskwarrior-web.

commit b377f99f392faa73b8afacb188bb9a3053662c9a
Author: Ben Armstrong <synrg at debian.org>
Date:   Thu Aug 15 17:39:36 2013 -0300

    Replace gem2deb boilerplate.
---
 debian/changelog            |    2 +-
 debian/control              |   25 +++++++++++++++++--------
 debian/taskwarrior-web.docs |    3 +--
 3 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ebaf0c..165bd90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 taskwarrior-web (1.1.11-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #719315)
 
  -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca>  Thu, 15 Aug 2013 15:11:08 -0300
diff --git a/debian/control b/debian/control
index 99da07c..0afbaa2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,26 @@ 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~), rake, ruby-rack-test, ruby-rspec
 Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/taskwarrior-web.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/taskwarrior-web.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/taskwarrior-web.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/taskwarrior-web.git;a=summary
 Homepage: http://github.com/theunraveler/taskwarrior-web
-XS-Ruby-Versions: all
+XS-Ruby-Versions: ruby1.9.1
 
 Package: taskwarrior-web
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# sinatra (>= 0), parseconfig (>= 0), vegas (>= 0), rinku (>= 0), versionomy (>= 0), activesupport (~> 3), sinatra-simple-navigation (>= 0), rack-flash3 (>= 0), json (~> 1.7.7), rake (>= 0, development), rack-test (>= 0, development), rspec (>= 0, development), rspec-html-matchers (>= 0, development)
-Description: Web frontend for taskwarrior command line task manager.
- This gem provides a graphical frontend for the Taskwarrior task manager. It is based on Sinatra.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1, ruby-sinatra, ruby-parseconfig, ruby-vegas, ruby-rinku, ruby-versionomy, ruby-activesupport-3.2, ruby-sinatra-simple-navigation, ruby-rack-flash3, ruby-json
+Description: Web frontend for the Taskwarrior todo application
+ A lightweight, Sinatra-based web interface for the wonderful Taskwarrior todo
+ application.
+ .
+ The current featureset includes:
+ .
+ * Viewing tasks sorted and grouped in various ways.
+ * Creating a new task with a due date, project, and tags.
+ * Editing and deleting tasks.
+ * Uses your task config to determine date formatting and when an upcoming task
+   should be marked as "due".
+ * Optional HTTP Basic authentication.
diff --git a/debian/taskwarrior-web.docs b/debian/taskwarrior-web.docs
index 07b3c9e..b43bf86 100644
--- a/debian/taskwarrior-web.docs
+++ b/debian/taskwarrior-web.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md

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



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