[DRE-commits] [ruby-dotenv] 01/01: removing manpage for dotenv-bin and using debian/rules dh_install_override instead

Markus Tornow nadir-guest at alioth.debian.org
Fri Oct 18 21:52:35 UTC 2013


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

nadir-guest pushed a commit to branch master
in repository ruby-dotenv.

commit 49ce50996283d56983a6914f81f4148e30fcfd4e
Author: molloy <tornow at riseup.net>
Date:   Fri Oct 18 23:44:54 2013 +0200

    removing manpage for dotenv-bin and using debian/rules dh_install_override instead
    
    	modified:   debian/changelog
    	deleted:    debian/dotenv.1.pod
    	deleted:    debian/ruby-dotenv.manpages
    	modified:   debian/rules
    
    	modified:   debian/changelog
    	deleted:    debian/dotenv.1.pod
    	deleted:    debian/ruby-dotenv.manpages
    	modified:   debian/rules
---
 debian/changelog            |    1 +
 debian/dotenv.1.pod         |   14 --------------
 debian/ruby-dotenv.manpages |    1 -
 debian/rules                |    4 ++++
 4 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba78f29..242ab1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-dotenv (0.9.0-1) unstable; urgency=low
 
   * New upstream Release
+  * Removing bin/dotenv from the binary package 
 
  -- Markus Tornow <tornow at riseup.net>  Sat, 12 Oct 2013 00:44:46 +0200
 
diff --git a/debian/dotenv.1.pod b/debian/dotenv.1.pod
deleted file mode 100644
index e541219..0000000
--- a/debian/dotenv.1.pod
+++ /dev/null
@@ -1,14 +0,0 @@
-=encoding UTF-8
-
-=head1 NAME
-
-dotenv - a configuration variable loader
-
-=head1 DESCRIPTION
-
-Like the gem "foreman", B<dotenv> will automagically load variables from .env, but doesn't put them inthe Procfile. Instead they are accessible via ENV.
-Thus it can also be used when running an application manually, using the  interactive console, or running a Rake task.
-
-=head1 EXAMPLES
-
-https://github.com/bkeepers/dotenv#sinatra-or-plain-ol-ruby
diff --git a/debian/ruby-dotenv.manpages b/debian/ruby-dotenv.manpages
deleted file mode 100644
index ccca0e1..0000000
--- a/debian/ruby-dotenv.manpages
+++ /dev/null
@@ -1 +0,0 @@
-man/dotenv.1
diff --git a/debian/rules b/debian/rules
index 5ec43a2..adae33a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,9 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
+override_dh_install:
+	dh_install
+	rm -rf debian/ruby-dotenv/usr/bin
+
 override_dh_installchangelogs:
 	dh_installchangelogs Changelog.md 

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



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