r8196 - packages/trunk/kanatest/debian

Evgeni Golov sargentd-guest at alioth.debian.org
Thu Sep 25 11:32:47 UTC 2008


Author: sargentd-guest
Date: 2008-09-25 11:32:46 +0000 (Thu, 25 Sep 2008)
New Revision: 8196

Modified:
   packages/trunk/kanatest/debian/changelog
   packages/trunk/kanatest/debian/control
   packages/trunk/kanatest/debian/rules
Log:
debian/rules:
 + wrap the configure options for better reading
 + don't set CFLAGS, let dpkg handle them
debian/control:
 + Add myself to Uploaders



Modified: packages/trunk/kanatest/debian/changelog
===================================================================
--- packages/trunk/kanatest/debian/changelog	2008-09-24 18:16:14 UTC (rev 8195)
+++ packages/trunk/kanatest/debian/changelog	2008-09-25 11:32:46 UTC (rev 8196)
@@ -15,16 +15,19 @@
   * debian/rules:
     + let config.stamp depend on $(QUILT_STAMPFN) instead of patch
       so configure isn't run twice
+    + wrap the configure options for better reading
+    + don't set CFLAGS, let dpkg handle them
   * debian/patches/003_de_po.diff:
     + Add German translation, thanks Mathias Brodala <info at noctus.net>!
       Closes: #500064
   * debian/control:
     + Bump Standars-Version to 3.8.0
+    + Add myself to Uploaders
   * debian/README.source:
     + Add README.source with information about quilt-usage, as
       recommended by Policy
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 24 Sep 2008 20:13:05 +0200
+ -- Evgeni Golov <sargentd at die-welt.net>  Thu, 25 Sep 2008 13:23:13 +0200
 
 kanatest (0.4.4-1) unstable; urgency=low
 

Modified: packages/trunk/kanatest/debian/control
===================================================================
--- packages/trunk/kanatest/debian/control	2008-09-24 18:16:14 UTC (rev 8195)
+++ packages/trunk/kanatest/debian/control	2008-09-25 11:32:46 UTC (rev 8196)
@@ -2,7 +2,8 @@
 Section: text
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bddebian at comcast.net>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bddebian at comcast.net>,
+ Evgeni Golov <sargentd at die-welt.net>
 Build-Depends: debhelper (>= 5.0), quilt, libgtk2.0-dev (>= 2.0), libxml2-dev, gettext, autotools-dev
 Standards-Version: 3.8.0
 Homepage: http://clay.ll.pl/kanatest/

Modified: packages/trunk/kanatest/debian/rules
===================================================================
--- packages/trunk/kanatest/debian/rules	2008-09-24 18:16:14 UTC (rev 8195)
+++ packages/trunk/kanatest/debian/rules	2008-09-25 11:32:46 UTC (rev 8196)
@@ -13,17 +13,11 @@
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
 config.status: $(QUILT_STAMPFN) configure
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --bindir=\$${prefix}/games --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --datadir=\$${prefix}/share/games
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
+	            --bindir=\$${prefix}/games --mandir=\$${prefix}/share/man \
+	            --infodir=\$${prefix}/share/info --datadir=\$${prefix}/share/games
 
 build: build-stamp
 build-stamp: config.status




More information about the Pkg-games-commits mailing list