[DRE-commits] [ruby-rack-google-analytics] 10/11: update dependencies as per gemspec
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun May 4 10:22:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-rack-google-analytics.
commit 436c4b54a110fb5e6b792ef72bd13b2feff9d6d8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun May 4 15:46:10 2014 +0530
update dependencies as per gemspec
---
debian/changelog | 1 +
debian/control | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8db3c8d..4e06ffa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ruby-rack-google-analytics (1.1.0-1) UNRELEASED; urgency=low
* Update watch file to look at github tags
* Refresh patches
* Remove version.rb manipulation from rules (it is fixed upstream)
+ * Add ruby-actionpack and ruby-activesupport to deps and bdeps
-- Pirate Praveen <praveen at debian.org> Sun, 04 May 2014 14:56:02 +0530
diff --git a/debian/control b/debian/control
index 0a2ea13..c4a1adc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Raju D. Vindane <rajuvindane at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-shoulda, ruby-rack-test, ruby-rack
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-shoulda,
+ ruby-rack-test, ruby-rack, ruby-actionpack, ruby-activesupport
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-google-analytics.git
Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-rack-google-analytics.git
@@ -13,7 +14,8 @@ XS-Ruby-Versions: all
Package: ruby-rack-google-analytics
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-actionpack, ruby-activesupport
Description: Simple Rack middleware to inject the Google Analytics tracking code
This middleware injects either the synchronous or asynchronous Google
Analytics tracking code into the correct place of any request only when the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rack-google-analytics.git
More information about the Pkg-ruby-extras-commits
mailing list