r12834 - in packages/trunk/mini18n/debian: . patches
Evgeni Golov
evgeni at alioth.debian.org
Tue Nov 22 22:06:07 UTC 2011
Author: evgeni
Date: 2011-11-22 22:06:07 +0000 (Tue, 22 Nov 2011)
New Revision: 12834
Removed:
packages/trunk/mini18n/debian/patches/01_fix_segfault_LP450821.patch
Modified:
packages/trunk/mini18n/debian/changelog
packages/trunk/mini18n/debian/control
packages/trunk/mini18n/debian/patches/series
Log:
new upstream release
Modified: packages/trunk/mini18n/debian/changelog
===================================================================
--- packages/trunk/mini18n/debian/changelog 2011-11-21 16:41:53 UTC (rev 12833)
+++ packages/trunk/mini18n/debian/changelog 2011-11-22 22:06:07 UTC (rev 12834)
@@ -1,3 +1,11 @@
+mini18n (0.2.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Drop 01_fix_segfault_LP450821.patch.
+ * Build-Depend on cmake.
+
+ -- Evgeni Golov <evgeni at debian.org> Tue, 22 Nov 2011 23:05:30 +0100
+
mini18n (0.1-2) unstable; urgency=low
* debian/control:
Modified: packages/trunk/mini18n/debian/control
===================================================================
--- packages/trunk/mini18n/debian/control 2011-11-21 16:41:53 UTC (rev 12833)
+++ packages/trunk/mini18n/debian/control 2011-11-22 22:06:07 UTC (rev 12834)
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Evgeni Golov <evgeni at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, quilt
+Build-Depends: debhelper (>= 7), quilt, cmake
Standards-Version: 3.8.3
Section: libs
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/mini18n/
Deleted: packages/trunk/mini18n/debian/patches/01_fix_segfault_LP450821.patch
===================================================================
--- packages/trunk/mini18n/debian/patches/01_fix_segfault_LP450821.patch 2011-11-21 16:41:53 UTC (rev 12833)
+++ packages/trunk/mini18n/debian/patches/01_fix_segfault_LP450821.patch 2011-11-22 22:06:07 UTC (rev 12834)
@@ -1,14 +0,0 @@
-Imported from upstream SVN r2410.
-Fixes crash when starting eg yabause with "LANG=" (emtpy).
-
---- mini18n/src/mini18n.c 2009/10/18 13:27:04 2409
-+++ mini18n/src/mini18n.c 2009/10/18 13:38:17 2410
-@@ -74,7 +74,7 @@
- static void mini18n_pv_get_locale(char ** lang, char ** country) {
- char * tmp;
-
-- *country = NULL;
-+ *country = "";
- *lang = strdup(getenv("LANG"));
- if (*lang == NULL) return;
-
Modified: packages/trunk/mini18n/debian/patches/series
===================================================================
--- packages/trunk/mini18n/debian/patches/series 2011-11-21 16:41:53 UTC (rev 12833)
+++ packages/trunk/mini18n/debian/patches/series 2011-11-22 22:06:07 UTC (rev 12834)
@@ -1 +1 @@
-01_fix_segfault_LP450821.patch
+#empty
More information about the Pkg-games-commits
mailing list