r1604 - in packages/trunk/rrootage: . debian

Miriam Ruiz baby-guest at costa.debian.org
Fri Sep 22 20:16:07 UTC 2006


Author: baby-guest
Date: 2006-09-22 20:16:07 +0000 (Fri, 22 Sep 2006)
New Revision: 1604

Removed:
   packages/trunk/rrootage/src/
Modified:
   packages/trunk/rrootage/debian/changelog
   packages/trunk/rrootage/debian/control
   packages/trunk/rrootage/debian/rules
Log:
Modified building system for using quilt.
Added patch for GCC 4.1.
Changed some adminitstrative data (like daf's email).



Modified: packages/trunk/rrootage/debian/changelog
===================================================================
--- packages/trunk/rrootage/debian/changelog	2006-09-22 16:40:02 UTC (rev 1603)
+++ packages/trunk/rrootage/debian/changelog	2006-09-22 20:16:07 UTC (rev 1604)
@@ -1,11 +1,22 @@
-rrootage (0.23a-4) UNRELEASED; urgency=low
+rrootage (0.23a-5) UNRELEASED; urgency=low
 
   [ Eddy Petrișor ]
-  * fixed watch file to not be so loose and to track correctly the source
-  * fixed Homepage semifield
+  * Fixed watch file to not be so loose and to track correctly the source
+  * Fixed Homepage semifield
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sat, 24 Jun 2006 02:16:32 +0300
+  [ Miriam Ruiz ]
+  * Modified building system for using quilt.
 
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 22 Sep 2006 21:57:02 +0200
+
+rrootage (0.23a-4) unstable; urgency=low
+
+  * Add patch from Martin Michlmayr to allow compilatoin with G++ 4.1.
+    Closes: #357404.
+  * Update my email address.
+
+ -- Dafydd Harries <daf at debian.org>  Sun, 26 Mar 2006 20:04:38 +0100
+
 rrootage (0.23a-3) unstable; urgency=low
 
   * Removed circular dependency between rrootage and rrootage-data.

Modified: packages/trunk/rrootage/debian/control
===================================================================
--- packages/trunk/rrootage/debian/control	2006-09-22 16:40:02 UTC (rev 1603)
+++ packages/trunk/rrootage/debian/control	2006-09-22 20:16:07 UTC (rev 1604)
@@ -2,8 +2,8 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Dafydd Harries <daf at muse.19inch.net>
-Build-Depends: debhelper (>= 4.0.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libglut3-dev
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Dafydd Harries <daf at debian.org>
+Build-Depends: debhelper (>= 4.0.0), quilt, libsdl1.2-dev, libsdl-mixer1.2-dev, libglut3-dev
 Standards-Version: 3.6.2
 
 Package: rrootage

Modified: packages/trunk/rrootage/debian/rules
===================================================================
--- packages/trunk/rrootage/debian/rules	2006-09-22 16:40:02 UTC (rev 1603)
+++ packages/trunk/rrootage/debian/rules	2006-09-22 20:16:07 UTC (rev 1604)
@@ -15,6 +15,8 @@
 build-stamp:
 	dh_testdir
 
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
+
 	$(MAKE) -C src/bulletml MORE_CFLAGS="$(CFLAGS)"
 	$(MAKE) -C src -f makefile.lin MORE_CFLAGS="$(CFLAGS)"
 
@@ -29,6 +31,8 @@
 	$(MAKE) -C src/bulletml/tinyxml clean
 	$(MAKE) -C src -f makefile.lin clean
 
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
+
 	dh_clean
 
 install-indep:




More information about the Pkg-games-commits mailing list