[DRE-commits] [ruby-rouge] 06/09: update packaging with dh-make-ruby -w

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jul 20 05:55:09 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-rouge.

commit 20d0789bcd66b635bfa42ecd74c9269ac387ad59
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Jul 20 07:20:15 2015 +0200

    update packaging with dh-make-ruby -w
---
 debian/control   | 16 ++++++++++------
 debian/copyright |  2 +-
 debian/rules     |  5 ++++-
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 4cf7e6a..89ac909 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,22 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rouge.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rouge.git;a=summary
-Homepage: https://github.com/jayferd/rouge
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rouge.git
+Homepage: http://rouge.jneen.net/
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-rouge
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Pure-Ruby syntax highlighter compatible with pygments
- Rouge is a pure-ruby syntax highlighter. It can highlight over 60
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: pure-Ruby syntax highlighter compatible with pygments
+ Rouge is a pure-Ruby syntax highlighter. It can highlight over 60
  languages, and output HTML or ANSI 256-color text. Its HTML output is
  compatible with stylesheets designed for pygments.
diff --git a/debian/copyright b/debian/copyright
index 9674a40..a33bccf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: rouge
-Source: http://github.com/jayferd/rouge
+Source: https://github.com/jneen/rouge
 
 Files: *
 Copyright: 2012 Jay Adkisson
diff --git a/debian/rules b/debian/rules
index d81794d..acfc5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,13 @@
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
+#export DH_RUBY_IGNORE_TESTS=ruby2.1 ruby2.2
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
+#
+# Uncomment to check dependencies during build:
+# export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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