tags 428397 +patch The attached patch fixes this, in a not very clever kind of way. I'll include it in my next upload.
Alan
--- /home/woodalan/ogle-gui-0.9.2/debian/rules 2007-07-06 00:10:35.000000000 +0100 +++ debian/rules 2007-07-06 00:09:38.000000000 +0100 @@ -28,7 +28,9 @@ build-stamp: config.status dh_testdir - + + cp po/de.gmo po/de.gmo.old + # Add here commands to compile the package. $(MAKE) #/usr/bin/docbook-to-man debian/ogle-gui.sgml > ogle-gui.1 @@ -40,6 +42,8 @@ dh_testroot rm -f build-stamp + -mv po/de.gmo.old po/de.gmo + # Add here commands to clean up after the build process. -$(MAKE) distclean -test -r /usr/share/misc/config.sub && \