[DRE-commits] [ruby-pg] 04/04: rdoc fixes: encoding, jquery symlink

Dmitry Borodaenko angdraug at alioth.debian.org
Sun Aug 11 00:53:14 UTC 2013


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

angdraug pushed a commit to branch master
in repository ruby-pg.

commit 675d816e3fc7f90cddc9ab300f450da23fea1003
Author: Dmitry Borodaenko <angdraug at gmail.com>
Date:   Sat Aug 10 17:47:26 2013 -0700

    rdoc fixes: encoding, jquery symlink
---
 debian/changelog |    2 ++
 debian/control   |    1 +
 debian/links     |    1 +
 debian/rules     |    2 +-
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4026fee..bdeedf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ ruby-pg (0.16.0-1) unstable; urgency=low
   [ Dmitry Borodaenko ]
   * New upstream version.
   * Standards-Version upgraded to 3.9.3 (no changes).
+  * Do not set RPATH in ext/extconf.rb.
+  * Restore symlink to libjs-jquery that was lost in gem2deb transition.
 
   [ Cédric Boutillier ]
   * debian/control: remove obsolete DM-Upload-Allowed flag.
diff --git a/debian/control b/debian/control
index edbc010..dfd0aee 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Replaces: libpgsql-ruby (<< 0.11.0+gem2deb-1~), libpgsql-ruby-doc (<< 0.11.0+gem2deb-1~), libpgsql-ruby1.8 (<< 0.11.0+gem2deb-1~), libpgsql-ruby1.9.1 (<< 0.11.0+gem2deb-1~)
 Breaks: libpgsql-ruby (<< 0.11.0+gem2deb-1~), libpgsql-ruby-doc (<< 0.11.0+gem2deb-1~), libpgsql-ruby1.8 (<< 0.11.0+gem2deb-1~), libpgsql-ruby1.9.1 (<< 0.11.0+gem2deb-1~)
 Provides: libpgsql-ruby, libpgsql-ruby-doc, libpgsql-ruby1.8, libpgsql-ruby1.9.1
+Suggests: libjs-jquery
 Description: PostgreSQL interface for Ruby
  ruby-pg module allows Ruby programs to interface with the PostgreSQL
  database engine. It supports the functions defined in libpq library.
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..427b417
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.min.js /usr/share/doc/ruby-pg/rdoc/js/jquery.js
diff --git a/debian/rules b/debian/rules
index ec658a9..0ce1fdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ override_dh_auto_build:
 	dh_auto_build
 
 override_dh_installdocs:
-	rdoc --op rdoc --main PGconn --title "Ruby interface to PostgreSQL RDBMS" ext/pg.c
+	rdoc --op rdoc --main PGconn --title "Ruby interface to PostgreSQL RDBMS" --encoding=UTF-8 ext/pg.c
 	dh_installdocs
 
 override_dh_installchangelogs:

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



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