[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:neon23-deb/debian/patches 02_no_docs.dpatch,NONE,1.1 00list,1.1.1.1,1.2



Update of /cvs/debian-openoffice/neon23-deb/debian/patches
In directory gluck:/tmp/cvs-serv21763/debian/patches

Modified Files:
	00list 
Added Files:
	02_no_docs.dpatch 
Log Message:
remove doc/ from sourcepkg; make necessary changes to debian/rules and disable doc installing

Index: 00list
===================================================================
RCS file: /cvs/debian-openoffice/neon23-deb/debian/patches/00list,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- 00list	1 May 2004 14:12:11 -0000	1.1.1.1
+++ 00list	1 May 2004 15:38:23 -0000	1.2
@@ -1 +1,2 @@
 01_CAN-2004-0179
+02_no_docs

--- NEW FILE: 02_no_docs.dpatch ---
#! /bin/sh -e
## 02_no_docs.dpatch by Rene Engelhard <rene@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

if [ $# -lt 1 ]; then
    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
    exit 1
fi

[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"

case "$1" in
    -patch) patch -p1 ${patch_opts} < $0;;
    -unpatch) patch -R -p1 ${patch_opts} < $0;;
    *)
        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
        exit 1;;
esac

exit 0

@DPATCH@
diff -urNad /home/rene/Debian/Pakete/neon/neon0.23-0.23.9.dfsg/Makefile.in neon0.23-0.23.9.dfsg/Makefile.in
--- /home/rene/Debian/Pakete/neon/neon0.23-0.23.9.dfsg/Makefile.in	2002-06-22 11:56:55.000000000 +0200
+++ neon0.23-0.23.9.dfsg/Makefile.in	2004-05-01 02:00:27.000000000 +0200
@@ -99,7 +99,7 @@
 neon-config: neon-config.in
 	@./config.status neon-config
 
-install-docs: install-man install-html
+install-docs:
 
 install-html:
 	$(INSTALL) -d $(DESTDIR)$(docdir)/html



Reply to: