[DRE-commits] [origami-pdf] 03/14: New upstream release

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Oct 28 19:31:14 UTC 2016


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

terceiro pushed a commit to branch master
in repository origami-pdf.

commit 35826cfbbc362c12a0cf3af3309c9dd5dbb8c6bd
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Fri Oct 28 16:40:39 2016 -0200

    New upstream release
---
 debian/changelog             | 12 ++++++++++++
 debian/control               | 11 ++++++-----
 debian/ruby-origami.docs     |  1 +
 debian/ruby-origami.examples |  2 +-
 debian/rules                 |  2 ++
 5 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 570e531..da228ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+origami-pdf (2.0.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+  * update packaging with a new run of `dh-make-ruby -w`
+    + bump Standards-Version to 3.9.8, no changes needed
+    + new dependency: ruby-colorize
+    + update Homepage: field
+    + refresh debian/rules to make gem2deb-test-runner check dependencies
+      during build.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Fri, 28 Oct 2016 16:35:27 -0200
+
 origami-pdf (1.2.7-3) unstable; urgency=medium
 
   * dont_include_before_requiring.patch: fix incompatibility with Ruby 2.2
diff --git a/debian/control b/debian/control
index 982b1b2..20dc802 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,22 @@ 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 (>= 9),
+Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake,
-               ruby-test-unit
-Standards-Version: 3.9.7
+               ruby-colorize (>= 0.7)
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/origami-pdf.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/origami-pdf.git
-Homepage: https://code.google.com/p/origami-pdf/
-Testsuite: autopkgtest
+Homepage: http://github.com/gdelugre/origami
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-origami
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
+         ruby-colorize (>= 0.7),
          ${misc:Depends}
 Description: PDF analysis and manipulation tool (Ruby library)
  Origami is a PDF-compliant parser. It provides a scripting tool to generate
diff --git a/debian/ruby-origami.docs b/debian/ruby-origami.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-origami.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-origami.examples b/debian/ruby-origami.examples
index 781fb73..e39721e 100644
--- a/debian/ruby-origami.examples
+++ b/debian/ruby-origami.examples
@@ -1 +1 @@
-samples/*
+examples/*
diff --git a/debian/rules b/debian/rules
index 4d87d8f..4cc76c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+
 override_dh_auto_build:
 	rake gemspec
 

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



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