r49682 - in /desktop/unstable/libgnome-games-support/debian: ./ patches/

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 24 15:06:53 UTC 2016


Author: jbicha-guest
Date: Wed Aug 24 15:06:53 2016
New Revision: 49682

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49682
Log:
adapt to upstream removing decimal from API version

Added:
    desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1-2.install
      - copied, changed from r49681, desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.install
    desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1-2.symbols
      - copied, changed from r49681, desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.symbols
    desktop/unstable/libgnome-games-support/debian/patches/
    desktop/unstable/libgnome-games-support/debian/patches/git_no-dot-in-api-version.patch
    desktop/unstable/libgnome-games-support/debian/patches/series
Removed:
    desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.install
    desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.symbols
Modified:
    desktop/unstable/libgnome-games-support/debian/control
    desktop/unstable/libgnome-games-support/debian/control.in

Modified: desktop/unstable/libgnome-games-support/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/control?rev=49682&op=diff
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/control	[utf-8] (original)
+++ desktop/unstable/libgnome-games-support/debian/control	[utf-8] Wed Aug 24 15:06:53 2016
@@ -19,7 +19,7 @@
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgnome-games-support
 Homepage: https://wiki.gnome.org/Apps/Games
 
-Package: libgnome-games-support-1.0-2
+Package: libgnome-games-support-1-2
 Architecture: any
 Multi-Arch: same
 Depends: libgnome-games-support-common,
@@ -45,7 +45,7 @@
 Multi-Arch: same
 Depends: libgee-0.8-dev,
          libglib2.0-dev (>= 2.44),
-         libgnome-games-support-1.0-2 (= ${binary:Version}),
+         libgnome-games-support-1-2 (= ${binary:Version}),
          libgtk-3-dev (>= 3.20),
          ${misc:Depends},
          ${shlibs:Depends},

Modified: desktop/unstable/libgnome-games-support/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/control.in?rev=49682&op=diff
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/control.in	[utf-8] (original)
+++ desktop/unstable/libgnome-games-support/debian/control.in	[utf-8] Wed Aug 24 15:06:53 2016
@@ -15,7 +15,7 @@
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgnome-games-support
 Homepage: https://wiki.gnome.org/Apps/Games
 
-Package: libgnome-games-support-1.0-2
+Package: libgnome-games-support-1-2
 Architecture: any
 Multi-Arch: same
 Depends: libgnome-games-support-common,
@@ -41,7 +41,7 @@
 Multi-Arch: same
 Depends: libgee-0.8-dev,
          libglib2.0-dev (>= 2.44),
-         libgnome-games-support-1.0-2 (= ${binary:Version}),
+         libgnome-games-support-1-2 (= ${binary:Version}),
          libgtk-3-dev (>= 3.20),
          ${misc:Depends},
          ${shlibs:Depends},

Copied: desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1-2.install (from r49681, desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.install)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1-2.install?rev=49682&op=diff
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.install	[utf-8] (original)
+++ desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1-2.install	[utf-8] Wed Aug 24 15:06:53 2016
@@ -1 +1 @@
-usr/lib/*/libgnome-games-support-1.0.so.*
+usr/lib/*/libgnome-games-support-1.so.*

Copied: desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1-2.symbols (from r49681, desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1-2.symbols?rev=49682&op=diff
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.symbols	[utf-8] (original)
+++ desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1-2.symbols	[utf-8] Wed Aug 24 15:06:53 2016
@@ -1,4 +1,4 @@
-libgnome-games-support-1.0.so.2 libgnome-games-support-1.0-2 #MINVER#
+libgnome-games-support-1.so.2 libgnome-games-support-1-2 #MINVER#
  games_grid_frame_construct at Base 1.1.90
  games_grid_frame_get_height at Base 1.1.90
  games_grid_frame_get_type at Base 1.1.90

Added: desktop/unstable/libgnome-games-support/debian/patches/git_no-dot-in-api-version.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/patches/git_no-dot-in-api-version.patch?rev=49682&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/patches/git_no-dot-in-api-version.patch	(added)
+++ desktop/unstable/libgnome-games-support/debian/patches/git_no-dot-in-api-version.patch	[utf-8] Wed Aug 24 15:06:53 2016
@@ -0,0 +1,71 @@
+From 4017144b1798d90dcdb1ffc981abb3ae07c4ef82 Mon Sep 17 00:00:00 2001
+From: Michael Catanzaro <mcatanzaro at gnome.org>
+Date: Tue, 23 Aug 2016 08:34:08 -0500
+Subject: Don't use dot in API version
+
+It's not valid Automake, see
+https://bugzilla.gnome.org/show_bug.cgi?id=770275#c4
+---
+ configure.ac                     |  4 ++--
+ libgnome-games-support-1.0.pc.in | 11 -----------
+ libgnome-games-support-1.pc.in   | 11 +++++++++++
+ 3 files changed, 13 insertions(+), 13 deletions(-)
+ delete mode 100644 libgnome-games-support-1.0.pc.in
+ create mode 100644 libgnome-games-support-1.pc.in
+
+diff --git a/configure.ac b/configure.ac
+index 5f97c44..9285f1c 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -17,7 +17,7 @@ dnl
+ dnl http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
+ AC_SUBST([LIBGNOME_GAMES_SUPPORT_LT_VERSION], [2:1:0])
+ 
+-AC_SUBST([LIBGNOME_GAMES_SUPPORT_API_VERSION], [1.0])
++AC_SUBST([LIBGNOME_GAMES_SUPPORT_API_VERSION], [1])
+ 
+ AC_CONFIG_AUX_DIR([build-aux])
+ AC_CONFIG_MACRO_DIR([m4])
+@@ -43,7 +43,7 @@ AC_SUBST([GETTEXT_PACKAGE], [AC_PACKAGE_NAME])
+ 
+ AC_CONFIG_FILES([
+   Makefile
+-  libgnome-games-support-1.0.pc
++  libgnome-games-support-1.pc
+   po/Makefile.in
+   games/Makefile
+   tests/Makefile
+diff --git a/libgnome-games-support-1.0.pc.in b/libgnome-games-support-1.0.pc.in
+deleted file mode 100644
+index e133193..0000000
+--- a/libgnome-games-support-1.0.pc.in
++++ /dev/null
+@@ -1,11 +0,0 @@
+-prefix=@prefix@
+-exec_prefix=@exec_prefix@
+-libdir=@libdir@
+-includedir=@includedir@
+-
+-Name: libgnome-games-support
+-Description: Useful functionality shared among GNOME games
+-Version: @VERSION@
+-Requires: gee-0.8 glib-2.0 gio-2.0 gtk+-3.0
+-Libs: -L${libdir} -lgnome-games-support- at LIBGNOME_GAMES_SUPPORT_API_VERSION@
+-Cflags: -I${includedir}/gnome-games-support- at LIBGNOME_GAMES_SUPPORT_API_VERSION@
+diff --git a/libgnome-games-support-1.pc.in b/libgnome-games-support-1.pc.in
+new file mode 100644
+index 0000000..e133193
+--- /dev/null
++++ b/libgnome-games-support-1.pc.in
+@@ -0,0 +1,11 @@
++prefix=@prefix@
++exec_prefix=@exec_prefix@
++libdir=@libdir@
++includedir=@includedir@
++
++Name: libgnome-games-support
++Description: Useful functionality shared among GNOME games
++Version: @VERSION@
++Requires: gee-0.8 glib-2.0 gio-2.0 gtk+-3.0
++Libs: -L${libdir} -lgnome-games-support- at LIBGNOME_GAMES_SUPPORT_API_VERSION@
++Cflags: -I${includedir}/gnome-games-support- at LIBGNOME_GAMES_SUPPORT_API_VERSION@

Added: desktop/unstable/libgnome-games-support/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/patches/series?rev=49682&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/patches/series	(added)
+++ desktop/unstable/libgnome-games-support/debian/patches/series	[utf-8] Wed Aug 24 15:06:53 2016
@@ -0,0 +1 @@
+git_no-dot-in-api-version.patch




More information about the pkg-gnome-commits mailing list