[DRE-commits] [ruby-uuidtools] 02/03: skip installing compat libs, solving #853887
Marc Dequènes
duck at moszumanska.debian.org
Tue Feb 7 21:27:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
duck pushed a commit to branch master
in repository ruby-uuidtools.
commit ebf8c5c051171bfdf748b66d681af59ade4d3edf
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date: Wed Feb 8 06:09:38 2017 +0900
skip installing compat libs, solving #853887
---
debian/changelog | 7 +++++++
debian/rules | 6 ++++++
2 files changed, 13 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 46341fa..d1af28d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-uuidtools (2.1.5-2) UNRELEASED; urgency=medium
+
+ * Removed embedded compat library, useless and causing conflict
+ (Closes: #853887)
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Wed, 08 Feb 2017 05:41:50 +0900
+
ruby-uuidtools (2.1.5-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 21ac0e9..6f68e31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,12 @@ override_dh_auto_build:
rdoc --all --inline-source --diagram --fileboxes --line-numbers --fmt=html \
-o build-doc/rdoc lib
+# do not install compatibility libraries which are already included in
+# recent Ruby anyway and only cause conflicts (see #853887)
+override_dh_auto_install:
+ dh_auto_install
+ rm -rf debian/ruby-uuidtools/usr/lib/ruby/vendor_ruby/compat
+
override_dh_installdocs:
dh_installdocs
# use the system library
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-uuidtools.git
More information about the Pkg-ruby-extras-commits
mailing list