[Pkg-ocaml-maint-commits] [SCM] cryptgps packaging branch, master, updated. debian/0.2.1-6-5-gc9b6e3b
Stephane Glondu
steph at glondu.net
Mon Oct 5 23:38:41 UTC 2009
The following commit has been merged in the master branch:
commit 17114d383fe8420690f2e41ca7f526df39811f8e
Author: Stephane Glondu <steph at glondu.net>
Date: Tue Oct 6 01:32:52 2009 +0200
Remove unused dpatch stuff
diff --git a/debian/control b/debian/control
index b7ca3d5..1aaf0dd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Stefano Zacchiroli <zack at debian.org>
Build-Depends:
debhelper (>= 7),
- dpatch,
cdbs,
ocaml-nox (>= 3.11),
ocaml-findlib (>= 1.2.4),
diff --git a/debian/patches/00dpatch.conf b/debian/patches/00dpatch.conf
deleted file mode 100644
index c2409be..0000000
--- a/debian/patches/00dpatch.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-conf_debianonly=1
-conf_origtargzpath=../upstream
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/patches/no_debugging_info.dpatch b/debian/patches/no_debugging_info.dpatch
deleted file mode 100755
index 32a994d..0000000
--- a/debian/patches/no_debugging_info.dpatch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## no_debugging_info.dpatch by Stefano Zacchiroli <zack at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad trunk~/Makefile trunk/Makefile
---- trunk~/Makefile 2001-07-19 21:00:41.000000000 +0200
-+++ trunk/Makefile 2007-01-02 16:02:19.000000000 +0100
-@@ -37,7 +37,7 @@
- # general rules:
-
- OPTIONS =
--OCAMLC = ocamlc -g $(OPTIONS) $(ROPTIONS)
-+OCAMLC = ocamlc $(OPTIONS) $(ROPTIONS)
- OCAMLOPT = ocamlopt $(OPTIONS) $(ROPTIONS)
- OCAMLDEP = ocamldep $(OPTIONS)
- OCAMLFIND = ocamlfind
diff --git a/debian/rules b/debian/rules
index 6306011..c4f70f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/dpatch.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/ocaml.mk
include /usr/share/cdbs/1/class/makefile.mk
--
cryptgps packaging
More information about the Pkg-ocaml-maint-commits
mailing list