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

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Sep 21 16:28:10 UTC 2015


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

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

commit 8e1199f6940cbe01926d4a511ee07c8155d24f4e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Sep 21 13:24:53 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog              |  1 +
 debian/control                | 12 ++++++++----
 debian/ruby-htmlentities.docs |  1 +
 debian/ruby-test-files.yaml   | 12 ++++++------
 debian/rules                  | 13 ++-----------
 debian/watch                  |  4 +---
 6 files changed, 19 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5956f18..7a8a3a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-htmlentities (4.3.3-1) UNRELEASED; urgency=medium
 
   [ Antonio Terceiro ]
   * New upstream release
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 21 Sep 2015 13:21:30 -0300
 
diff --git a/debian/control b/debian/control
index 7fe5c61..643d6aa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,21 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>, Gunnar Wolf <gwolf at debian.org>, Caitlin Matos <caitlin.matos at zoho.com>
-Build-Depends: debhelper (>= 9), gem2deb (>= 0.2.11~)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+               gem2deb
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-htmlentities.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-htmlentities.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-htmlentities.git
 Homepage: https://github.com/threedaymonk/htmlentities
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-htmlentities
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby library for handling HTML entities
  HTMLEntities is a simple library to facilitate encoding and decoding of named
  (ý and so on) or numerical ({ or &#x12a;) entities in HTML and
diff --git a/debian/ruby-htmlentities.docs b/debian/ruby-htmlentities.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-htmlentities.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index f7db53d..532b6f7 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,10 +1,10 @@
---- 
-- test/decoding_test.rb
-- test/xhtml1_test.rb
-- test/html4_test.rb
-- test/encoding_test.rb
+---
 - test/expanded_test.rb
 - test/roundtrip_test.rb
-- test/entities_test.rb
+- test/decoding_test.rb
+- test/encoding_test.rb
 - test/interoperability_test.rb
+- test/entities_test.rb
 - test/string_encodings_test.rb
+- test/html4_test.rb
+- test/xhtml1_test.rb
diff --git a/debian/rules b/debian/rules
index a5e7dc8..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/watch b/debian/watch
index 6f341aa..8119131 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
 version=3
-opts=filenamemangle=s/.+\/v?([\w\.-]+)\.tar\.gz/ruby-htmlentities-$1\.tar\.gz/ \
-    https://github.com/threedaymonk/htmlentities/releases \
-    /threedaymonk/htmlentities/archive/v?([\w\.-]+)\.tar\.gz
+https://github.com/threedaymonk/htmlentities/releases .*/v(.*)\.tar\.gz

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



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