[DRE-commits] [ruby-ffaker] 01/01: debian/rules: exclude scripts/* from binary package

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Dec 6 15:56:07 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-ffaker.

commit 0f1e6fa3f97e5665af030e75d82ba20b11f523f9
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Dec 6 13:55:31 2016 -0200

    debian/rules: exclude scripts/* from binary package
    
    due to gem2deb 0.33
---
 debian/changelog | 7 +++++++
 debian/rules     | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 77a2ac7..8f35aaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-ffaker (2.2.0-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * debian/rules: exclude scripts/* from binary package (due to gem2deb 0.33)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 06 Dec 2016 13:54:20 -0200
+
 ruby-ffaker (2.2.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #837939)
diff --git a/debian/rules b/debian/rules
index 069cd94..7f0b42d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 export DH_RUBY = --gem-install
+export DH_RUBY_GEM_INSTALL_BLACKLIST_APPEND = scripts/*
 
 %:
 	LC_ALL=C.UTF-8 dh $@ --buildsystem=ruby --with ruby

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



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