[DRE-commits] [ruby-ffi-yajl] 01/01: Drop HTML documentation conversion
Tiago Ilieve
myhro-guest at moszumanska.debian.org
Sun May 8 02:08:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
myhro-guest pushed a commit to branch master
in repository ruby-ffi-yajl.
commit 4b0e892b883d6db1074c2bd060c3003efb5c9a28
Author: Tiago Ilieve <tiago.myhro at gmail.com>
Date: Sat May 7 23:07:44 2016 -0300
Drop HTML documentation conversion
---
debian/changelog | 11 +++++++++
debian/clean | 1 -
debian/control | 1 -
debian/patches/0002-Clean-README.patch | 41 ----------------------------------
debian/patches/series | 1 -
debian/ruby-ffi-yajl.docs | 2 +-
debian/rules | 4 ----
7 files changed, 12 insertions(+), 49 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4837679..8c25486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ruby-ffi-yajl (2.2.3-2) UNRELEASED; urgency=medium
+
+ * debian/control:
+ - Remove 'discount' from build dependencies.
+ * Drop HTML documentation conversion:
+ - Delete 'debian/clean', update 'debian/ruby-ffi-yajl.docs'.
+ - Drop '0002-Clean-README.patch'.
+ - Remove 'override_dh_auto_build' from 'debian/rules'.
+
+ -- Tiago Ilieve <tiago.myhro at gmail.com> Sat, 07 May 2016 23:03:56 -0300
+
ruby-ffi-yajl (2.2.3-1) unstable; urgency=medium
[ Cédric Boutillier ]
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index daa30a3..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-README.html
diff --git a/debian/control b/debian/control
index 3c5a742..a6a010a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
Uploaders: Antonio Terceiro <terceiro at debian.org>,
Tiago Ilieve <tiago.myhro at gmail.com>
Build-Depends: debhelper (>= 9~),
- discount,
gem2deb,
libyajl-dev,
rake,
diff --git a/debian/patches/0002-Clean-README.patch b/debian/patches/0002-Clean-README.patch
deleted file mode 100644
index 7c73489..0000000
--- a/debian/patches/0002-Clean-README.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: the README file will be converted from Markdown to HTML during
-build time. Two things have been done to clean it:
-.
-To avoid fetching content from external sources when it is accessed, the
-status image from Travis CI and Code Climate were removed.
-.
-The "How to Install" section was removed, as users of binary packages doesn't
-need them.
-Forwarded: not-needed
-Author: Tiago Ilieve <tiago.myhro at gmail.com>
-
---- a/README.md
-+++ b/README.md
-@@ -1,6 +1,3 @@
--
--[](https://travis-ci.org/chef/ffi-yajl) [](https://codeclimate.com/github/chef/ffi-yajl)
--
- # FFI YAJL
-
- ffi-yajl is a Ruby adapter for the [yajl](http://lloyd.github.io/yajl/)
-@@ -9,20 +6,6 @@
- order to be compatible with as many Ruby implementations as possible
- while providing good performance where possible.
-
--## How to Install
--
--Install from the command-line:
--
--```
--gem install ffi-yajl
--```
--
--Or use a Gemfile:
--
--```
--gem 'ffi-yajl'
--```
--
- ## Supported Ruby VMs:
-
- * Ruby MRI 1.9.3/2.0.0/2.1.x/2.2.x
diff --git a/debian/patches/series b/debian/patches/series
index 15c7306..d69acbc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
0001-Use-the-system-libyajl2.patch
-0002-Clean-README.patch
diff --git a/debian/ruby-ffi-yajl.docs b/debian/ruby-ffi-yajl.docs
index daa30a3..b43bf86 100644
--- a/debian/ruby-ffi-yajl.docs
+++ b/debian/ruby-ffi-yajl.docs
@@ -1 +1 @@
-README.html
+README.md
diff --git a/debian/rules b/debian/rules
index ea9ec3c..1caa6d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,6 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
-override_dh_auto_build:
- dh_auto_build
- mkd2html README.md
-
override_dh_auto_install:
dh_auto_install
# included binary is not useful on end user systems
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi-yajl.git
More information about the Pkg-ruby-extras-commits
mailing list