r13498 - in /packages/unstable/genius/debian: changelog patches/ patches/01_omf-install.patch patches/99_autoreconf.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Nov 19 16:10:50 UTC 2007


Author: slomo
Date: Mon Nov 19 16:10:50 2007
New Revision: 13498

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13498
Log:
* debian/patches/01_omf-install.patch,
  debian/patches/99_autoreconf.patch:
  + Fix installation of the OMF files.

Added:
    packages/unstable/genius/debian/patches/
    packages/unstable/genius/debian/patches/01_omf-install.patch
    packages/unstable/genius/debian/patches/99_autoreconf.patch
Modified:
    packages/unstable/genius/debian/changelog

Modified: packages/unstable/genius/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/changelog?rev=13498&op=diff
==============================================================================
--- packages/unstable/genius/debian/changelog (original)
+++ packages/unstable/genius/debian/changelog Mon Nov 19 16:10:50 2007
@@ -8,6 +8,9 @@
       instead of deleting it by hand.
   * debian/README.Source:
     + Deleted as the tarball is now DFSG free.
+  * debian/patches/01_omf-install.patch,
+    debian/patches/99_autoreconf.patch:
+    + Fix installation of the OMF files.
 
  -- Sebastian Dröge <slomo at debian.org>  Mon, 19 Nov 2007 13:59:24 +0100
 

Added: packages/unstable/genius/debian/patches/01_omf-install.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/patches/01_omf-install.patch?rev=13498&op=file
==============================================================================
--- packages/unstable/genius/debian/patches/01_omf-install.patch (added)
+++ packages/unstable/genius/debian/patches/01_omf-install.patch Mon Nov 19 16:10:50 2007
@@ -1,0 +1,37 @@
+--- help/omf.make.old	2007-11-19 17:04:32.000000000 +0100
++++ help/omf.make	2007-11-19 17:04:40.000000000 +0100
+@@ -39,31 +39,29 @@
+ 	-for file in $(omffile); do \
+ 	  scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
+ 	done; \
+-	touch omf_timestamp
+ endif
++	touch omf_timestamp
+ 
+ install-data-hook-omf:
+-if ENABLE_SK
+ 	$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
+ 	for file in $(omffile); do \
+ 		$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
+ 	done
++if ENABLE_SK
+ 	-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
+ endif
+ 
+ uninstall-local-omf:
+-if ENABLE_SK
+ 	-for file in $(srcdir)/*.omf; do \
+ 		basefile=`basename $$file`; \
+ 		rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
+ 	done
+ 	-rmdir $(DESTDIR)$(omf_dest_dir)
++if ENABLE_SK
+ 	-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
+ endif
+ 
+ clean-local-omf:
+-if ENABLE_SK
+ 	-for file in $(omffile); do \
+ 		rm -f $$file.out; \
+ 	done
+-endif

Added: packages/unstable/genius/debian/patches/99_autoreconf.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/patches/99_autoreconf.patch?rev=13498&op=file
==============================================================================
--- packages/unstable/genius/debian/patches/99_autoreconf.patch (added)
+++ packages/unstable/genius/debian/patches/99_autoreconf.patch Mon Nov 19 16:10:50 2007
@@ -1,0 +1,46 @@
+diff -x'*INSTALL*' -Naur genius-1.0.1.old/help/C/Makefile.in genius-1.0.1/help/C/Makefile.in
+--- genius-1.0.1.old/help/C/Makefile.in	2007-11-17 06:14:45.000000000 +0100
++++ genius-1.0.1/help/C/Makefile.in	2007-11-19 17:09:27.000000000 +0100
+@@ -532,28 +532,28 @@
+ omf_timestamp: $(omffile)
+ @ENABLE_SK_TRUE@	-for file in $(omffile); do \
+ @ENABLE_SK_TRUE@	  scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
+- at ENABLE_SK_TRUE@	done; \
+- at ENABLE_SK_TRUE@	touch omf_timestamp
++ at ENABLE_SK_TRUE@	done
++	touch omf_timestamp
+ 
+ install-data-hook-omf:
+- at ENABLE_SK_TRUE@	$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
+- at ENABLE_SK_TRUE@	for file in $(omffile); do \
+- at ENABLE_SK_TRUE@		$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
+- at ENABLE_SK_TRUE@	done
++	$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
++	for file in $(omffile); do \
++		$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
++	done
+ @ENABLE_SK_TRUE@	-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
+ 
+ uninstall-local-omf:
+- at ENABLE_SK_TRUE@	-for file in $(srcdir)/*.omf; do \
+- at ENABLE_SK_TRUE@		basefile=`basename $$file`; \
+- at ENABLE_SK_TRUE@		rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
+- at ENABLE_SK_TRUE@	done
+- at ENABLE_SK_TRUE@	-rmdir $(DESTDIR)$(omf_dest_dir)
++	-for file in $(srcdir)/*.omf; do \
++		basefile=`basename $$file`; \
++		rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
++	done
++	-rmdir $(DESTDIR)$(omf_dest_dir)
+ @ENABLE_SK_TRUE@	-scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
+ 
+ clean-local-omf:
+- at ENABLE_SK_TRUE@	-for file in $(omffile); do \
+- at ENABLE_SK_TRUE@		rm -f $$file.out; \
+- at ENABLE_SK_TRUE@	done
++	-for file in $(omffile); do \
++		rm -f $$file.out; \
++	done
+ 
+ all: omf
+ 




More information about the pkg-gnome-commits mailing list