[DRE-commits] [ruby-tioga] 01/02: Drop explicit versioned dependencies on ruby
Vincent Fourmond
fourmond at moszumanska.debian.org
Thu Jan 30 21:34:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
fourmond pushed a commit to branch master
in repository ruby-tioga.
commit 769ad009a83e3eb5b0702bb2cb4390af721ed7dc
Author: Vincent Fourmond <fourmond at debian.org>
Date: Wed Jan 29 22:03:09 2014 +0100
Drop explicit versioned dependencies on ruby
---
debian/changelog | 8 ++++++++
debian/control | 6 +++---
debian/rules | 2 +-
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6195639..0405c38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-tioga (1.17-2) unstable; urgency=low
+
+ * Drop all references to versioned ruby packages, since gem2deb pulls them
+ in anyway (closes: #735663)
+ * Conforms to standards 3.9.5
+
+ -- Vincent Fourmond <fourmond at debian.org> Wed, 29 Jan 2014 23:25:29 +0100
+
ruby-tioga (1.17-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 9f606e1..9f65ee0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: ruby
Priority: optional
Maintainer: Vincent Fourmond <fourmond at debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), ruby1.8-dev, ruby1.8, zlib1g-dev,
- rdoc1.8, libfftw3-dev, ruby1.9.1, ruby1.9.1-dev,
+Build-Depends: debhelper (>= 7.0.50~), rdoc,
+ libfftw3-dev, zlib1g-dev,
gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
Homepage: http://tioga.rubyforge.org
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-tioga.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-tioga.git;a=summary
diff --git a/debian/rules b/debian/rules
index 1876665..ffc686f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@
override_dh_auto_build:
dh_auto_build
# Then build documentation
- rdoc1.8 -o rdoc
+ rdoc -o rdoc
override_dh_auto_clean:
dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-tioga.git
More information about the Pkg-ruby-extras-commits
mailing list