r15042 - in packages/trunk/projectl/debian: . patches
Miriam Ruiz
miriam at moszumanska.debian.org
Mon Apr 21 05:28:38 UTC 2014
Author: miriam
Date: 2014-04-21 05:28:37 +0000 (Mon, 21 Apr 2014)
New Revision: 15042
Added:
packages/trunk/projectl/debian/patches/maxParts_init.patch
Modified:
packages/trunk/projectl/debian/changelog
packages/trunk/projectl/debian/control
packages/trunk/projectl/debian/patches/series
packages/trunk/projectl/debian/rules
Log:
Prepare release
Modified: packages/trunk/projectl/debian/changelog
===================================================================
--- packages/trunk/projectl/debian/changelog 2014-04-19 00:56:41 UTC (rev 15041)
+++ packages/trunk/projectl/debian/changelog 2014-04-21 05:28:37 UTC (rev 15042)
@@ -1,3 +1,11 @@
+projectl (1.001.dfsg1-7) unstable; urgency=medium
+
+ * Fixed ftbfs after the gdc update in 4.8.2-19. Closes: #743855
+ * Upgraded Standards-Version from 3.9.4 to 3.9.6
+ * Changed my email address to miriam at debian.org
+
+ -- Miriam Ruiz <miriam at debian.org> Mon, 21 Apr 2014 07:05:22 +0200
+
projectl (1.001.dfsg1-6) unstable; urgency=low
* Added build-depends on libphobos-dev
Modified: packages/trunk/projectl/debian/control
===================================================================
--- packages/trunk/projectl/debian/control 2014-04-19 00:56:41 UTC (rev 15041)
+++ packages/trunk/projectl/debian/control 2014-04-21 05:28:37 UTC (rev 15042)
@@ -1,13 +1,13 @@
Source: projectl
Section: games
-Priority: extra
+Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Peter De Wachter <pdewacht at gmail.com>
+Uploaders: Miriam Ruiz <miriam at debian.org>, Peter De Wachter <pdewacht at gmail.com>
Build-Depends: debhelper (>= 9), gdc (>= 4.8.1), libphobos-dev,
libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
libsdl1.2-dev, libsdl-mixer1.2-dev
Build-Conflicts: libphobos-4.4-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://hiz.fool.jp/hp/game/projectL/index_en.html
Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/projectl/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/projectl/
Added: packages/trunk/projectl/debian/patches/maxParts_init.patch
===================================================================
--- packages/trunk/projectl/debian/patches/maxParts_init.patch (rev 0)
+++ packages/trunk/projectl/debian/patches/maxParts_init.patch 2014-04-21 05:28:37 UTC (rev 15042)
@@ -0,0 +1,13 @@
+Index: projectL_1001/src/util/parts.d
+===================================================================
+--- projectL_1001.orig/src/util/parts.d 2014-04-21 07:04:12.732694491 +0200
++++ projectL_1001/src/util/parts.d 2014-04-21 07:25:00.810692795 +0200
+@@ -632,7 +632,7 @@
+ parts.length = maxParts;
+ //parts = new List!(Parts)();
+ partsIdx = 0;
+- maxParts = n;
++ //maxParts = n;
+ }
+
+ public bool add(Parts p){
Modified: packages/trunk/projectl/debian/patches/series
===================================================================
--- packages/trunk/projectl/debian/patches/series 2014-04-19 00:56:41 UTC (rev 15041)
+++ packages/trunk/projectl/debian/patches/series 2014-04-21 05:28:37 UTC (rev 15042)
@@ -3,3 +3,4 @@
directories.patch
put_prefs_in_home_dir.patch
dlang_v2.patch
+maxParts_init.patch
Modified: packages/trunk/projectl/debian/rules
===================================================================
--- packages/trunk/projectl/debian/rules 2014-04-19 00:56:41 UTC (rev 15041)
+++ packages/trunk/projectl/debian/rules 2014-04-21 05:28:37 UTC (rev 15042)
@@ -6,15 +6,12 @@
DFLAGS = -frelease
endif
-
%:
dh $@
override_dh_auto_build:
dh_auto_build -- DFLAGS="$(DFLAGS)"
-
-
get-orig-source:
dh_testdir
dh_testroot
More information about the Pkg-games-commits
mailing list