[mupen64plus] 24/262: Use quilt as patch system

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit dbe63f982ec44ee090677620b86447100371a963
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Mon Jun 1 13:08:21 2009 +0200

    Use quilt as patch system
---
 debian/changelog      | 2 ++
 debian/control        | 3 ++-
 debian/patches/series | 0
 debian/rules          | 6 ++++--
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab89261..91bbc67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,11 +12,13 @@ mupen64plus (1.5-2) UNRELEASED; urgency=low
     - Upgrade Standards-Version to 3.8.1; no changes needed
     - Move git repository to git.debian.org
     - Don't conflict with unrelated package mupen64
+    - Depend on quilt as patch system
   * debian/rules:
     - Use dh_prep instead of dh_clean -k
     - Let dh_clean remove the toplevel stamp files
     - Remove unused dh_* commands
     - Remove unused configure target
+    - Use quilt to patch files
   * Don't mark files in /usr/share as conffiles - they are only templates
 
  -- Sven Eckelmann <sven.eckelmann at gmx.de>  Mon, 01 Jun 2009 12:27:41 +0200
diff --git a/debian/control b/debian/control
index 798f794..813ee75 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Standards-Version: 3.8.1
 Homepage: http://code.google.com/p/mupen64plus/
 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus.git
 Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus.git
-Build-Depends: debhelper (>= 7), libsdl1.2-dev, libsdl-ttf2.0-dev, libgtk2.0-dev, libsamplerate0-dev
+Build-Depends: debhelper (>= 7), quilt, libsdl1.2-dev, libsdl-ttf2.0-dev,
+ libgtk2.0-dev, libsamplerate0-dev
 XS-Autobuild: true
 
 Package: mupen64plus
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 ef7e39f..6df4854 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,15 +4,17 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:  
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	$(MAKE) all
 
 	touch $@
 
-clean: 
+clean: unpatch
 	dh_testdir
 	dh_testroot
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git



More information about the Pkg-games-commits mailing list