[Bug 1304760] Re: checkinstall fails to add files to dpkg conffiles

Brian Morton rokclimb15 at gmail.com
Fri Dec 30 20:53:34 UTC 2016


Bug has been fixed upstream http://bugtrack.izto.org/show_bug.cgi?id=35

** Bug watch added: izto #35
   http://bugtrack.izto.org/show_bug.cgi?id=35

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1304760

Title:
  checkinstall fails to add files to dpkg conffiles

Status in checkinstall package in Ubuntu:
  Confirmed
Status in checkinstall package in Debian:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkinstall/+bug/1304760/+subscriptions



More information about the Ubuntu-sponsors mailing list