[Pkg-ocaml-maint-commits] [calendar] 05/12: Remove patch
Stéphane Glondu
glondu at moszumanska.debian.org
Wed May 20 17:36:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository calendar.
commit b05ae5fc3e38e5fc107d0934608fcb80be088a79
Author: Stephane Glondu <steph at glondu.net>
Date: Tue May 19 10:15:44 2015 +0200
Remove patch
---
debian/patches/0001-Fix-install-target.patch | 27 ---------------------------
debian/patches/series | 1 -
2 files changed, 28 deletions(-)
diff --git a/debian/patches/0001-Fix-install-target.patch b/debian/patches/0001-Fix-install-target.patch
deleted file mode 100644
index 2a2b899..0000000
--- a/debian/patches/0001-Fix-install-target.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Stefano Zacchiroli <zack at debian.org>
-Date: Wed, 7 Jul 2010 18:27:54 +0200
-Subject: [PATCH] Fix install target
-
----
- Makefile.in | 4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 1e51d37..9029b65 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -197,10 +197,12 @@ headers:
- # Install
- #########
-
-+OCAML_LIB_DIR =
- install: $(LIBS) $(CLIBS) META
- @if [ "`sed -n -e 's/version = "\([0-9.+dev]*\)"/\1/p' META`" = "$(VERSION)" ]; then \
- (if test -d `ocamlfind install -help | grep destdir | sed -e "s/.*default: \(.*\))/\1/"`/$(NAME); then $(MAKE) uninstall; fi;\
-- $(CAMLFIND) install $(NAME) target/*.cm[ioxa] target/*.cmx[as] $(MLI) $(CLIBS) META); \
-+ mkdir -p $(OCAML_LIB_DIR);\
-+ $(CAMLFIND) install -destdir $(OCAML_LIB_DIR) $(NAME) target/calendarLib.cmi target/calendarLib.cma $(wildcard target/calendarLib.cmx target/calendarLib.cmxa target/calendarLib.a target/calendarLib.cmxs) $(MLI) META;) \
- else \
- (echo; echo "Not the good version. Please, do :"; \
- echo " make clean && make"; \
---
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ebacac8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-install-target.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/calendar.git
More information about the Pkg-ocaml-maint-commits
mailing list