Package: backuppc
Version: 3.1.0-3
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch
Hi,
In debian/rules there is currently code to try and move
files from var/lib/backuppc/conf/ and then delete it.
This is unnecessary now, as upstream installs the files to
the correct directory.
Below is a patch to remove the unnecessary lines. Please
consider applying it.
Thanks,
James
diff -u backuppc-3.1.0/debian/rules backuppc-3.1.0/debian/rules
--- backuppc-3.1.0/debian/rules
+++ backuppc-3.1.0/debian/rules
@@ -63,12 +63,10 @@
pod2man --section=8 --center="BackupPC manual" doc/BackupPC.pod
backuppc.8
perl -e "s/.IX Title.*/.SH NAME\nbackuppc \\- BackupPC manual/g"
-p -i.tmp backuppc.8
- -mv -f debian/backuppc/var/lib/backuppc/conf/*
debian/backuppc/etc/backuppc
mv -f debian/backuppc/usr/share/backuppc/cgi-bin/*
debian/backuppc/usr/share/backuppc/cgi-bin/index.cgi
install --mode=644 conf/hosts debian/backuppc/etc/backuppc
install --mode=644 debian/localhost.pl
debian/backuppc/etc/backuppc
install --mode=644 debian/apache.conf
debian/backuppc/etc/backuppc
- -rmdir debian/backuppc/var/lib/backuppc/conf/
(cd debian/backuppc/usr/share/backuppc/cgi-bin; ln -s ../image)
patch --no-backup-if-mismatch -p0 < debian/config.pl.diff
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]