[DRE-commits] [ruby-uuid] 02/05: remove duplocate commands in bin
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Oct 22 06:51:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-uuid.
commit fb739dab0cd2af6d5e597437b7df28eaefd95095
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Oct 22 10:47:12 2014 +0530
remove duplocate commands in bin
---
debian/patches/remove-bin-commands.patch | 84 ++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 85 insertions(+)
diff --git a/debian/patches/remove-bin-commands.patch b/debian/patches/remove-bin-commands.patch
new file mode 100644
index 0000000..babb4ef
--- /dev/null
+++ b/debian/patches/remove-bin-commands.patch
@@ -0,0 +1,84 @@
+Index: ruby-uuid/bin/rake
+===================================================================
+--- ruby-uuid.orig/bin/rake
++++ /dev/null
+@@ -1,16 +0,0 @@
+-#!/usr/bin/env ruby
+-#
+-# This file was generated by Bundler.
+-#
+-# The application 'rake' is installed as part of a gem, and
+-# this file is here to facilitate running it.
+-#
+-
+-require 'pathname'
+-ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+- Pathname.new(__FILE__).realpath)
+-
+-require 'rubygems'
+-require 'bundler/setup'
+-
+-load Gem.bin_path('rake', 'rake')
+Index: ruby-uuid/bin/yard
+===================================================================
+--- ruby-uuid.orig/bin/yard
++++ /dev/null
+@@ -1,16 +0,0 @@
+-#!/usr/bin/env ruby
+-#
+-# This file was generated by Bundler.
+-#
+-# The application 'yard' is installed as part of a gem, and
+-# this file is here to facilitate running it.
+-#
+-
+-require 'pathname'
+-ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+- Pathname.new(__FILE__).realpath)
+-
+-require 'rubygems'
+-require 'bundler/setup'
+-
+-load Gem.bin_path('yard', 'yard')
+Index: ruby-uuid/bin/yardoc
+===================================================================
+--- ruby-uuid.orig/bin/yardoc
++++ /dev/null
+@@ -1,16 +0,0 @@
+-#!/usr/bin/env ruby
+-#
+-# This file was generated by Bundler.
+-#
+-# The application 'yardoc' is installed as part of a gem, and
+-# this file is here to facilitate running it.
+-#
+-
+-require 'pathname'
+-ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+- Pathname.new(__FILE__).realpath)
+-
+-require 'rubygems'
+-require 'bundler/setup'
+-
+-load Gem.bin_path('yard', 'yardoc')
+Index: ruby-uuid/bin/yri
+===================================================================
+--- ruby-uuid.orig/bin/yri
++++ /dev/null
+@@ -1,16 +0,0 @@
+-#!/usr/bin/env ruby
+-#
+-# This file was generated by Bundler.
+-#
+-# The application 'yri' is installed as part of a gem, and
+-# this file is here to facilitate running it.
+-#
+-
+-require 'pathname'
+-ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+- Pathname.new(__FILE__).realpath)
+-
+-require 'rubygems'
+-require 'bundler/setup'
+-
+-load Gem.bin_path('yard', 'yri')
diff --git a/debian/patches/series b/debian/patches/series
index 3831caa..70378b3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+remove-bin-commands.patch
version-fix.patch
require-mocha-setup.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-uuid.git
More information about the Pkg-ruby-extras-commits
mailing list