From e4d49e6d0b1a65bc9f2dbc43e39516bb16fc358c Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 05:49:18 +0000 Subject: [PATCH] r252: * Fixed makefile commit target. * Misc changes to make CVS dirs not be copies into package. --- debian/changelog | 1 + debian/rules | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d3931fa..3025894 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ debhelper (2.0.23) unstable; urgency=low * Fixed makefile commit target. + * Misc changes to make CVS dirs not be copies into package. -- Joey Hess Mon, 16 Aug 1999 22:43:39 -0700 diff --git a/debian/rules b/debian/rules index 8f9976f..acd9415 100755 --- a/debian/rules +++ b/debian/rules @@ -47,9 +47,10 @@ binary-indep: link-stamp build -exec install -p {} debian/debhelper/usr/bin \; cp -a Dh_*.pm debian/debhelper/usr/share/debhelper cp -a autoscripts debian/debhelper/usr/share/debhelper + rm -rf debian/debhelper/usr/share/debhelper/autoscripts/CVS - ./dh_installdocs doc/* - ./dh_installexamples examples/* + ./dh_installdocs `echo doc/* | grep -v CVS` + ./dh_installexamples `echo examples/* | grep -v CVS` ./dh_installmenu ./dh_installmanpages ./dh_installinfo @@ -99,7 +100,7 @@ binary-indep: link-stamp build # Install in the proper location on my ftp server and web server. Not intended # for use by anyone except the author. OLD_VER=$(shell perl -e '<>;<>;while(<>){last if /^ --/};<>;$$_=<>;print m/\((.*?)\)/'