r4689 - packages/trunk/oneisenough/debian

Paul Wise pabs at alioth.debian.org
Thu Nov 15 22:58:30 UTC 2007


Author: pabs
Date: 2007-11-15 22:58:30 +0000 (Thu, 15 Nov 2007)
New Revision: 4689

Modified:
   packages/trunk/oneisenough/debian/changelog
   packages/trunk/oneisenough/debian/control
   packages/trunk/oneisenough/debian/oneisenough.desktop
   packages/trunk/oneisenough/debian/rules
   packages/trunk/oneisenough/debian/watch
Log:
Fix some minor issues in oneisenough

Modified: packages/trunk/oneisenough/debian/changelog
===================================================================
--- packages/trunk/oneisenough/debian/changelog	2007-11-15 21:43:23 UTC (rev 4688)
+++ packages/trunk/oneisenough/debian/changelog	2007-11-15 22:58:30 UTC (rev 4689)
@@ -1,6 +1,5 @@
 oneisenough (0.35-1) unstable; urgency=low
 
-  [ Richard Hartmann ]
   * Initial release (Closes: #448973)
 
  -- Richard Hartmann <richih-debian at net.in.tum.de>  Tue, 13 Sep 2007 03:32:46 +0100

Modified: packages/trunk/oneisenough/debian/control
===================================================================
--- packages/trunk/oneisenough/debian/control	2007-11-15 21:43:23 UTC (rev 4688)
+++ packages/trunk/oneisenough/debian/control	2007-11-15 22:58:30 UTC (rev 4689)
@@ -7,6 +7,7 @@
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/people/richih/oneisenough/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/people/richih/oneisenough/?op=log
+Homepage: http://hectigo.net/puskutraktori/oneisenough/
 
 Package: oneisenough
 Architecture: all
@@ -15,5 +16,3 @@
  One Is Enough, a 2D platform game in which a communist balls needs to
  convert  capitalist balls into communist balls. More and more capitalist
  balls will be issued by the bank, creating new enemies.
- .
-  Homepage: http://hectigo.net/puskutraktori/oneisenough/

Modified: packages/trunk/oneisenough/debian/oneisenough.desktop
===================================================================
--- packages/trunk/oneisenough/debian/oneisenough.desktop	2007-11-15 21:43:23 UTC (rev 4688)
+++ packages/trunk/oneisenough/debian/oneisenough.desktop	2007-11-15 22:58:30 UTC (rev 4689)
@@ -1,6 +1,5 @@
 [Desktop Entry]
 Type=Application
-Encoding=UTF-8
 Name=One Is Enough
 GenericName=oneisenough
 Comment=2D platform game about communist and capitalist balls

Modified: packages/trunk/oneisenough/debian/rules
===================================================================
--- packages/trunk/oneisenough/debian/rules	2007-11-15 21:43:23 UTC (rev 4688)
+++ packages/trunk/oneisenough/debian/rules	2007-11-15 22:58:30 UTC (rev 4689)
@@ -1,32 +1,19 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
+build: patch build-stamp
+build-stamp:
 	dh_testdir
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	touch $@
 
-build: build-stamp
-build-stamp: configure-stamp 
+clean: unpatch
 	dh_testdir
-	touch $@
-
-clean:
-	dh_testdir
 	dh_testroot
-	rm -f {build,configure}-stamp
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
+	rm -f build-stamp
 	dh_clean 
 
 install: build
@@ -37,18 +24,15 @@
 	chmod +x debian/game.sh
 	dh_installdirs
 
-# Build architecture-independent files here.
 binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs
-	dh_installexamples
 	dh_install
 	dh_installmenu
 	dh_installman
 	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -57,8 +41,7 @@
 	dh_md5sums
 	dh_builddeb
 
-# Build architecture-dependent files here.
 binary-arch:
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install

Modified: packages/trunk/oneisenough/debian/watch
===================================================================
--- packages/trunk/oneisenough/debian/watch	2007-11-15 21:43:23 UTC (rev 4688)
+++ packages/trunk/oneisenough/debian/watch	2007-11-15 22:58:30 UTC (rev 4689)
@@ -1,10 +1,3 @@
-# Watch control file for uscan
-# See uscan(1) for format
- 
-# Compulsory line, this is a version 3 file
 version=3
- 
-# Examine a Webpage 
-# <Webpage URL> <string match>
 opts="uversionmangle=s/^a//;s/(\d)(\d\d)/$1.$2/g" \
 http://hectigo.net/puskutraktori/oneisenough/ oneisenough_([^_]+)_src\.zip




More information about the Pkg-games-commits mailing list