[Pkg-ocaml-maint-commits] r5837 - in /trunk/packages/ocsigen/trunk/debian: changelog control patches/ rules

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Mon Jul 7 11:58:12 UTC 2008


Author: glondu-guest
Date: Mon Jul  7 11:58:12 2008
New Revision: 5837

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5837
Log:
Remove dependency to dpatch

Removed:
    trunk/packages/ocsigen/trunk/debian/patches/
Modified:
    trunk/packages/ocsigen/trunk/debian/changelog
    trunk/packages/ocsigen/trunk/debian/control
    trunk/packages/ocsigen/trunk/debian/rules

Modified: trunk/packages/ocsigen/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/changelog?rev=5837&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/changelog (original)
+++ trunk/packages/ocsigen/trunk/debian/changelog Mon Jul  7 11:58:12 2008
@@ -8,8 +8,9 @@
   * Ship .mli files in ocsigen-dev.
   * Do not ship files under /var/www (as complained by lintian)
     (Closes: #485566).
+  * Remove dependency to dpatch.
 
- -- Stephane Glondu <steph at glondu.net>  Mon, 07 Jul 2008 13:24:46 +0200
+ -- Stephane Glondu <steph at glondu.net>  Mon, 07 Jul 2008 13:57:34 +0200
 
 ocsigen (1.0.0-1) unstable; urgency=low
 

Modified: trunk/packages/ocsigen/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/control?rev=5837&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/control (original)
+++ trunk/packages/ocsigen/trunk/debian/control Mon Jul  7 11:58:12 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stephane Glondu <steph at glondu.net>, Samuel Mimram <smimram at debian.org>, Stefano Zacchiroli <zack at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), dpatch,
+Build-Depends: debhelper (>= 5),
  ocaml-nox (>= 3.10),
  camlp4, camlp4-extra,
  ocaml-findlib,

Modified: trunk/packages/ocsigen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/rules?rev=5837&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/rules (original)
+++ trunk/packages/ocsigen/trunk/debian/rules Mon Jul  7 11:58:12 2008
@@ -8,8 +8,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-include /usr/share/dpatch/dpatch.make
 
 OCAMLABI := $(shell ocamlc -version)
 NATIVECODE := $(shell [ -x /usr/bin/ocamlopt ] && echo yes)
@@ -39,7 +37,7 @@
 
 	touch $@
 
-build: patch ocamlinit build-stamp
+build: ocamlinit build-stamp
 build-stamp: configure-stamp
 	dh_testdir
 
@@ -48,7 +46,7 @@
 
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -102,4 +100,4 @@
 	$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-common binary-indep binary-arch binary install configure patch unpatch
+.PHONY: build clean binary-common binary-indep binary-arch binary install configure




More information about the Pkg-ocaml-maint-commits mailing list