netatalk 2.2beta4 deb package can't build on Lucid Lynx
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
netatalk (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I know this package is for Oneiric Ocelot.
I tried to build on Lucid Lynx.
When the original package, it meets a error at dpkg-buildpackage.
$ dpkg-buildpackage -us -uc -rfakeroot
:
dpkg-checkbuild
dpkg-buildpackage: warning: Build dependencies/
dpkg-buildpackage: warning: (Use -d flag to override.)
It reason is cdbs of Lucid is 0.4.62.
If I use "-d" option, I met the next error.
$ dpkg-buildpackage -us -uc -rfakeroot -d
:
debian/rules:20: /usr/share/
make: *** No rule to make target `/usr/share/
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
The 20th of debian/rules is below:
include /usr/share/
I comment out it, and try to build.
I achieved to build the package and it works fine.
Would you consider the cdbs version?
If cdbs 0.4.62 is OK, Lucid users will be happy.
Thank you.