[DRE-commits] [ruby-gnome2] 05/10: ruby-poppler migrated to GObject Introspection bindings.
Daisuke Higuchi
dai at moszumanska.debian.org
Fri Oct 20 05:05:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
dai pushed a commit to branch master
in repository ruby-gnome2.
commit 74f842a2edf3038ebf4030f7926b57e9044f61b2
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date: Fri Oct 20 12:36:06 2017 +0900
ruby-poppler migrated to GObject Introspection bindings.
---
debian/control | 15 +++++++--------
debian/ruby-poppler.install | 4 ++--
debian/rules | 2 +-
3 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index f024ed9..09ab017 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,6 @@ Build-Depends: debhelper (>= 10~),
libgtksourceview2.0-dev,
libjpeg-dev,
libpng-dev,
- libpoppler-glib-dev (>= 0.8.0),
librsvg2-dev (>= 2.8.0),
libxmu-dev,
pkg-config,
@@ -335,16 +334,16 @@ Description: Pango bindings for the Ruby language
the Ruby programming language.
Package: ruby-poppler
-Architecture: any
+Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: poppler
Depends: ruby | ruby-interpreter,
- ruby-glib2 (= ${binary:Version}),
- ruby-gdk-pixbuf2 (>= ${source:Version}),
- ruby-cairo,
- ${misc:Depends},
- ${shlibs:Depends}
-Multi-Arch: same
+ gir1.2-poppler-0.18,
+ ruby-gobject-introspection (>= ${source:Version}),
+ ruby-gio2 (>= ${source:Version}),
+ ruby-cairo-gobject (>= ${source:Version}),
+ ${misc:Depends}
+Multi-Arch: foreign
Description: Ruby bindings for the libpoppler-glib library
Poppler is a PDF rendering library based on xpdf PDF viewer. This package
contains ruby bindings for Poppler.
diff --git a/debian/ruby-poppler.install b/debian/ruby-poppler.install
index 43f7787..2d8ff10 100644
--- a/debian/ruby-poppler.install
+++ b/debian/ruby-poppler.install
@@ -1,3 +1,3 @@
-usr/lib/*/ruby/vendor_ruby/*/poppler.so
usr/lib/ruby/vendor_ruby/poppler.rb
-usr/share/rubygems-integration/*/specifications/poppler-*.gemspec
+usr/lib/ruby/vendor_ruby/poppler/*
+usr/share/rubygems-integration/all/specifications/poppler-*.gemspec
diff --git a/debian/rules b/debian/rules
index a0d2a52..4cdfc4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ override_dh_installdocs:
dh_installdocs -XTODO
override_dh_strip:
- for i in cairo-gobject gio2 glib2 gobject-introspection gstreamer gtk2 gtk3 gtksourceview2 pango poppler ; do \
+ for i in cairo-gobject gio2 glib2 gobject-introspection gstreamer gtk2 gtk3 gtksourceview2 pango ; do \
dh_strip -pruby-$$i --ddeb-migration="ruby-$$i-dbg (<< 3.0.9-1~)" ; \
done
dh_strip
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gnome2.git
More information about the Pkg-ruby-extras-commits
mailing list