[DRE-commits] [vagrant-lxc] 07/07: remove uneeded files from gemspec

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Feb 26 13:39:21 UTC 2014


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

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

commit 88dac56f2bb1b610f4e4887db04d33096e9a4220
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Feb 26 10:32:37 2014 -0300

    remove uneeded files from gemspec
---
 debian/patches/expanded-gemspec.patch | 2 +-
 debian/refresh-gemspec                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/expanded-gemspec.patch b/debian/patches/expanded-gemspec.patch
index 6e38ff8..44fe3e2 100644
--- a/debian/patches/expanded-gemspec.patch
+++ b/debian/patches/expanded-gemspec.patch
@@ -12,7 +12,7 @@
 +  s.date = "2014-02-26"
 +  s.description = "Linux Containers provider for Vagrant"
 +  s.email = ["fgrehm at gmail.com"]
-+  s.files = [".gitignore", ".rspec", ".travis.yml", ".vimrc", "BOXES.md", "CHANGELOG.md", "CONTRIBUTING.md", "Gemfile", "Gemfile.lock", "Guardfile", "LICENSE.txt", "README.md", "Rakefile", "boxes/build-all.sh", "boxes/build-debian-box.sh", "boxes/build-openmandriva-box.sh", "boxes/build-ubuntu-box.sh", "boxes/common/cleanup", "boxes/common/install-babushka", "boxes/common/install-chef", "boxes/common/install-puppet", "boxes/common/install-salt", "boxes/common/install-salt-debian", "boxe [...]
++  s.files = [".rspec", ".travis.yml", ".vimrc", "BOXES.md", "CHANGELOG.md", "CONTRIBUTING.md", "Gemfile", "Gemfile.lock", "Guardfile", "README.md", "Rakefile", "boxes/build-all.sh", "boxes/build-debian-box.sh", "boxes/build-openmandriva-box.sh", "boxes/build-ubuntu-box.sh", "boxes/common/cleanup", "boxes/common/install-babushka", "boxes/common/install-chef", "boxes/common/install-puppet", "boxes/common/install-salt", "boxes/common/install-salt-debian", "boxes/common/lxc-template", "boxe [...]
 +  s.homepage = "https://github.com/fgrehm/vagrant-lxc"
 +  s.licenses = ["MIT"]
 +  s.require_paths = ["lib"]
diff --git a/debian/refresh-gemspec b/debian/refresh-gemspec
index 819fa59..6f6c676 100755
--- a/debian/refresh-gemspec
+++ b/debian/refresh-gemspec
@@ -19,6 +19,6 @@ else
   quilt add $gemspec
 fi
 
-ruby -e 'spec = Gem::Specification.load("vagrant-lxc.gemspec"); spec.files.reject! { |f| f =~ /^debian/ }; puts spec.to_ruby' > $gemspec
+ruby -e 'spec = Gem::Specification.load("vagrant-lxc.gemspec"); spec.files.reject! { |f| f =~ /^debian/ || f == ".gitignore" || f == "LICENSE.txt" }; puts spec.to_ruby' > $gemspec
 quilt refresh
 quilt pop -a

-- 
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