diff -Nru ruby-pkg-config-1.2.8/debian/changelog ruby-pkg-config-1.2.9/debian/changelog --- ruby-pkg-config-1.2.8/debian/changelog 2017-10-22 02:25:27.000000000 +0000 +++ ruby-pkg-config-1.2.9/debian/changelog 2018-01-14 02:44:20.000000000 +0000 @@ -1,6 +1,15 @@ -ruby-pkg-config (1.2.8-1) unstable; urgency=medium +ruby-pkg-config (1.2.9-1) unstable; urgency=medium + + [ HIGUCHI Daisuke (VDR dai) ] + * New upstream release. + * eliminate lintian warning: unnecessary-team-upload + * Move Vcs-* to salsa.debian.org + * Bump debhelper compatibility level to 11 + * Update Standards-Version to 4.1.3 - * Team upload. + -- HIGUCHI Daisuke (VDR dai) Sun, 14 Jan 2018 11:44:20 +0900 + +ruby-pkg-config (1.2.8-1) unstable; urgency=medium [ Antonio Terceiro ] * Remove myself from Uploaders: @@ -14,8 +23,6 @@ ruby-pkg-config (1.2.7-1) unstable; urgency=medium - * Team upload. - [ HIGUCHI Daisuke (VDR dai) ] * New upstream release. @@ -23,8 +30,6 @@ ruby-pkg-config (1.2.4-1) unstable; urgency=medium - * Team upload. - [ HIGUCHI Daisuke (VDR dai) ] * New upstream release. * d/p/fix_libz_bug870850.patch: dropped. applied upstream. diff -Nru ruby-pkg-config-1.2.8/debian/compat ruby-pkg-config-1.2.9/debian/compat --- ruby-pkg-config-1.2.8/debian/compat 2017-08-07 12:43:07.000000000 +0000 +++ ruby-pkg-config-1.2.9/debian/compat 2018-01-14 02:42:37.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru ruby-pkg-config-1.2.8/debian/control ruby-pkg-config-1.2.9/debian/control --- ruby-pkg-config-1.2.8/debian/control 2017-10-22 02:23:36.000000000 +0000 +++ ruby-pkg-config-1.2.9/debian/control 2018-01-14 02:43:07.000000000 +0000 @@ -3,13 +3,13 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: HIGUCHI Daisuke (VDR dai) -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper (>= 11~), gem2deb, libcairo2-dev, ruby-test-unit -Standards-Version: 4.1.1 -Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-pkg-config.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-pkg-config.git +Standards-Version: 4.1.3 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-pkg-config.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-pkg-config Homepage: https://github.com/ruby-gnome2/pkg-config XS-Ruby-Versions: all diff -Nru ruby-pkg-config-1.2.8/lib/pkg-config/version.rb ruby-pkg-config-1.2.9/lib/pkg-config/version.rb --- ruby-pkg-config-1.2.8/lib/pkg-config/version.rb 2017-10-19 14:15:45.000000000 +0000 +++ ruby-pkg-config-1.2.9/lib/pkg-config/version.rb 2018-01-13 03:50:13.000000000 +0000 @@ -15,5 +15,5 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module PKGConfig - VERSION = "1.2.8" + VERSION = "1.2.9" end diff -Nru ruby-pkg-config-1.2.8/lib/pkg-config.rb ruby-pkg-config-1.2.9/lib/pkg-config.rb --- ruby-pkg-config-1.2.8/lib/pkg-config.rb 2017-10-19 14:15:45.000000000 +0000 +++ ruby-pkg-config-1.2.9/lib/pkg-config.rb 2018-01-13 03:50:13.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright 2008-2017 Kouhei Sutou +# Copyright 2008-2018 Kouhei Sutou # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -342,12 +342,15 @@ "/usr/local/libx32/pkgconfig", "/usr/local/lib/pkgconfig", "/usr/local/libdata/pkgconfig", + "/usr/local/share/pkgconfig", "/opt/local/lib/pkgconfig", *arch_depended_path, "/usr/lib64/pkgconfig", "/usr/libx32/pkgconfig", "/usr/lib/pkgconfig", "/usr/libdata/pkgconfig", + "/usr/X11R6/lib/pkgconfig", + "/usr/X11R6/share/pkgconfig", "/usr/X11/lib/pkgconfig", "/opt/X11/lib/pkgconfig", "/usr/share/pkgconfig", diff -Nru ruby-pkg-config-1.2.8/NEWS ruby-pkg-config-1.2.9/NEWS --- ruby-pkg-config-1.2.8/NEWS 2017-10-19 14:15:45.000000000 +0000 +++ ruby-pkg-config-1.2.9/NEWS 2018-01-13 03:50:13.000000000 +0000 @@ -1,5 +1,16 @@ = NEWS +== 1.2.9 - 2018-01-13 + +=== Improvements + + * Added more default paths for OpenBSD. + [GitHub#15][Reported by clintpachl] + +=== Thanks + + * clintpachl + == 1.2.8 - 2017-10-19 === Improvements