[DRE-commits] [vagrant-lxc] 01/02: 0002-Fix-shebang-in-sudoers-template.patch: actually fix script shebang

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Nov 9 16:27:20 UTC 2015


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

terceiro pushed a commit to branch master
in repository vagrant-lxc.

commit c23592dfd49f25987a2a6dd1ad76787bc1f70913
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Mon Nov 9 14:20:33 2015 -0200

    0002-Fix-shebang-in-sudoers-template.patch: actually fix script shebang
---
 debian/changelog                                          | 6 ++++++
 debian/patches/0002-Fix-shebang-in-sudoers-template.patch | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9df56a0..6ecf478 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vagrant-lxc (1.2.1-2) UNRELEASED; urgency=medium
+
+  * 0002-Fix-shebang-in-sudoers-template.patch: actually fix script shebang
+
+ -- Antonio Terceiro <terceiro at debian.org>  Mon, 09 Nov 2015 14:19:34 -0200
+
 vagrant-lxc (1.2.1-1) unstable; urgency=medium
 
   * New upstream release (Closes: #802657)
diff --git a/debian/patches/0002-Fix-shebang-in-sudoers-template.patch b/debian/patches/0002-Fix-shebang-in-sudoers-template.patch
index 23b7231..290747f 100644
--- a/debian/patches/0002-Fix-shebang-in-sudoers-template.patch
+++ b/debian/patches/0002-Fix-shebang-in-sudoers-template.patch
@@ -12,7 +12,7 @@ index cfcb68a..b4e78f5 100644
 +++ b/templates/sudoers.rb.erb
 @@ -1,4 +1,4 @@
 -#!<%= cmd_paths['ruby'] %>
-+#/usr/bin/ruby
++#!/usr/bin/ruby
  # Automatically created by vagrant-lxc
  
  class Whitelist

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



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