[Debootloaders-devel] r176 - trunk/emile/debian
Aurélien GÉRÔME
ag-guest at alioth.debian.org
Sat Nov 4 22:57:06 CET 2006
Author: ag-guest
Date: 2006-11-04 22:57:06 +0100 (Sat, 04 Nov 2006)
New Revision: 176
Removed:
trunk/emile/debian/patches/
Modified:
trunk/emile/debian/control
trunk/emile/debian/rules
Log:
Wouter does not like dpatch, let's do without it...
Modified: trunk/emile/debian/control
===================================================================
--- trunk/emile/debian/control 2006-11-04 18:51:55 UTC (rev 175)
+++ trunk/emile/debian/control 2006-11-04 21:57:06 UTC (rev 176)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debootloaders EMILE Maintainers Team <debootloaders-emile at lists.alioth.debian.org>
Uploaders: Wouter Verhelst <wouter at debian.org>, Stephen R. Marenka <smarenka at debian.org>, Aurélien GÉRÔME <ag at roxor.cx>
-Build-Depends: debhelper (>> 4.1.16), dpatch, docbook-to-man, gcc-3.3
+Build-Depends: debhelper (>> 4.1.16), docbook-to-man, gcc-3.3
Build-Depends-Indep: m68k-linux-gcc [!m68k]
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/debootloaders/trunk/emile/
Modified: trunk/emile/debian/rules
===================================================================
--- trunk/emile/debian/rules 2006-11-04 18:51:55 UTC (rev 175)
+++ trunk/emile/debian/rules 2006-11-04 21:57:06 UTC (rev 176)
@@ -2,8 +2,6 @@
# Sample debian/rules that uses debhelper.
# This file is public domain software, originally written by Joey Hess.
-include /usr/share/dpatch/dpatch.make
-
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifeq ($(DEB_BUILD_ARCH),m68k)
M68K_CC=m68k-linux-gnu-gcc-3.3
@@ -11,7 +9,7 @@
M68K_CC=m68k-linux-gcc
endif
-build: patch build-stamp
+build: build-stamp
build-stamp:
dh_testdir
@@ -24,8 +22,7 @@
touch build-stamp
-clean: clean1 unpatch
-clean1:
+clean:
dh_testdir
dh_testroot
rm -f build-stamp
@@ -90,4 +87,4 @@
dh_builddeb -a
binary: binary-indep binary-arch
-.PHONY: build clean clean1 binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Debootloaders-devel
mailing list