[DRE-commits] [asciidoctor] 07/10: Refresh packaging

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Nov 17 16:38:35 UTC 2015


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

terceiro pushed a commit to branch master
in repository asciidoctor.

commit fbe19522491486f4695f49efafa5d03b5911291f
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Nov 17 11:54:05 2015 -0200

    Refresh packaging
---
 debian/changelog |  4 ++++
 debian/compat    |  2 +-
 debian/control   | 39 ++++++++++++++++++---------------------
 debian/rules     | 13 ++-----------
 4 files changed, 25 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5ec8574..496d736 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ asciidoctor (1.5.3-1) unstable; urgency=medium
   * Team upload
   * New upstream release
     - Includes the manpage backend!
+  * Refresh packaging:
+    - bump debian/compat to 9
+    - reformat debian/control, and add Testsuite: header
+    - cleanup debian/rules
   * Patches removed (already applied upstream):
     - require-asciidoctor.patch
     - update-asciidoctor.1-manpage.patch
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 920c701..85deaf8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,34 +3,31 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Per Andersson <avtobiff at gmail.com>, Guillaume Grossetie <ggrossetie at gmail.com>
-Build-Depends:
- debhelper (>= 7.0.50~),
- gem2deb (>= 0.7.5~),
- coderay,
- erubis,
- locales,
- rake,
- ruby-htmlentities,
- ruby-mocha,
- ruby-nokogiri (>= 1.5.10),
- ruby-tilt,
- ruby-slim,
- ruby-haml,
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               coderay,
+               erubis,
+               locales,
+               rake,
+               ruby-htmlentities,
+               ruby-mocha,
+               ruby-nokogiri (>= 1.5.10),
+               ruby-tilt,
+               ruby-slim,
+               ruby-haml,
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/asciidoctor.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/asciidoctor.git;a=summary
-Homepage: http://asciidoctor.org/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/asciidoctor.git
+Homepage: http://asciidoctor.org
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: asciidoctor
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- ruby | ruby-interpreter
-Suggests:
- asciidoc, asciidoctor-doc
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: AsciiDoc to HTML rendering for Ruby
  Asciidoctor is a pure Ruby processor for converting AsciiDoc source files and
  strings into HTML 5, DocBook 4.5, DocBook 5.0 and other formats.
diff --git a/debian/rules b/debian/rules
index 5d9df51..3481229 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

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



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