diff -Nru edb-debugger-0.9.18/debian/changelog edb-debugger-0.9.18/debian/changelog --- edb-debugger-0.9.18/debian/changelog 2012-11-18 03:59:09.000000000 +0000 +++ edb-debugger-0.9.18/debian/changelog 2012-11-18 09:28:39.000000000 +0000 @@ -1,4 +1,4 @@ -edb-debugger (0.9.18-1czchen1~rc2) quantal; urgency=low +edb-debugger (0.9.18-1czchen1~rc3) quantal; urgency=low * Initial release diff -Nru edb-debugger-0.9.18/debian/control edb-debugger-0.9.18/debian/control --- edb-debugger-0.9.18/debian/control 2012-11-17 16:59:25.000000000 +0000 +++ edb-debugger-0.9.18/debian/control 2012-11-18 09:56:54.000000000 +0000 @@ -2,13 +2,12 @@ Section: devel Priority: extra Maintainer: ChangZhuo Chen -Build-Depends: debhelper (>= 9), qt4-qmake, libqt4-dev, libboost1.49-dev | libboost1.50-dev, dh-exec +Build-Depends: debhelper (>= 9), qt4-qmake, libqt4-dev, libboost1.50-dev | libboost1.49-dev, dh-exec Standards-Version: 3.9.3 Homepage: http://freecode.com/projects/edebugger Package: edb-debugger Architecture: any -Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: Evan's Debugger EDB (Evan's Debugger) is a Qt4 based binary mode debugger with the goal of diff -Nru edb-debugger-0.9.18/debian/rules edb-debugger-0.9.18/debian/rules --- edb-debugger-0.9.18/debian/rules 2012-11-18 03:43:45.000000000 +0000 +++ edb-debugger-0.9.18/debian/rules 2012-11-18 09:13:26.000000000 +0000 @@ -13,10 +13,7 @@ dh $@ override_dh_auto_configure: - qmake -makefile \ - QMAKE_CXXFLAGS_RELEASE="-g -O2 -Werror=format-security -D_FORTIFY_SOURCE=2" \ - QMAKE_STRIP=: \ - DEFAULT_PLUGIN_PATH="/lib/$(DEB_HOST_MULTIARCH)/edb-debugger/plugins" + dh_auto_configure -- DEFAULT_PLUGIN_PATH="/lib/$(DEB_HOST_MULTIARCH)/edb-debugger/plugins" override_dh_auto_clean: rm -f *.so