[DRE-commits] [ruby-dotenv] 03/05: packaging updates

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Aug 1 17:53:40 UTC 2017


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

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

commit 64de4d07ca659e326695c295c7eb4904a22805a9
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Aug 1 14:35:52 2017 -0300

    packaging updates
---
 debian/changelog     | 19 +++++++++++++++++++
 debian/compat        |  2 +-
 debian/control       |  9 +++++----
 debian/gemspec       |  1 +
 debian/rules         |  1 -
 debian/tests/control |  2 --
 6 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c98f4e7..bc4fa63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+ruby-dotenv (2.2.1-1) UNRELEASED; urgency=medium
+
+  [ Cédric Boutillier ]
+  * Use https:// in Vcs-* fields
+  * Run wrap-and-sort on packaging files
+
+  [ Antonio Terceiro ]
+  * New upstream version 2.2.1
+  * debian/rules:
+    - remove code to remove `dotenv` program
+    - replace DH_RUBY_GEMSPEC with a symlink in debian/gemspec
+  * debian/control:
+    - Bump Standards-Version to 4.0.0 (no changes needed)
+    - Bump debhelper compatibility level to 10
+    - Set `Testsuite:` to `autopkgtest-pkg-ruby`
+  * Drop explicit debian/tests/control, not needed anymore
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 01 Aug 2017 14:32:03 -0300
+
 ruby-dotenv (2.0.2-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index f8171f2..2a7faf0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,17 @@ Source: ruby-dotenv
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Markus Tornow <tornow at riseup.net>
-Build-Depends: debhelper (>= 9~),
+Uploaders: Markus Tornow <tornow at riseup.net>,
+           Antonio Terceiro <terceiro at debian.org>,
+Build-Depends: debhelper (>= 10~),
                gem2deb,
                rake,
                ruby-rspec
-Standards-Version: 3.9.7
+Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-dotenv.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-dotenv.git
 Homepage: https://github.com/bkeepers/dotenv
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-dotenv
diff --git a/debian/gemspec b/debian/gemspec
new file mode 120000
index 0000000..9593be2
--- /dev/null
+++ b/debian/gemspec
@@ -0,0 +1 @@
+../dotenv.gemspec
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 4e86e77..fad0d74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-export DH_RUBY_GEMSPEC = dotenv.gemspec
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index fd91005..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,2 +0,0 @@
-Test-Command: DH_RUBY_GEMSPEC=dotenv.gemspec gem2deb-test-runner --autopkgtest --check-dependencies 2>&1
-Depends: @, rake,ruby-rspec, gem2deb-test-runner

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



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