[gcompris-devel] help needed
Yavor Doganov
yavor at gnu.org
Mon Dec 15 21:08:39 UTC 2008
Ankit Sahai wrote:
>
> root at boss[gcompris-8.4.2]#dpkg-buildpackage -rfakeroot -us -uc -sa -d
Never build a Debian package as root, fakeroot was specifically
developed for this task. As of dpkg 1.14.7 (released more than a year
ago) you don't have to pass -rfakeroot to dpkg-buildpackage; it is
implied by default.
Also never use -d unless you know what you're doing.
> debian/rules:154: warning: overriding commands for target `build-stamp'
> dh_testdir: debian/control has a duplicate entry for gcompris
You certainly modified somehow Yann Dirson's package. The first error
is a GNU make error, when you define a target twice. The second is
probably because you have added a duplicate entry for the binary
package gcompris.
More information about the Gcompris-devel
mailing list