Author: ericmaeker-guest Date: 2012-06-30 22:53:54 +0000 (Sat, 30 Jun 2012) New Revision: 11508
Added: trunk/packages/freemedforms-project/trunk/debian/patches/ trunk/packages/freemedforms-project/trunk/debian/patches/freeaccount-quit-segfaulting trunk/packages/freemedforms-project/trunk/debian/patches/hurd-install trunk/packages/freemedforms-project/trunk/debian/patches/series Modified: trunk/packages/freemedforms-project/trunk/debian/changelog trunk/packages/freemedforms-project/trunk/debian/rules Log: freemedforms-project: adding quilt patches Modified: trunk/packages/freemedforms-project/trunk/debian/changelog =================================================================== --- trunk/packages/freemedforms-project/trunk/debian/changelog 2012-06-30 12:59:30 UTC (rev 11507) +++ trunk/packages/freemedforms-project/trunk/debian/changelog 2012-06-30 22:53:54 UTC (rev 11508) @@ -1,3 +1,13 @@ +freemedforms-project (0.7.6-2) unstable; urgency=low + + [ Eric Maeker ] + * creating patches: debian/patches: + * freeaccount segfault on quit (corrected) + * hurd installation (corrected) + * debian/rules: using quilt + + -- Andreas Tille <[email protected]> Sat, 30 Jun 2012 23:59:11 +0200 + freemedforms-project (0.7.6-1) unstable; urgency=low [ Eric Maeker ] Added: trunk/packages/freemedforms-project/trunk/debian/patches/freeaccount-quit-segfaulting =================================================================== --- trunk/packages/freemedforms-project/trunk/debian/patches/freeaccount-quit-segfaulting (rev 0) +++ trunk/packages/freemedforms-project/trunk/debian/patches/freeaccount-quit-segfaulting 2012-06-30 22:53:54 UTC (rev 11508) @@ -0,0 +1,13 @@ +Index: freemedforms/plugins/usermanagerplugin/usermanagerplugin.cpp +=================================================================== +--- freemedforms.orig/plugins/usermanagerplugin/usermanagerplugin.cpp 2012-06-30 23:55:16.107393756 +0200 ++++ freemedforms/plugins/usermanagerplugin/usermanagerplugin.cpp 2012-06-30 23:56:14.104378179 +0200 +@@ -95,7 +95,7 @@ + // Add Translator to the Application + Core::ICore::instance()->translators()->addNewTranslator("usermanagerplugin"); + +- new UserBase(this); ++ new UserBase; + + addObject(m_FirstCreation); + } Added: trunk/packages/freemedforms-project/trunk/debian/patches/hurd-install =================================================================== --- trunk/packages/freemedforms-project/trunk/debian/patches/hurd-install (rev 0) +++ trunk/packages/freemedforms-project/trunk/debian/patches/hurd-install 2012-06-30 22:53:54 UTC (rev 11508) @@ -0,0 +1,13 @@ +Index: freemedforms/buildspecs/install.pri +=================================================================== +--- freemedforms.orig/buildspecs/install.pri 2012-06-30 23:47:48.383643186 +0200 ++++ freemedforms/buildspecs/install.pri 2012-06-30 23:57:08.891750971 +0200 +@@ -26,7 +26,7 @@ + + # These inclusions modify the default path for the installation process + macx:include(install_mac.pri) +-else:linux*:include(install_linux.pri) ++else:linux*|hurd*:include(install_linux.pri) + else:win32:include(install_win.pri) + else:freebsd*:include(install_freebsd.pri) + Added: trunk/packages/freemedforms-project/trunk/debian/patches/series =================================================================== --- trunk/packages/freemedforms-project/trunk/debian/patches/series (rev 0) +++ trunk/packages/freemedforms-project/trunk/debian/patches/series 2012-06-30 22:53:54 UTC (rev 11508) @@ -0,0 +1,2 @@ +freeaccount-quit-segfaulting +hurd-install Modified: trunk/packages/freemedforms-project/trunk/debian/rules =================================================================== --- trunk/packages/freemedforms-project/trunk/debian/rules 2012-06-30 12:59:30 UTC (rev 11507) +++ trunk/packages/freemedforms-project/trunk/debian/rules 2012-06-30 22:53:54 UTC (rev 11508) @@ -16,7 +16,7 @@ AUTOCONF_SUB = -D$(1) -- $(QMAKE_CONFIG) $(QMAKE_IPATH) $(QMAKE_SUBPROJECT_CONFIG) LOWERED_APPNAME="$(1)" $(1).pro %: - dh $@ --parallel --buildsystem=qmake_qt4 # --dbg-package=freemedforms-project-dbg + dh $@ --with quilt --parallel --buildsystem=qmake_qt4 # --dbg-package=freemedforms-project-dbg override_dh_auto_configure: lrelease global_resources/translations/*.ts _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
