If I'm not mistaken, using dpkg-buildpackage would give you a source
package that applies the patch, but you would still have to build the
source anyway.

The way I did it is by doing:

mkdir cups-source
cd cups-source
apt-get source cups
cd cups-1.5.0
patch -p1 < patchfile
./configure
make
sudo make install

You'll need to install the po4a package first (and gcc etc.).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879625

Title:
  CUPS fails to request authentication when printing over IPP w/ TLS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to