r10637 - in packages/trunk/adonthell/debian: . source

Moritz Muehlenhoff jmm at alioth.debian.org
Thu Dec 24 22:55:19 UTC 2009


Author: jmm
Date: 2009-12-24 22:55:18 +0000 (Thu, 24 Dec 2009)
New Revision: 10637

Added:
   packages/trunk/adonthell/debian/source/
   packages/trunk/adonthell/debian/source/format
Modified:
   packages/trunk/adonthell/debian/changelog
   packages/trunk/adonthell/debian/control
   packages/trunk/adonthell/debian/rules
Log:
* Convert to source format 3 (quilt)
* Fix version number


Modified: packages/trunk/adonthell/debian/changelog
===================================================================
--- packages/trunk/adonthell/debian/changelog	2009-12-24 15:44:43 UTC (rev 10636)
+++ packages/trunk/adonthell/debian/changelog	2009-12-24 22:55:18 UTC (rev 10637)
@@ -1,11 +1,13 @@
-adonthell (0.3.5-3.1) unstable; urgency=low
+adonthell (0.3.5-4) unstable; urgency=low
 
   * Add myself to uploaders
   * Drop special case handling of Python for arm, Python 2.4 is being
-    removed (Closes: #562401)
-  * Drop versioned Build-Depends for python-dev, swig1.3, quilt and
+    removed. If it still fails with the current toolchain, we need to
+    find a fix in Python or drop support for Arm (Closes: #562401)
+  * Drop versioned Build-Depends for python-dev, swig1.3 and
     python-support; all satified even in Etch
-
+  * Convert to source format 3 (quilt)
+	
  -- Moritz Muehlenhoff <jmm at debian.org>  Thu, 24 Dec 2009 16:31:20 +0100
 
 adonthell (0.3.5-3) unstable; urgency=low

Modified: packages/trunk/adonthell/debian/control
===================================================================
--- packages/trunk/adonthell/debian/control	2009-12-24 15:44:43 UTC (rev 10636)
+++ packages/trunk/adonthell/debian/control	2009-12-24 22:55:18 UTC (rev 10637)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bdefreese at debian.org>, Iain Lane <laney at ubuntu.com>, Moritz Muehlenhoff <jmm at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libsdl1.2-dev, libvorbis-dev, zlib1g-dev, swig1.3, libfreetype6-dev, libaa1-dev, python-dev, python-support, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl1.2-dev, quilt
+Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libsdl1.2-dev, libvorbis-dev, zlib1g-dev, swig1.3, libfreetype6-dev, libaa1-dev, python-dev, python-support, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl1.2-dev
 Standards-Version: 3.8.3
 Homepage: http://adonthell.linuxgames.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/adonthell/

Modified: packages/trunk/adonthell/debian/rules
===================================================================
--- packages/trunk/adonthell/debian/rules	2009-12-24 15:44:43 UTC (rev 10636)
+++ packages/trunk/adonthell/debian/rules	2009-12-24 22:55:18 UTC (rev 10637)
@@ -2,8 +2,6 @@
 
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 CXXFLAGS = -Wall -fno-exceptions -DSWIG_GLOBAL -DDATA_DIR=\"\\\"/usr/share/games/adonthell\"\\\"
@@ -29,7 +27,7 @@
 endif
 
 configure: configure-stamp
-configure-stamp: $(QUILT_STAMPFN)
+configure-stamp:
 	dh_testdir
 
 
@@ -112,7 +110,5 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-indep binary-arch binary install
 
-
-

Added: packages/trunk/adonthell/debian/source/format
===================================================================
--- packages/trunk/adonthell/debian/source/format	                        (rev 0)
+++ packages/trunk/adonthell/debian/source/format	2009-12-24 22:55:18 UTC (rev 10637)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file




More information about the Pkg-games-commits mailing list