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

Re: Is dh_install doesn't rm the files?



On 6 Jun 2002, Stefan Hornburg (Racke) wrote:

> The "move" is really useful if you maintain a source package with
> multiple binary package where the upstream author constantly adds new files.
>
> # Check if all files have moved out
> 	if [ `find $(BUILD) -not -type d | wc -l` -ne 0 ]; then find $(BUILD) -not -type d; echo "File(s) found not belonging to any package, please contact maintainer"; exit 1; fi

I do the exact same thing.  I use dh_movefiles, some on directories, but when
I have to split a directory, I only mention the files.


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: