[Pkg-ocaml-maint-commits] r3243 - /trunk/packages/camlgz/trunk/debian/patches/edgy-makefile.dpatch

tpetazzo-guest at users.alioth.debian.org tpetazzo-guest at users.alioth.debian.org
Sun Oct 15 13:16:21 UTC 2006


Author: tpetazzo-guest
Date: Sun Oct 15 13:16:20 2006
New Revision: 3243

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3243
Log:
A dpatch for Edgy compilation

Added:
    trunk/packages/camlgz/trunk/debian/patches/edgy-makefile.dpatch   (with props)

Added: trunk/packages/camlgz/trunk/debian/patches/edgy-makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlgz/trunk/debian/patches/edgy-makefile.dpatch?rev=3243&op=file
==============================================================================
--- trunk/packages/camlgz/trunk/debian/patches/edgy-makefile.dpatch (added)
+++ trunk/packages/camlgz/trunk/debian/patches/edgy-makefile.dpatch Sun Oct 15 13:16:20 2006
@@ -1,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## edgy-backport.dpatch by  <thomas at localhost.localdomain>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/Makefile.in trunk/Makefile.in
+--- trunk~/Makefile.in	2002-12-18 20:20:31.000000000 +0100
++++ trunk/Makefile.in	2006-10-15 15:12:22.000000000 +0200
+@@ -18,9 +18,10 @@
+ 
+ NAME := gz
+ VERSION := 0.5.6
+-INSTALLFILES := {gz,bz}.{cmi,cmx,mli} gz.{a,cma,cmxa} dllmlgz.so libmlgz.a
++INSTALLFILES := gz.cmi gz.cmx gz.mli bz.cmi bz.cmx bz.mli \
++                gz.a gz.cma gz.cmxa dllmlgz.so libmlgz.a
+ 
+-DISTSRC := {gz,bz}.{ml,mli} c_{gz,bz}.c io.h \
++DISTSRC := gz.ml gz.mli bz.ml bz.mli c_gz.c c_bz.c io.h \
+ 	  aclocal.m4 install-sh \
+ 	  Makefile.in configure configure.in \
+ 	  META README LICENSE doc

Propchange: trunk/packages/camlgz/trunk/debian/patches/edgy-makefile.dpatch
------------------------------------------------------------------------------
    svn:executable = *




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