zakkymuha / lusca-cache

Automatically exported from code.google.com/p/lusca-cache
0 stars 0 forks source link

Unable to build lusca .deb package #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Log in to a debian system
2. checkout lusca-head
3. run 'dpkg-buildpackage'

What is the expected output? 
ls ../lusca-*.deb
../lusca-cgi_0.1-HEAD-5_amd64.deb  ../lusca-common_0.1-HEAD-5_all.deb

What do you see instead?
tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-buildpackage: failure: tail of debian/changelog gave error exit status 1

Original issue reported on code.google.com by roelf.di...@gmail.com on 3 Nov 2010 at 11:15

GoogleCodeExporter commented 9 years ago
Fixed in 14818.

The debian build rules are not quite acid tested yet, and the "conflict" 
between binary naming and references of "squid" has been handled in some 
"creative" ways.

Either way. Installing the debianized version of lusca will conflict, and 
replace squid, so it should be possible to simply upgrade a debian system with 
squid to lusca by running 'apt-get install lusca' without breaking too many 
things.

Spool directories and other paraphernalia etc are all kept under the usual 
/var/spool/squid conventions however the package itsself tries to do everything 
as "lusca".

At some point might be worthwhile getting rid of all /squid/-isms ;)

Original comment by roelf.di...@gmail.com on 3 Nov 2010 at 11:24

GoogleCodeExporter commented 9 years ago
Some more fixes to debian build rules made in r14819.

Seems to build and install cleanly now.

Original comment by roelf.di...@gmail.com on 4 Nov 2010 at 12:06