Author: goneri-guest
Date: 2007-07-11 21:03:17 +0000 (Wed, 11 Jul 2007)
New Revision: 3354

Modified:
   packages/trunk/lincity-ng/debian/changelog
   packages/trunk/lincity-ng/debian/control
   packages/trunk/lincity-ng/debian/rules
Log:
+  * Add myself in Uploaders:
+  * copy config.{sub,guess} from autotools-dev during the configure


Modified: packages/trunk/lincity-ng/debian/changelog
===================================================================
--- packages/trunk/lincity-ng/debian/changelog  2007-07-11 20:34:00 UTC (rev 
3353)
+++ packages/trunk/lincity-ng/debian/changelog  2007-07-11 21:03:17 UTC (rev 
3354)
@@ -1,4 +1,4 @@
-lincity-ng (1.1.0-1) UNRELEASED; urgency=low
+lincity-ng (1.1.0-1) unstable; urgency=low
 
   [ Eddy Petrișor ]
   * add ttf-dejavu as a first font option since is a superset of
@@ -6,13 +6,14 @@
 
   [ Gonéri Le Bouder ]
   * New upstream release
+  * Add myself in Uploaders:
+  * copy config.{sub,guess} from autotools-dev during the configure
   * add icon description in Debian menu. Thanks
   Mark Purcell (Closes: #407359)
 
   [ Alexander Schmehl ]
   * add .xpm icon for the menu file
 
-
  -- Gonéri Le Bouder <[EMAIL PROTECTED]>  Wed, 11 Jul 2007 22:41:50 +0200
 
 lincity-ng (1.0.3-2) unstable; urgency=low

Modified: packages/trunk/lincity-ng/debian/control
===================================================================
--- packages/trunk/lincity-ng/debian/control    2007-07-11 20:34:00 UTC (rev 
3353)
+++ packages/trunk/lincity-ng/debian/control    2007-07-11 21:03:17 UTC (rev 
3354)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
-Uploaders: Cyril Brulebois <[EMAIL PROTECTED]>
+Uploaders: Cyril Brulebois <[EMAIL PROTECTED]>, Gonéri Le Bouder <[EMAIL 
PROTECTED]>
 Build-Depends: debhelper (>= 5), autotools-dev, jam, pkg-config, libsdl1.2-dev 
(>= 1.2.5), libsdl-mixer1.2-dev (>= 1.2), libsdl-image1.2-dev (>= 1.2), 
libsdl-ttf2.0-dev (>= 2.0), libphysfs-dev (>= 0.1.9), zlib1g-dev, libxml2-dev 
(>= 2.6.1), libsdl-gfx1.2-dev (>= 2.0.13)
 Standards-Version: 3.7.2
 

Modified: packages/trunk/lincity-ng/debian/rules
===================================================================
--- packages/trunk/lincity-ng/debian/rules      2007-07-11 20:34:00 UTC (rev 
3353)
+++ packages/trunk/lincity-ng/debian/rules      2007-07-11 21:03:17 UTC (rev 
3354)
@@ -18,6 +18,12 @@
 
 config.status: configure
        dh_testdir
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+       cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+       cp -f /usr/share/misc/config.guess config.guess
+endif
        # Add here commands to configure the package.
        CFLAGS="$(CFLAGS)" ./configure  --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --mandir=\$${prefix}/share/man --prefix=/usr 
--bindir=\$${prefix}/games 
 
@@ -41,12 +47,7 @@
        rm -rf $(CURDIR)/build
        rm -f $(CURDIR)/lincity-ng
 #      -$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-       cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-       cp -f /usr/share/misc/config.guess config.guess
-endif
+
        rm -f Jamconfig
 
        # Remove the fixed manpage
@@ -75,7 +76,7 @@
        dh_install debian/lincity-ng.xpm /usr/share/pixmaps
 
        # Prune the docs installed by "jam install", they'll be added the 
debhelper
-       rm -rf $(CURDIR)/debian/lincity-ng/usr/share/doc/lincity-ng-1.0.3
+       rm -rf $(CURDIR)/debian/lincity-ng/usr/share/doc/lincity-ng-*
        
        # Do not duplicate the Bitstream Vera font
        rm $(CURDIR)/debian/lincity-ng-data/usr/share/lincity-ng/fonts/*


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to