[DRE-commits] [ruby-hoe] 03/07: bump Standards-Version; drop rubygems, restrict version checking for rake
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Jan 16 11:17:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-hoe.
commit 9817a8a9b229b3c805c13255c85b357b4ea18961
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Jan 16 11:00:54 2014 +0100
bump Standards-Version; drop rubygems, restrict version checking for rake
---
debian/changelog | 2 ++
debian/control | 5 ++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5e1b640..f81183c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ ruby-hoe (3.8.0-1) UNRELEASED; urgency=medium
+ remove obsolete DM-Upload-Allowed flag
+ use canonical URI in Vcs-* fields
* debian/copyright: use copyright-format/1.0 official URL for Format field
+ * bump Standards-Version to 3.9.5 (no changes needed)
+ * drop rubygems from Depends, restrict version checking for rake
-- Cédric Boutillier <boutil at debian.org> Thu, 16 Jan 2014 10:51:58 +0100
diff --git a/debian/control b/debian/control
index bc84997..42dab3d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Clint Byrum <clint at ubuntu.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2), ruby-minitest (>= 2.12), rake (>= 0.8.7)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hoe.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-hoe.git;a=summary
Homepage: http://rubyforge.org/projects/seattlerb/
@@ -16,8 +16,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends},
${misc:Depends},
ruby | ruby-interpreter,
- rake (>= 0.8.7),
- rubygems1.9.1 | rubygems
+ rake (>= 0.8.7), rake (<< 0.11)
Description: rake/rubygems helper for project Rakefiles
Hoe is a rake/rubygems helper for project Rakefiles. It helps you
manage and maintain, and release your project and includes a dynamic
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hoe.git
More information about the Pkg-ruby-extras-commits
mailing list