[DRE-commits] [ruby-addressable] 01/01: Add Build-Depends on ruby-coveralls
Miguel Landaeta
nomadium at moszumanska.debian.org
Thu Mar 6 00:59:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository ruby-addressable.
commit 428af744a8e70eaadd9856233e1b55f56bf629b9
Author: Miguel Landaeta <nomadium at debian.org>
Date: Wed Mar 5 21:45:27 2014 -0300
Add Build-Depends on ruby-coveralls
---
debian/changelog | 3 ++-
debian/control | 3 ++-
debian/rules | 3 +++
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index da3a472..93eb079 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
ruby-addressable (2.3.5-1) UNRELEASED; urgency=low
* Team upload.
- * New upstream release.
+ * New upstream release. (Closes: #740794).
* Bump Standards-Version to 3.9.5. No changes were required.
* Refresh patches.
+ * Add Build-Depends on ruby-coveralls.
-- Miguel Landaeta <nomadium at debian.org> Tue, 04 Mar 2014 18:10:58 -0300
diff --git a/debian/control b/debian/control
index 5fa2803..9d4236f 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: Deepak Tripathi <deepak at debian.org>, Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0), ruby-rspec, rake
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0), ruby-rspec, rake,
+ ruby-coveralls
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-addressable.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-addressable.git;a=summary
diff --git a/debian/rules b/debian/rules
index c767980..508b533 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ override_dh_auto_install:
dh_install data/unicode.data usr/share/ruby-addressable/
dh_auto_install
+override_dh_auto_clean:
+ dh_auto_clean
+ -rm -rf coverage/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-addressable.git
More information about the Pkg-ruby-extras-commits
mailing list