r11926 - in packages/trunk/kball/debian: . source

Ansgar Burchardt ansgar at alioth.debian.org
Mon Mar 14 14:14:10 UTC 2011


Author: ansgar
Date: 2011-03-14 14:13:55 +0000 (Mon, 14 Mar 2011)
New Revision: 11926

Added:
   packages/trunk/kball/debian/source/
   packages/trunk/kball/debian/source/format
   packages/trunk/kball/debian/source/local-options
Modified:
   packages/trunk/kball/debian/changelog
   packages/trunk/kball/debian/control
   packages/trunk/kball/debian/rules
Log:
* Team upload.
* Use source format 3.0 (quilt).

Modified: packages/trunk/kball/debian/changelog
===================================================================
--- packages/trunk/kball/debian/changelog	2011-03-14 14:06:09 UTC (rev 11925)
+++ packages/trunk/kball/debian/changelog	2011-03-14 14:13:55 UTC (rev 11926)
@@ -1,3 +1,10 @@
+kball (0.0.20041216-7) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use source format 3.0 (quilt).
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Mon, 14 Mar 2011 15:12:26 +0100
+
 kball (0.0.20041216-6) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/kball/debian/control
===================================================================
--- packages/trunk/kball/debian/control	2011-03-14 14:06:09 UTC (rev 11925)
+++ packages/trunk/kball/debian/control	2011-03-14 14:13:55 UTC (rev 11926)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bdefreese at debian.org>
-Build-Depends: debhelper (>= 5.0.0), quilt, libxxf86dga-dev, libxxf86vm-dev, liballegro4.2-dev | liballegro-dev, libdumb1-dev, libaldmb1-dev, sharutils, libxcursor-dev
+Build-Depends: debhelper (>= 5.0.0), libxxf86dga-dev, libxxf86vm-dev, liballegro4.2-dev | liballegro-dev, libdumb1-dev, libaldmb1-dev, sharutils, libxcursor-dev
 Standards-Version: 3.8.1
 Homepage: http://kball.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kball/
@@ -17,8 +17,6 @@
  is to move the ball around the map, without falling, without running out of
  time, and getting the prizes, in order to reach the exit. The main feature
  of the game is the built-in map editor, so anybody can make their own maps.
- .
- Webpage: http://kball.sourceforge.net/
 
 Package: kball-data
 Architecture: all
@@ -29,5 +27,3 @@
  of the game is the built-in map editor, so anybody can make their own maps.
  .
  This package includes the data of the game.
- .
- Webpage: http://kball.sourceforge.net/

Modified: packages/trunk/kball/debian/rules
===================================================================
--- packages/trunk/kball/debian/rules	2011-03-14 14:06:09 UTC (rev 11925)
+++ packages/trunk/kball/debian/rules	2011-03-14 14:13:55 UTC (rev 11926)
@@ -14,7 +14,6 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	touch configure-stamp
 
 build: build-stamp
@@ -29,9 +28,8 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	[ ! -f target.os ] || $(MAKE) clean
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 
-	find ./ -name *.o -delete
+	find ./ -name "*.o" -delete
 
 	dh_clean 
 

Added: packages/trunk/kball/debian/source/format
===================================================================
--- packages/trunk/kball/debian/source/format	                        (rev 0)
+++ packages/trunk/kball/debian/source/format	2011-03-14 14:13:55 UTC (rev 11926)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/trunk/kball/debian/source/local-options
===================================================================
--- packages/trunk/kball/debian/source/local-options	                        (rev 0)
+++ packages/trunk/kball/debian/source/local-options	2011-03-14 14:13:55 UTC (rev 11926)
@@ -0,0 +1,2 @@
+abort-on-upstream-changes
+unapply-patches




More information about the Pkg-games-commits mailing list