r4216 - packages/trunk/vegastrike/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Sun Sep 16 21:50:22 UTC 2007


Author: goneri-guest
Date: 2007-09-16 21:50:22 +0000 (Sun, 16 Sep 2007)
New Revision: 4216

Modified:
   packages/trunk/vegastrike/debian/changelog
   packages/trunk/vegastrike/debian/control
   packages/trunk/vegastrike/debian/rules
Log:
+  * do not ignore "make distclean" return code anymore
+  * add myself in Uploaders


Modified: packages/trunk/vegastrike/debian/changelog
===================================================================
--- packages/trunk/vegastrike/debian/changelog	2007-09-16 21:17:07 UTC (rev 4215)
+++ packages/trunk/vegastrike/debian/changelog	2007-09-16 21:50:22 UTC (rev 4216)
@@ -8,7 +8,9 @@
   * Documentation from vegastrike-data won't be included.
 
   [ Gonéri Le Bouder ]
-  * rewrite the clean target with some calls to find (Closes: #442758) 
+  * rewrite the clean target with some calls to find (Closes: #442758)
+  * do not ignore "make distclean" return code anymore
+  * add myself in Uploaders
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 16 Sep 2007 22:22:38 +0200
 

Modified: packages/trunk/vegastrike/debian/control
===================================================================
--- packages/trunk/vegastrike/debian/control	2007-09-16 21:17:07 UTC (rev 4215)
+++ packages/trunk/vegastrike/debian/control	2007-09-16 21:50:22 UTC (rev 4216)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Andres Mejia <mcitadel at gmail.com>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
+Uploaders: Andres Mejia <mcitadel at gmail.com>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Gonéri Le Bouder <goneri at rulezlan.org>
 Build-Depends: debhelper (>= 5), quilt, automake, autoconf, libboost-python-dev, libgtk2.0-dev, libopenal-dev, libalut-dev, libgl1-mesa-dev, libexpat1-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libpng12-dev, libjpeg62-dev, freeglut3-dev, libxmu-dev
 Standards-Version: 3.7.2
 

Modified: packages/trunk/vegastrike/debian/rules
===================================================================
--- packages/trunk/vegastrike/debian/rules	2007-09-16 21:17:07 UTC (rev 4215)
+++ packages/trunk/vegastrike/debian/rules	2007-09-16 21:50:22 UTC (rev 4216)
@@ -63,7 +63,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 # These files are generated by autotools or during build. They are removed
 # to get the cleanest diff.gz possible.
 	find -name '*.in' ! -name 'configure.in' -exec rm -rf {} \;




More information about the Pkg-games-commits mailing list