[SCM] Packaging for TooHardForYou branch, master, updated. debian/1.3-1-24-g7850e3d
Gerfried Fuchs
rhonda at debian.at
Thu Jul 10 22:41:57 UTC 2008
The following commit has been merged in the master branch:
commit fe669b0086b46a25b7d157e2848c3e8f061dcd14
Author: Gerfried Fuchs <rhonda at debian.at>
Date: Fri Jul 11 00:12:33 2008 +0200
Add initial quilt environment for patch handling
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..3556bbc
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,2 @@
+This package uses quilt for its patch management, see
+/usr/share/doc/quilt/README.source if you are unfamiliar with it.
diff --git a/debian/control b/debian/control
index 6b178e7..602ad77 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Gerfried Fuchs <rhonda at debian.at>
-Build-Depends: libsdl1.2-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev
+Build-Depends: quilt, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev
Standards-Version: 3.8.0
Homepage: http://www.piwai.info/2H4U.html
Vcs-Git: git://git.debian.org/git/pkg-games/2h4u/
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
index 1caacfc..a89a5f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,8 +24,10 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
STRIP = true
endif
+include /usr/share/quilt/quilt.make
-clean:
+
+clean: unpatch
$(checkdir)
$(checkroot)
-rm -rf $(TMP) debian/substvars debian/files build-stamp
@@ -33,7 +35,7 @@ clean:
build: build-stamp
-build-stamp:
+build-stamp: patch
$(checkdir)
cd scripts && $(MAKE)
touch $@
--
Packaging for TooHardForYou
More information about the Pkg-games-commits
mailing list