[Bug 1304760] [NEW] checkinstall fails to add files to dpkg conffiles

Launchpad Bug Tracker 1304760 at bugs.launchpad.net
Wed Dec 14 04:27:12 UTC 2016


You have been subscribed to a public bug by Ubuntu Foundations Team Bug Bot (crichton):

checkinstall 1.6.2-3ubuntu1 has a command like this to create conffiles:

find -L $BUILD_DIR/etc -type f 2> /dev/null | sed -e "s,$BUILD_DIR,," | \
        > $BUILD_DIR/DEBIAN/conffiles

It is attempting to pipe and redirect the output, resulting in an empty
conffiles.  Removing the second pipe

find -L $BUILD_DIR/etc -type f 2> /dev/null | sed -e "s,$BUILD_DIR,," \
        > $BUILD_DIR/DEBIAN/conffiles

correctly creates the conffiles file.

** Affects: checkinstall (Ubuntu)
     Importance: Undecided
     Assignee: Brian Morton (rokclimb15)
         Status: Confirmed

** Affects: checkinstall (Debian)
     Importance: Unknown
         Status: New


** Tags: patch
-- 
checkinstall fails to add files to dpkg conffiles
https://bugs.launchpad.net/bugs/1304760
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.



More information about the Ubuntu-sponsors mailing list