r8646 - packages/trunk/kraptor/debian

Gonéri Le Bouder goneri at alioth.debian.org
Tue Jan 13 22:09:26 UTC 2009


Author: goneri
Date: 2009-01-13 22:09:25 +0000 (Tue, 13 Jan 2009)
New Revision: 8646

Modified:
   packages/trunk/kraptor/debian/changelog
   packages/trunk/kraptor/debian/control
   packages/trunk/kraptor/debian/rules
Log:
* kraptor depends on kraptor-data (= ${source:Version}), was
  (>= ${Source-Version})
* Standard Version 3.8.0, no change
* do not ignore make clean return anymore
* clean target.os
* Upload in experimental because of lenny freeze


Modified: packages/trunk/kraptor/debian/changelog
===================================================================
--- packages/trunk/kraptor/debian/changelog	2009-01-13 21:17:34 UTC (rev 8645)
+++ packages/trunk/kraptor/debian/changelog	2009-01-13 22:09:25 UTC (rev 8646)
@@ -1,4 +1,4 @@
-kraptor (0.0.20040403-5) UNRELEASED; urgency=low
+kraptor (0.0.20040403-5) experimental; urgency=low
 
   [ Miriam Ruiz ]
   * Modified building system for using quilt.
@@ -18,6 +18,12 @@
   [ Gonéri Le Bouder ]
   * Fix the watch file so can compare Debian and upstream versions
     (apr_03_2004 => 0.0.20040403) Closes: #381364 
+  * kraptor depends on kraptor-data (= ${source:Version}), was
+    (>= ${Source-Version})
+  * Standard Version 3.8.0, no change
+  * do not ignore make clean return anymore
+  * clean target.os 
+  * Upload in experimental because of lenny freeze
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 13 Jan 2009 22:08:40 +0100
 

Modified: packages/trunk/kraptor/debian/control
===================================================================
--- packages/trunk/kraptor/debian/control	2009-01-13 21:17:34 UTC (rev 8645)
+++ packages/trunk/kraptor/debian/control	2009-01-13 22:09:25 UTC (rev 8646)
@@ -2,16 +2,16 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Gonéri Le Bouder <goneri at rulezlan.org>
 Build-Depends: debhelper (>= 5.0.0), quilt, libxxf86dga-dev, libxxf86vm-dev, liballegro4.2-dev | liballegro-dev, libdumb1-dev, libaldmb1-dev, libxcursor-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kraptor/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/kraptor/?op=log
 Homepage: http://kraptor.sourceforge.net/
 
 Package: kraptor
 Architecture: any
-Depends: ${shlibs:Depends}, kraptor-data (>= ${Source-Version})
+Depends: ${shlibs:Depends}, kraptor-data (= ${source:Version})
 Description: Classic shoot 'em up scroller game
  Kraptor is a classic shoot 'em up scroller game, where you must fight
  against tons of bad dudes. The game offers high speed action, with massive

Modified: packages/trunk/kraptor/debian/rules
===================================================================
--- packages/trunk/kraptor/debian/rules	2009-01-13 21:17:34 UTC (rev 8645)
+++ packages/trunk/kraptor/debian/rules	2009-01-13 22:09:25 UTC (rev 8646)
@@ -30,9 +30,10 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) clean
+	./fix.sh linux
+	$(MAKE) clean
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
-	dh_clean 
+	dh_clean target.os 
 
 install-indep:
 	dh_installdirs -i usr/share/games/kraptor




More information about the Pkg-games-commits mailing list