r798 - in packages/netpanzer/netpanzer/trunk/debian: . patches

Gonéri Le Bouder goneri-guest at costa.debian.org
Sun Jun 4 15:42:07 UTC 2006


Author: goneri-guest
Date: 2006-06-04 15:42:05 +0000 (Sun, 04 Jun 2006)
New Revision: 798

Removed:
   packages/netpanzer/netpanzer/trunk/debian/patches/00list
Modified:
   packages/netpanzer/netpanzer/trunk/debian/changelog
   packages/netpanzer/netpanzer/trunk/debian/control
   packages/netpanzer/netpanzer/trunk/debian/patches/01_gcc4.1.patch
   packages/netpanzer/netpanzer/trunk/debian/rules
Log:
change from dpatch ro simple-patch


Modified: packages/netpanzer/netpanzer/trunk/debian/changelog
===================================================================
--- packages/netpanzer/netpanzer/trunk/debian/changelog	2006-06-04 15:41:49 UTC (rev 797)
+++ packages/netpanzer/netpanzer/trunk/debian/changelog	2006-06-04 15:42:05 UTC (rev 798)
@@ -5,6 +5,7 @@
   * update Debian Games Team home page in copyright file
   * [CVE-2006-2575] setFrame() Denial of Service Vulnerability
     Closes: #370146
+  * switch from dpatch to simple-patchsys
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun,  4 Jun 2006 14:27:45 +0200
 

Modified: packages/netpanzer/netpanzer/trunk/debian/control
===================================================================
--- packages/netpanzer/netpanzer/trunk/debian/control	2006-06-04 15:41:49 UTC (rev 797)
+++ packages/netpanzer/netpanzer/trunk/debian/control	2006-06-04 15:42:05 UTC (rev 798)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5.0.0), jam, pkg-config (>= 0.15.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libphysfs-dev, dpatch
+Build-Depends: debhelper (>= 5.0.0), jam, pkg-config (>= 0.15.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libphysfs-dev, cdbs
 Standards-Version: 3.7.2
 
 Package: netpanzer

Deleted: packages/netpanzer/netpanzer/trunk/debian/patches/00list
===================================================================
--- packages/netpanzer/netpanzer/trunk/debian/patches/00list	2006-06-04 15:41:49 UTC (rev 797)
+++ packages/netpanzer/netpanzer/trunk/debian/patches/00list	2006-06-04 15:42:05 UTC (rev 798)
@@ -1 +0,0 @@
-01_gcc4.1.patch

Modified: packages/netpanzer/netpanzer/trunk/debian/patches/01_gcc4.1.patch
===================================================================
--- packages/netpanzer/netpanzer/trunk/debian/patches/01_gcc4.1.patch	2006-06-04 15:41:49 UTC (rev 797)
+++ packages/netpanzer/netpanzer/trunk/debian/patches/01_gcc4.1.patch	2006-06-04 15:42:05 UTC (rev 798)
@@ -1,10 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: author: Martin Michlmayr
 ## DP: fix build on gcc4.1
-
- at DPATCH@
-
 diff -ru netpanzer-0.8+svn20060319.orig/src/Lib/Network/Address.hpp netpanzer-0.8+svn20060319/src/Lib/Network/Address.hpp
 --- netpanzer-0.8+svn20060319.orig/src/Lib/Network/Address.hpp	2006-03-20 17:44:11.000000000 +0100
 +++ netpanzer-0.8+svn20060319/src/Lib/Network/Address.hpp	2006-03-20 17:46:10.000000000 +0100

Modified: packages/netpanzer/netpanzer/trunk/debian/rules
===================================================================
--- packages/netpanzer/netpanzer/trunk/debian/rules	2006-06-04 15:41:49 UTC (rev 797)
+++ packages/netpanzer/netpanzer/trunk/debian/rules	2006-06-04 15:42:05 UTC (rev 798)
@@ -3,6 +3,7 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
@@ -26,13 +27,13 @@
 
 build: build-stamp
 
-build-stamp: patch  config.status 
+build-stamp: config.status 
 	dh_testdir
 	jam 
 
 	touch build-stamp
 
-clean: unpatch 
+clean::
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
@@ -72,14 +73,6 @@
 	dh_md5sums
 	dh_builddeb
 
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all
 
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
-
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch 
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-games-commits mailing list