r45047 - in /desktop/unstable/gnome-tetravex/debian: changelog patches/ patches/series patches/set_locale_dir.patch

seb128 at users.alioth.debian.org seb128 at users.alioth.debian.org
Thu Jun 11 19:43:58 UTC 2015


Author: seb128
Date: Thu Jun 11 19:43:58 2015
New Revision: 45047

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45047
Log:
svn add the patch directory

Added:
    desktop/unstable/gnome-tetravex/debian/patches/
    desktop/unstable/gnome-tetravex/debian/patches/series
    desktop/unstable/gnome-tetravex/debian/patches/set_locale_dir.patch
Modified:
    desktop/unstable/gnome-tetravex/debian/changelog

Modified: desktop/unstable/gnome-tetravex/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-tetravex/debian/changelog?rev=45047&op=diff
==============================================================================
--- desktop/unstable/gnome-tetravex/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-tetravex/debian/changelog	[utf-8] Thu Jun 11 19:43:58 2015
@@ -1,4 +1,4 @@
-gnome-tetravex (1:3.16.0-2) unstable; urgency=medium
+gnome-tetravex (1:3.16.0-2) UNRELEASED; urgency=medium
 
   * debian/patches/set_locale_dir.patch:
     - don't use datadirname variable, new intltool doesn't define that one

Added: desktop/unstable/gnome-tetravex/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-tetravex/debian/patches/series?rev=45047&op=file
==============================================================================
--- desktop/unstable/gnome-tetravex/debian/patches/series	(added)
+++ desktop/unstable/gnome-tetravex/debian/patches/series	[utf-8] Thu Jun 11 19:43:58 2015
@@ -0,0 +1 @@
+set_locale_dir.patch

Added: desktop/unstable/gnome-tetravex/debian/patches/set_locale_dir.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-tetravex/debian/patches/set_locale_dir.patch?rev=45047&op=file
==============================================================================
--- desktop/unstable/gnome-tetravex/debian/patches/set_locale_dir.patch	(added)
+++ desktop/unstable/gnome-tetravex/debian/patches/set_locale_dir.patch	[utf-8] Thu Jun 11 19:43:58 2015
@@ -0,0 +1,15 @@
+# Description: don't use a deprecated variable (new libtool doesn't set it)
+# Upstream: no, the Makefile.in.in is not part of the vcs, it's just the
+# current tarball that has the bug
+--- gnome-tetravex-3.16.0/po/Makefile.in.in.orig	2015-06-11 19:16:57.093181297 +0200
++++ gnome-tetravex-3.16.0/po/Makefile.in.in	2015-06-11 19:17:26.069602623 +0200
+@@ -33,8 +33,7 @@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+ libdir = @libdir@
+-DATADIRNAME = @DATADIRNAME@
+-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
++itlocaledir = $(datadir)/locale
+ subdir = po
+ install_sh = @install_sh@
+ # Automake >= 1.8 provides @mkdir_p at .




More information about the pkg-gnome-commits mailing list