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

Mathew Hodson mathew.hodson at gmail.com
Sat Dec 17 16:36:43 UTC 2016


** Bug watch removed: Debian Bug tracker #655453
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655453

** Changed in: checkinstall (Ubuntu)
   Importance: Undecided => Medium

-- 
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