[DRE-commits] [ruby-coffee-script] 03/04: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Aug 14 17:08:01 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-coffee-script.

commit 8c0614e995597b85f0b56cf837e99978a6981eea
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Aug 14 14:04:19 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog |  1 +
 debian/compat    |  2 +-
 debian/control   | 16 ++++++++++++----
 debian/rules     |  2 ++
 4 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 92a2478..851d4ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-coffee-script (2.4.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 14 Aug 2015 14:03:12 -0300
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 3e900c8..d419ca0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,25 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-coffee-script-source,
+               ruby-execjs
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-coffee-script.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-coffee-script.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-coffee-script.git
 Homepage: http://github.com/josh/ruby-coffee-script
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-coffee-script
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-coffee-script-source, ruby-execjs
+Depends: ruby | ruby-interpreter,
+         ruby-coffee-script-source,
+         ruby-execjs,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby CoffeeScript Compiler
  Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. It allows Ruby
  programs and libraries to compile CoffeeScript code into JavaScript.
diff --git a/debian/rules b/debian/rules
index c6142f6..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+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-coffee-script.git



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