Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package vagrant-sshfs

the version in unstable fixes a RC bug. It also includes a autopkgtest
smoke test, and adds a missing dependency. debdiff attached.

unblock vagrant-sshfs/1.3.0-2

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru vagrant-sshfs-1.3.0/debian/changelog vagrant-sshfs-1.3.0/debian/changelog
--- vagrant-sshfs-1.3.0/debian/changelog	2017-01-06 19:52:50.000000000 -0200
+++ vagrant-sshfs-1.3.0/debian/changelog	2017-02-14 09:59:55.000000000 -0200
@@ -1,3 +1,12 @@
+vagrant-sshfs (1.3.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * debian/rules: use rubygems installation layout (Closes: #854517)
+  * Add missing dependency on vagrant
+  * Add simple autopkgtest smoke test
+
+ -- Antonio Terceiro <terce...@debian.org>  Tue, 14 Feb 2017 09:59:55 -0200
+
 vagrant-sshfs (1.3.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru vagrant-sshfs-1.3.0/debian/control vagrant-sshfs-1.3.0/debian/control
--- vagrant-sshfs-1.3.0/debian/control	2016-09-06 14:41:11.000000000 -0300
+++ vagrant-sshfs-1.3.0/debian/control	2017-02-14 09:59:55.000000000 -0200
@@ -19,6 +19,7 @@
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          openssh-sftp-server,
+         vagrant,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: vagrant plugin that adds synced folder support with sshfs
diff -Nru vagrant-sshfs-1.3.0/debian/rules vagrant-sshfs-1.3.0/debian/rules
--- vagrant-sshfs-1.3.0/debian/rules	2016-09-06 10:48:19.000000000 -0300
+++ vagrant-sshfs-1.3.0/debian/rules	2017-02-14 09:59:55.000000000 -0200
@@ -3,6 +3,7 @@
 include /usr/share/dpkg/default.mk
 
 export GEM2DEB_TEST_RUNNER = --check-dependencies
+export DH_RUBY = --gem-install
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
diff -Nru vagrant-sshfs-1.3.0/debian/tests/control vagrant-sshfs-1.3.0/debian/tests/control
--- vagrant-sshfs-1.3.0/debian/tests/control	1969-12-31 21:00:00.000000000 -0300
+++ vagrant-sshfs-1.3.0/debian/tests/control	2017-02-14 09:59:55.000000000 -0200
@@ -0,0 +1 @@
+Tests: smoke-test
diff -Nru vagrant-sshfs-1.3.0/debian/tests/smoke-test vagrant-sshfs-1.3.0/debian/tests/smoke-test
--- vagrant-sshfs-1.3.0/debian/tests/smoke-test	1969-12-31 21:00:00.000000000 -0300
+++ vagrant-sshfs-1.3.0/debian/tests/smoke-test	2017-02-14 09:59:55.000000000 -0200
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+exec 2>&1
+set -exu
+
+vagrant global-status

Attachment: signature.asc
Description: PGP signature

Reply via email to