[Debian-hebrew-package] r959 - in /pkg/hspell/trunk/debian/patches: make-install.patch series

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Fri Aug 10 21:54:15 UTC 2012


Author: kaplan
Date: Fri Aug 10 21:54:14 2012
New Revision: 959

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=959
Log:
Fix install target failure when --enable-shared isn't provided during configure

Added:
    pkg/hspell/trunk/debian/patches/make-install.patch
Modified:
    pkg/hspell/trunk/debian/patches/series

Added: pkg/hspell/trunk/debian/patches/make-install.patch
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/patches/make-install.patch?rev=959&op=file
==============================================================================
--- pkg/hspell/trunk/debian/patches/make-install.patch (added)
+++ pkg/hspell/trunk/debian/patches/make-install.patch Fri Aug 10 21:54:14 2012
@@ -1,0 +1,18 @@
+Description: Fix install target failure when --enable-shared isn't provided during configure
+Author: Lior Kaplan <kaplan at debian.org>
+
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -137,9 +137,9 @@
+ 	test -d $(DESTDIR)$(INCLUDEDIR) || mkdir -m 755 -p $(DESTDIR)$(INCLUDEDIR)
+ 	cp hspell.h linginfo.h $(DESTDIR)$(INCLUDEDIR)/
+ 	chmod 644 $(DESTDIR)$(INCLUDEDIR)/hspell.h $(DESTDIR)$(INCLUDEDIR)/linginfo.h
+-	test -f libhspell.so.0 && cp libhspell.so.0 $(DESTDIR)$(LIBDIR)/
+-	test -f libhspell.so.0 && chmod 755 $(DESTDIR)$(LIBDIR)/libhspell.so.0
+-	test -f libhspell.so.0 && ln -sf libhspell.so.0 $(DESTDIR)$(LIBDIR)/libhspell.so
++	test ! -f libhspell.so.0 || cp libhspell.so.0 $(DESTDIR)$(LIBDIR)/
++	test ! -f libhspell.so.0 || chmod 755 $(DESTDIR)$(LIBDIR)/libhspell.so.0
++	test ! -f libhspell.so.0 || ln -sf libhspell.so.0 $(DESTDIR)$(LIBDIR)/libhspell.so
+ 
+ 
+ ################################################

Modified: pkg/hspell/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hspell/trunk/debian/patches/series?rev=959&op=diff
==============================================================================
--- pkg/hspell/trunk/debian/patches/series (original)
+++ pkg/hspell/trunk/debian/patches/series Fri Aug 10 21:54:14 2012
@@ -1,1 +1,2 @@
 manpages_minus.patch
+make-install.patch




More information about the Debian-hebrew-package mailing list