Comment 3 for bug 519842

Revision history for this message
Stephan RĂ¼gamer (sruegamer) wrote :

Oh Well,

Bhavani,

your fix works for the real source, but this package has more problems:

1. compat level below 5 are not supported any more (hint: debian/compat and debian/rules)
2. The package itself, tries to build another package with the original source pkg inside debian/rules. which failes on my lucid sbuild server. It failes around these lines:

../$(PACKAGE)_$(PKG_VER).dsc ../$(PACKAGE)_$(PKG_VER).diff.gz: debian/rules
        debian/rules clean
        cd ..; dpkg-source -b $(PACKAGE)-$(PKG_UPVER)

transscript of buildlog:
/usr/bin/make -f makefile.linux -i distclean
make[2]: Entering directory `/build/shermann-mush_7.2.5unoff2-25.1ubuntu1-amd64-R0gItD/mush-7.2.5unoff2-25.1ubuntu1'
rm -f *.o
rm -f mush dotlock *~ sedscript Mushrc mush.1 cmd_help
make[2]: Leaving directory `/build/shermann-mush_7.2.5unoff2-25.1ubuntu1-amd64-R0gItD/mush-7.2.5unoff2-25.1ubuntu1'
rm -rf debian/mush debian/tmp-src debian/mush-src
dh_clean
make[1]: Leaving directory `/build/shermann-mush_7.2.5unoff2-25.1ubuntu1-amd64-R0gItD/mush-7.2.5unoff2-25.1ubuntu1'
cd ..; dpkg-source -b mush-7.2.5unoff2
dpkg-source: error: cannot stat directory mush-7.2.5unoff2: No such file or directory
make: *** [../mush_7.2.5unoff2-25.1ubuntu1.dsc] Error 2

Would you like to take a look?

Furthermore, there is a removal request pending in debian.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553899

Regards,

\sh