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

Bug#178612: rootskel: Package contains CVS backup files



Package: rootskel
Version: 0.16
Tags: patch

Checking the latest build log for rootskel, I noticed the following
file:

chroot-unstable/build/buildd/rootskel_0.16_ia64.udeb:
[...]
-rwxr-xr-x root/root    828 2003-01-26 11:10:04 ./sbin/.#debian-installer.1.8

It is not supposed to be there.  I suggest adding the following patch
to avoid this problem in the future.

Index: debian/rules
===================================================================
RCS file: /cvs/debian-boot/debian-installer/rootskel/debian/rules,v
retrieving revision 1.14
diff -u -3 -p -u -r1.14 rules
--- debian/rules        2 Dec 2002 22:00:46 -0000       1.14
+++ debian/rules        27 Jan 2003 16:04:13 -0000
@@ -24,6 +24,8 @@ clean:
        dh_testroot
        rm -f build-stamp
        rm -f debian/files~
+       # Remove CVS backup files from the source directory
+       find src -name '.#*' |xargs -r rm -f
        dh_clean

 # cvs update -P will remove these dirs if they are empty



Reply to: