[DRE-commits] [vagrant-lxc] 04/17: install docs and examples to the proper place

Antonio Terceiro terceiro at moszumanska.debian.org
Thu May 28 10:46:21 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 8c9cba61ab429f83804402d8abefd2d693e74375
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Feb 26 10:55:11 2014 -0300

    install docs and examples to the proper place
---
 debian/patches/expanded-gemspec.patch | 2 +-
 debian/refresh-gemspec                | 2 +-
 debian/vagrant-lxc.docs               | 4 ++--
 debian/vagrant-lxc.examples           | 1 +
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/patches/expanded-gemspec.patch b/debian/patches/expanded-gemspec.patch
index d08bdfb..0156bd5 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 = [".rspec", ".travis.yml", ".vimrc", "BOXES.md", "CHANGELOG.md", "CONTRIBUTING.md", "Gemfile", "Gemfile.lock", "Guardfile", "README.md", "Rakefile", "development/Vagrantfile", "development/lxc-configs/lxc-dev-box", "development/lxc-configs/sid", "development/lxc-configs/squeeze", "development/lxc-configs/vbox", "development/lxc-configs/wheezy", "development/site.pp", "lib/vagrant-lxc.rb", "lib/vagrant-lxc/action.rb", "lib/vagrant-lxc/action/boot.rb", "lib/vagrant-lxc/action/c [...]
++  s.files = [".rspec", ".travis.yml", ".vimrc", "Gemfile", "Gemfile.lock", "Guardfile", "Rakefile", "development/Vagrantfile", "development/lxc-configs/lxc-dev-box", "development/lxc-configs/sid", "development/lxc-configs/squeeze", "development/lxc-configs/vbox", "development/lxc-configs/wheezy", "development/site.pp", "lib/vagrant-lxc.rb", "lib/vagrant-lxc/action.rb", "lib/vagrant-lxc/action/boot.rb", "lib/vagrant-lxc/action/check_created.rb", "lib/vagrant-lxc/action/check_running.rb", [...]
 +  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 f4ae887..c1e76bb 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\// || f == ".gitignore" || f == "LICENSE.txt" || f =~ /boxes\// }; 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" || f =~ /boxes\// || f =~ /\.md$/ }; puts spec.to_ruby' > $gemspec
 quilt refresh
 quilt pop -a
diff --git a/debian/vagrant-lxc.docs b/debian/vagrant-lxc.docs
index 07b3c9e..e655d96 100644
--- a/debian/vagrant-lxc.docs
+++ b/debian/vagrant-lxc.docs
@@ -1,2 +1,2 @@
-# FIXME: READMEs found
-# README.md
+README.md
+BOXES.md
diff --git a/debian/vagrant-lxc.examples b/debian/vagrant-lxc.examples
new file mode 100644
index 0000000..c955c11
--- /dev/null
+++ b/debian/vagrant-lxc.examples
@@ -0,0 +1 @@
+boxes/

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