tags 478411 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad mysql-gui-tools-5.0~rc12.orig/debian/rules 
mysql-gui-tools-5.0~rc12/debian/rules
--- mysql-gui-tools-5.0~rc12.orig/debian/rules  2008-05-03 22:41:35.000000000 
+0100
+++ mysql-gui-tools-5.0~rc12/debian/rules       2008-05-03 22:44:57.000000000 
+0100
@@ -104,15 +104,21 @@
        
        # Add here commands to clean up after the build process.
        for i in mysql-administrator mysql-gui-common mysql-query-browser 
mysql-migration-tool; do \
-               cd $$i; if [ -a Makefile ]; then $(MAKE) distclean; fi; cd ..; \
+               cd $$i; if [ -e Makefile ]; then $(MAKE) distclean; fi; cd ..; \
        done
 
        # Removed extra crap left by upstream
-       rm -f mysql-gui-common/po/{ja,de,pt_BR,pl}.gmo
-       cd mysql-query-browser/source/linux/gtksourceview/gtksourceview; if [ 
-a Makefile ]; then $(MAKE) distclean; fi
-       rm -f mysql-administrator/po/{ja,de,pt_BR}.gmo
+       rm -f mysql-gui-common/po/ja.gmo
+       rm -f mysql-gui-common/po/de.gmo
+       rm -f mysql-gui-common/po/pt_BR.gmo
+       rm -f mysql-gui-common/po/pl.gmo
+       cd mysql-query-browser/source/linux/gtksourceview/gtksourceview; if [ 
-e Makefile ]; then $(MAKE) distclean; fi
+       rm -f mysql-administrator/po/ja.gmo
+       rm -f mysql-administrator/po/de.gmo
+       rm -f mysql-administrator/po/pt_BR.gmo
        rm -f mysql-query-browser/po/pt_BR.gmo
-       rm -rf 
mysql-query-browser/source/linux/gtksourceview/tests/{.deps,\\,\.deps?,\\?,Makefile}
+       rm -rf mysql-query-browser/source/linux/gtksourceview/tests/.deps
+       rm -rf mysql-query-browser/source/linux/gtksourceview/tests/Makefile
        
        # Reset config files    
        chmod +x debian/configupdate

Attachment: signature.asc
Description: PGP signature

Reply via email to