[DRE-commits] [ruby-swd] 01/02: fix autopkgtest
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Jul 23 16:07:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-swd.
commit 2eefbec6728208fc3af05f2caca496c7ad4f3ac1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sat Jul 23 17:34:29 2016 +0530
fix autopkgtest
---
debian/changelog | 6 ++++++
debian/rules | 7 +------
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5012123..ed36a32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-swd (1.0.1-2) unstable; urgency=medium
+
+ * Install as gem: Fixes autopkgtest failure (Closes: #832213)
+
+ -- Pirate Praveen <praveen at debian.org> Sat, 23 Jul 2016 17:33:50 +0530
+
ruby-swd (1.0.1-1) unstable; urgency=medium
* Initial release (Closes: #829368)
diff --git a/debian/rules b/debian/rules
index 8b8cfc5..bb7648a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,11 @@
#!/usr/bin/make -f
export GEM2DEB_TEST_RUNNER = --check-dependencies
+export DH_RUBY = --gem-install
%:
dh $@ --buildsystem=ruby --with ruby
-override_dh_auto_install:
- cp VERSION lib
- dh_auto_install
clean:
- cp -f VERSION lib
dh_clean
- rm -rf coverage
- rm -rf lib/VERSION
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-swd.git
More information about the Pkg-ruby-extras-commits
mailing list