r770 - packages/wormux/trunk/debian

Eddy Petrisor eddyp-guest at costa.debian.org
Sun May 28 13:21:22 UTC 2006


Author: eddyp-guest
Date: 2006-05-28 13:21:21 +0000 (Sun, 28 May 2006)
New Revision: 770

Modified:
   packages/wormux/trunk/debian/changelog
   packages/wormux/trunk/debian/control
   packages/wormux/trunk/debian/rules
Log:
bugs: call dh_strip
misc: correct Jean's mail address
misc: added myself to the Uploaders field


Modified: packages/wormux/trunk/debian/changelog
===================================================================
--- packages/wormux/trunk/debian/changelog	2006-05-27 20:05:47 UTC (rev 769)
+++ packages/wormux/trunk/debian/changelog	2006-05-28 13:21:21 UTC (rev 770)
@@ -1,3 +1,14 @@
+wormux (0.7.2-2) UNRELEASED; urgency=low
+
+  [ Eddy Petrişor ]
+  * corrected Jean's address in Uploaders field, my pleasure (maybe the
+    lintian check should be done on the email address, and exclude the visible
+    name)
+  * added myself in the Uploaders field
+  * added call to dh_strip after build
+
+ -- Eddy Petrişor <eddy.petrisor at gmail.com>  Sun, 28 May 2006 16:05:37 +0300
+
 wormux (0.7.2-1) unstable; urgency=low
 
   * (0.7.2) New upstream release

Modified: packages/wormux/trunk/debian/control
===================================================================
--- packages/wormux/trunk/debian/control	2006-05-27 20:05:47 UTC (rev 769)
+++ packages/wormux/trunk/debian/control	2006-05-28 13:21:21 UTC (rev 770)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Jean Parpaillon <artefact at altern.org>
+Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrişor <eddy.petrisor at gmail.com>
 Build-Depends: debhelper (>= 4.0.0), automake1.9, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf1.2-dev | libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, fontconfig, ttf-dejavu
 Standards-Version: 3.7.2
 

Modified: packages/wormux/trunk/debian/rules
===================================================================
--- packages/wormux/trunk/debian/rules	2006-05-27 20:05:47 UTC (rev 769)
+++ packages/wormux/trunk/debian/rules	2006-05-28 13:21:21 UTC (rev 770)
@@ -72,7 +72,8 @@
 	dh_installmenu
 	dh_install --source=debian/tmp
 	dh_desktop
-	dh_compress 
+	dh_strip
+	dh_compress
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol




More information about the Pkg-games-commits mailing list