I successfully built a 2.6.5+9 package using the existing debian directory from 2.6.3+r1764-1 without any other needed modifications (except debian/changelog).
The only change I made was to fix a bashism: --- elog-2.6.3+r1764/debian/postinst 2007-10-17 11:17:30.000000000 +0200 +++ elog-2.6.5+9/debian/postinst 2007-10-17 11:29:34.000000000 +0200 @@ -149,7 +149,7 @@ fi # Submit a welcome log for the first time users. -if [ "$good_port" = "yes" -a -d $SRVDIR/logbooks/demo ] \ +if [ "$good_port" = "yes" ] && [ -d $SRVDIR/logbooks/demo ] \ && ! grep -sq "^Subject: *$WELCOME_SUBJECT$" $SRVDIR/logbooks/demo/*; then echo -n "Submitting a test message... " >&2 Using the old elog data directory also did not give any problems. -- -- arthur de jong - [EMAIL PROTECTED] - west consulting b.v. -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]