[DRE-commits] [ruby-file-tail] 01/03: debian/rules: Allow package to install rtail

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Thu Jul 14 18:49:50 UTC 2016


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

lucasmoura-guest pushed a commit to branch master
in repository ruby-file-tail.

commit 81ed0742ecde863578674727ae2ae04404c7321d
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Thu Jul 14 15:43:56 2016 -0300

    debian/rules: Allow package to install rtail
---
 debian/changelog | 7 +++++++
 debian/rules     | 7 +------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dca3033..e0a8045 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-file-tail (1.1.1-2) UNRELEASED; urgency=medium
+
+  * Team upload
+  * debian/rules: Allow package to install rtail executable
+
+ -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Thu, 14 Jul 2016 15:42:44 -0300
+
 ruby-file-tail (1.1.1-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 5fe9d74..a44c522 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,12 +10,7 @@
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
+UPSTREAM_VERSION = $(shell dpkg-parsechangelog | awk '{ if ($$1 == "Version:") { print($$2) } }' | cut -d - -f 1)
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
-
-override_dh_install:
-	dh_install
-	# Installed /usr/bin/rtail requires tins, a series of library
-	# extensions not fit for release
-	rm -r debian/ruby-file-tail/usr/bin/

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



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