Hi,

The attached file is the diff for my mysql-gui-tools 5.0~rc12-2.2 NMU. The
associated changelog entry is:

 mysql-gui-tools (5.0~rc12-2.2) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix bashism in debian/rules (Closes: #478411)


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru mysql-gui-tools-5.0~rc12/debian/changelog 
mysql-gui-tools-5.0~rc12/debian/changelog
--- mysql-gui-tools-5.0~rc12/debian/changelog   2008-06-07 16:33:36.000000000 
+0100
+++ mysql-gui-tools-5.0~rc12/debian/changelog   2008-06-07 16:33:43.000000000 
+0100
@@ -1,3 +1,10 @@
+mysql-gui-tools (5.0~rc12-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bashism in debian/rules (Closes: #478411)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 07 Jun 2008 16:20:43 +0100
+
 mysql-gui-tools (5.0~rc12-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru mysql-gui-tools-5.0~rc12/debian/control 
mysql-gui-tools-5.0~rc12/debian/control
--- mysql-gui-tools-5.0~rc12/debian/control     2008-06-07 16:33:36.000000000 
+0100
+++ mysql-gui-tools-5.0~rc12/debian/control     2008-06-07 16:33:43.000000000 
+0100
@@ -4,7 +4,7 @@
 Maintainer: Adam Majer <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 4.2.13), libmysqlclient15-dev, libxml2-dev, 
libglade2-dev, libgtkmm-2.4-dev (>=1:2.6), libpcre3-dev, scrollkeeper, 
autotools-dev, libgtkhtml3.8-dev, libxml-parser-perl, liblua5.1-0-dev, 
libglu-dev | libglu1-mesa-dev, uuid-dev
 Build-Conflicts: libmysqlclient-dev (<4.1)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 
 Package: mysql-admin
 Architecture: any
diff -Nru mysql-gui-tools-5.0~rc12/debian/rules 
mysql-gui-tools-5.0~rc12/debian/rules
--- mysql-gui-tools-5.0~rc12/debian/rules       2008-06-07 16:33:36.000000000 
+0100
+++ mysql-gui-tools-5.0~rc12/debian/rules       2008-06-07 16:33:43.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