r7987 - packages/trunk/kiki-the-nano-bot/debian

Peter De Wachter pdewacht-guest at alioth.debian.org
Sun Aug 24 22:51:59 UTC 2008


Author: pdewacht-guest
Date: 2008-08-24 22:51:59 +0000 (Sun, 24 Aug 2008)
New Revision: 7987

Added:
   packages/trunk/kiki-the-nano-bot/debian/README.source
Modified:
   packages/trunk/kiki-the-nano-bot/debian/control
   packages/trunk/kiki-the-nano-bot/debian/rules
Log:
bump standards version to 3.8.0 (patch target, README.source)


Added: packages/trunk/kiki-the-nano-bot/debian/README.source
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/README.source	                        (rev 0)
+++ packages/trunk/kiki-the-nano-bot/debian/README.source	2008-08-24 22:51:59 UTC (rev 7987)
@@ -0,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream source.
+The fully patched source can be generated using the patch target provided by
+`debian/rules'.
+
+If you want to know more about how to use quilt to manage Debian patches, read
+/usr/share/doc/quilt/README.source.

Modified: packages/trunk/kiki-the-nano-bot/debian/control
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/control	2008-08-24 22:45:10 UTC (rev 7986)
+++ packages/trunk/kiki-the-nano-bot/debian/control	2008-08-24 22:51:59 UTC (rev 7987)
@@ -8,7 +8,7 @@
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev,
  python-dev
 Build-Depends-Indep: vorbis-tools
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://kiki.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kiki-the-nano-bot/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/kiki-the-nano-bot/

Modified: packages/trunk/kiki-the-nano-bot/debian/rules
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/rules	2008-08-24 22:45:10 UTC (rev 7986)
+++ packages/trunk/kiki-the-nano-bot/debian/rules	2008-08-24 22:51:59 UTC (rev 7987)
@@ -7,17 +7,16 @@
 export CXXFLAGS = $(CFLAGS)
 
 
-configure: configure-stamp
-configure-stamp:
+patch: patch-stamp
+patch-stamp:
 	dh_testdir
-# 	Add here commands to configure the package.
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	touch $@
 
 build: build-arch build-indep
 
 build-arch: build-arch-stamp
-build-arch-stamp: configure-stamp 
+build-arch-stamp: patch-stamp 
 	dh_testdir
 # 	Add here commands to compile the package.
 	rm -f SWIG/KikiPy_wrap.cpp #force regeneration of SWIG bindings
@@ -37,7 +36,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp patch-stamp
 # 	Add here commands to clean up after the build process.
 	make -C linux clean
 	make -C kodilib/linux clean
@@ -113,4 +112,4 @@
 	rm -rf kiki kiki-$(VERSION)-src.tgz
 
 
-.PHONY: build clean binary-indep binary-arch binary install configure get-orig-source
+.PHONY: build clean binary-indep binary-arch binary install patch get-orig-source




More information about the Pkg-games-commits mailing list