[Pkg-scicomp-commits] [SCM] MAdLib, a mesh adaptation library. branch, master, updated. debian/1.2.2-1-10-ga07b5fe

Christophe Prud'homme prudhomm at debian.org
Sun Oct 11 13:45:29 UTC 2009


The following commit has been merged in the master branch:
commit a07b5feb6caa5c4dbdee2f9cf538715d3eca20c3
Author: Christophe Prud'homme <prudhomm at debian.org>
Date:   Sun Oct 11 12:19:42 2009 +0200

    no patch need for now

diff --git a/debian/patches/Makefile.patch b/debian/patches/Makefile.patch
deleted file mode 100644
index e2e5baa..0000000
--- a/debian/patches/Makefile.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Index: madlib-1.2.2/Makefile
-===================================================================
---- madlib-1.2.2.orig/Makefile	2009-08-04 07:36:13.000000000 +0200
-+++ madlib-1.2.2/Makefile	2009-08-04 07:37:41.000000000 +0200
-@@ -188,13 +188,13 @@
- 
- install: lib pc
- ifneq (${UNAME},WIN32MSVC)
--	mkdir -p ${includedir}/MAdLib
--	rm -f ${includedir}/MAdLib/*
--	cp -f ${MADLIB_API} ${includedir}/MAdLib
--	mkdir -p ${libdir}
--	cp -f lib/* ${libdir}/.
--	mkdir -p ${bindir}
--	-cp -f bin/* ${bindir}/.
-+	mkdir -p $(DESTDIR)${includedir}/MAdLib
-+	rm -f $(DESTDIR)${includedir}/MAdLib/*
-+	cp -f ${MADLIB_API} $(DESTDIR)${includedir}/MAdLib
-+	mkdir -p $(DESTDIR)${libdir}
-+	cp -f lib/* $(DESTDIR)${libdir}/.
-+	mkdir -p $(DESTDIR)${bindir}
-+	-cp -f bin/* $(DESTDIR)${bindir}/.
- 	@echo "*********************************************************************"
- 	@echo "MAdLib has been installed to the following locations:"
- 	@echo "   * Libraries:            ${libdir}"
-@@ -212,9 +212,9 @@
- endif
- 
- uninstall:
--	rm -rf ${includedir}/MAdLib
--	rm -rf ${libdir}/libMAdLib${LIBSUFFIX}${LIBEXT}
--	rm ${MADLIB_PCFILE}
-+	rm -rf $(DESTDIR)${includedir}/MAdLib
-+	rm -rf $(DESTDIR)${libdir}/libMAdLib${LIBSUFFIX}${LIBEXT}
-+	rm $(DESTDIR)${MADLIB_PCFILE}
- 
- # Utilities
- 
diff --git a/debian/patches/series b/debian/patches/series
index 5b1c0a4..8b13789 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-Makefile.patch
+

-- 
MAdLib, a mesh adaptation library.



More information about the Pkg-scicomp-commits mailing list