[DRE-commits] [ruby-haml-rails] 01/02: refresh packaging

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 5 12:02:15 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-haml-rails.

commit ec9b8289ba0c392bc4168d62f77158a8011f1f7d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 5 17:09:17 2015 +0530

    refresh packaging
---
 debian/changelog |  8 ++++++++
 debian/compat    |  2 +-
 debian/control   | 23 ++++++++++++++++++++---
 debian/rules     |  5 ++++-
 4 files changed, 33 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9ef177b..5822c78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-haml-rails (0.9.0-3) UNRELEASED; urgency=medium
+
+  * Team upload
+  * Add ruby-htaml2haml rails to depends
+  * Refresh packaging with dh-make-ruby -w (compat bumped to 9)
+
+ -- Pirate Praveen <praveen at debian.org>  Mon, 05 Oct 2015 17:07:56 +0530
+
 ruby-haml-rails (0.9.0-2) unstable; urgency=medium
 
   * Reupload to unstable as freeze is over 
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 1a49455..54b5ab0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,19 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake, rails, ruby-test-unit
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-actionpack (>= 4.0.1),
+               ruby-activesupport (>= 4.0.1),
+               ruby-haml (<< 5.0),
+               ruby-haml (>= 4.0.6),
+               ruby-html2haml (>= 1.0.1),
+               ruby-railties (>= 4.0.1),
+               ruby-test-unit
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-haml-rails.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-haml-rails.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-haml-rails.git
 Homepage: http://github.com/indirect/haml-rails
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
@@ -14,7 +23,15 @@ XS-Ruby-Versions: all
 Package: ruby-haml-rails
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-haml, ruby-activesupport, ruby-actionpack, ruby-railties, ruby-rails
+Depends: ruby | ruby-interpreter,
+         ruby-actionpack (>= 4.0.1),
+         ruby-activesupport (>= 4.0.1),
+         ruby-haml (<< 5.0),
+         ruby-haml (>= 4.0.6),
+         ruby-html2haml (>= 1.0.1),
+         ruby-railties (>= 4.0.1),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Haml Generator for Rails 3
  Haml-rails provides Haml generators for Rails 3. It also enables Haml as the 
  templating engine for you, so you don't have to screw around in your own 
diff --git a/debian/rules b/debian/rules
index d81794d..b5052b9 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-haml-rails.git



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