[DRE-commits] [gem2deb] 01/01: releasing package gem2deb version 0.22.1

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Nov 11 19:39:28 UTC 2015


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit d49ca699179d2960d1f4d5a3540b729949b0f3a3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Nov 11 17:26:50 2015 -0200

    releasing package gem2deb version 0.22.1
---
 debian/changelog       | 10 ++++++++++
 debian/rules           |  2 +-
 lib/gem2deb/version.rb |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ef5a41d..b7aca8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gem2deb (0.22.1) unstable; urgency=medium
+
+  * Skip integration tests during the build. When buildind only architecture
+    independent packages (i.e. with dpkg-buildpackage -A or sbuild
+    --arch-all-only), the nested dpkg-buildpackage calls in the integration
+    tests will fail. We'll still run the integration tests under autopkgtest
+    though.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Wed, 11 Nov 2015 16:39:24 -0200
+
 gem2deb (0.22) unstable; urgency=medium
 
   [ Pirate Praveen ]
diff --git a/debian/rules b/debian/rules
index 3615097..d12edf6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ override_dh_install:
 $(ruby_versions):
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	# NO_PKG_MANGLE=1 only useful on Ubuntu buildds, to disable pkgbinarymangler
-	NO_PKG_MANGLE=1 $@ -S rake test TESTOPTS=-v
+	NO_PKG_MANGLE=1 $@ -S rake test:unit TESTOPTS=-v
 else
 	@echo "Skipping tests for $@ as DEB_BUILD_OPTIONS contains 'nocheck'"
 endif
diff --git a/lib/gem2deb/version.rb b/lib/gem2deb/version.rb
index c1eed04..c663f76 100644
--- a/lib/gem2deb/version.rb
+++ b/lib/gem2deb/version.rb
@@ -1,3 +1,3 @@
 module Gem2Deb
-  VERSION = '0.22'
+  VERSION = '0.22.1'
 end

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



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