r6953 - packages/trunk/gnurobbo/debian

Ansgar Burchardt ansgar-guest at alioth.debian.org
Sun May 11 11:47:41 UTC 2008


Author: ansgar-guest
Date: 2008-05-11 11:47:41 +0000 (Sun, 11 May 2008)
New Revision: 6953

Modified:
   packages/trunk/gnurobbo/debian/changelog
   packages/trunk/gnurobbo/debian/control
   packages/trunk/gnurobbo/debian/rules
Log:
* Omit 'GNU robbo' from short description.
* Add watch file.
* debian/rules: Use CFLAGS provided by dpkg-buildpackage.
* Acknowledge NMU (Closes: #308264)

Modified: packages/trunk/gnurobbo/debian/changelog
===================================================================
--- packages/trunk/gnurobbo/debian/changelog	2008-05-11 11:24:54 UTC (rev 6952)
+++ packages/trunk/gnurobbo/debian/changelog	2008-05-11 11:47:41 UTC (rev 6953)
@@ -1,12 +1,16 @@
-gnurobbo (0.57.1-2) UNRELEASED; urgency=low
+gnurobbo (0.57.1-2) unstable; urgency=low
 
   * New Maintainer: Debian Games Team (Closes: #465941)
   * Add myself to Uploaders
   * Update debian/copyright to point to GPL-2.
   * Use quilt for patch management.
   * Use DejaVu instead of Bitstream Vera font (Closes: #461260).
+  * Omit 'GNU robbo' from short description.
+  * Add watch file.
+  * debian/rules: Use CFLAGS provided by dpkg-buildpackage.
+  * Acknowledge NMU (Closes: #308264)
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 26 Apr 2008 23:43:07 +0200
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 04 May 2008 21:17:01 +0200
 
 gnurobbo (0.57.1-1.1) unstable; urgency=low
 

Modified: packages/trunk/gnurobbo/debian/control
===================================================================
--- packages/trunk/gnurobbo/debian/control	2008-05-11 11:24:54 UTC (rev 6952)
+++ packages/trunk/gnurobbo/debian/control	2008-05-11 11:47:41 UTC (rev 6953)
@@ -12,10 +12,8 @@
 Package: gnurobbo
 Architecture: any
 Depends: ${shlibs:Depends}, ttf-dejavu-core
-Description: GNU Robbo is logic game ported from ATARI XE/XL
- GNU Robbo is very addictive logic game. You must help
- little robot to get out of unfriendly planet, collecting
- parts of emergency capsule
+Description: logic game ported from ATARI XE/XL
+ GNU Robbo is very addictive logic game. You must help a little robot to
+ get out of an unfriendly planet, collecting parts of an emergency capsule.
  .
- Originally written for Atari XE/XL by Janusz Pelc 
- from "LK. Avalon".
+ Originally written for Atari XE/XL by Janusz Pelc from "LK. Avalon".

Modified: packages/trunk/gnurobbo/debian/rules
===================================================================
--- packages/trunk/gnurobbo/debian/rules	2008-05-11 11:24:54 UTC (rev 6952)
+++ packages/trunk/gnurobbo/debian/rules	2008-05-11 11:47:41 UTC (rev 6953)
@@ -13,15 +13,8 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+CFLAGS += -Wall
 
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
 configure: configure-stamp
 configure-stamp: $(QUILT_STAMPFN)
 	dh_testdir




More information about the Pkg-games-commits mailing list