[DRE-commits] [ruby-github-markdown] 04/09: do not install the gfm script in bin/ (to avoid conflict with gfm package)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Apr 27 10:02:16 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-github-markdown.

commit 5d89a3fd0e0f64c69d88707ffbdcdb55bc8f6ed6
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Apr 27 11:38:26 2015 +0200

    do not install the gfm script in bin/ (to avoid conflict with gfm package)
---
 debian/changelog                     | 4 +++-
 debian/ruby-github-markdown.examples | 1 +
 debian/rules                         | 4 ++++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0c7685d..2bf062b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-ruby-github-markdown (0.6.4-1) UNRELEASED; urgency=medium
+ruby-github-markdown (0.6.8-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #nnnn)
+    + install the gfm script as an example in
+      /usr/share/doc/ruby-github-markdown
 
  -- Cédric Boutillier <boutil at debian.org>  Tue, 04 Mar 2014 18:19:14 +0100
diff --git a/debian/ruby-github-markdown.examples b/debian/ruby-github-markdown.examples
new file mode 100644
index 0000000..755e09f
--- /dev/null
+++ b/debian/ruby-github-markdown.examples
@@ -0,0 +1 @@
+bin/gfm
diff --git a/debian/rules b/debian/rules
index 82ddc0c..5aabb87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) -r debian/ruby-github-markdown/usr/bin/

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



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