[SCM] Packaging of kobodeluxe branch, master, updated. debian/0.5.1-2-14-g409f033

Damyan Ivanov dmn at debian.org
Wed Jun 25 10:01:37 UTC 2008


The following commit has been merged in the master branch:
commit acdab4fbc293d1efeb567355cb9da8e609cb8499
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Jun 25 10:45:39 2008 +0300

    integrate quilt

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..bc25c0e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,4 @@
+This package uses quilt to manage changes to upstream source.
+
+For instructions of how to work with quilt patches, install "quilt" package
+and read /usr/share/doc/quilt/README.source
diff --git a/debian/control b/debian/control
index 5ce1fdd..d37ce2e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: kobodeluxe
 Section: games
 Priority: optional
-Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), libsdl-image1.2-dev, libsdl1.2-dev, automake1.7, autotools-dev
+Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), libsdl-image1.2-dev, libsdl1.2-dev, automake1.7, autotools-dev, quilt (>= 0.40)
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.3
diff --git a/debian/rules b/debian/rules
index 2e2f8e9..e69e325 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 SCORES	= var/games/kobo-deluxe/scores
 PACKAGE	= $(firstword $(shell dh_listpackages))
 TMP	= $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build --before configure
 	ln -sf /usr/share/misc/config.sub
 	ln -sf /usr/share/misc/config.guess
@@ -34,7 +36,7 @@ install-stamp:
 	dh install --after fixperms
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 	dh_clean Makefile.in eel/Makefile.in data/gfx/Makefile.in \
 		graphics/Makefile.in sound/Makefile.in \

-- 
Packaging of kobodeluxe



More information about the Pkg-games-commits mailing list