[Novalug] Repacking Squid with SSL for Debian
Aaron Porter
atporter at gmail.com
Fri Sep 24 17:31:55 EDT 2010
On Sat, Jun 5, 2010 at 6:57 PM, Ken Kauffman <kkauffman at headfog.com> wrote:
> Found this online. This sounds like a thread that gives the answer, but I
> have not tested it.
>
> http://www.debian-administration.org/articles/332
Pretty sure the useful bits of that page can be distilled to:
echo "package_name hold" | dpkg --set-selections
For what it's worth, I usually edit <package root>/debian/changelog
and add a "+<location>.<rev>" release. Usually that's because I'm
trying to backport a patch that Debian hasn't accepted yet and I'm
confident I'll want the new version from upstream. The dpkg hold is
probably a better idea for your use case -- a configuration Debian has
chosen not to support. In that case, I've also been known to change
the package name to <package>-<location> and maintain a local apt
repo.
More information about the Novalug
mailing list