Author: onlyjob Date: 2013-03-29 12:36:28 +0000 (Fri, 29 Mar 2013) New Revision: 13223
Removed: trunk/packages/ginkgocadx/trunk/debian/patches/fix-desktop.patch trunk/packages/ginkgocadx/trunk/debian/patches/fix-spelling.patch trunk/packages/ginkgocadx/trunk/debian/patches/series Modified: trunk/packages/ginkgocadx/trunk/debian/changelog trunk/packages/ginkgocadx/trunk/debian/control Log: New upstream release [3.2.0.634.25] Modified: trunk/packages/ginkgocadx/trunk/debian/changelog =================================================================== --- trunk/packages/ginkgocadx/trunk/debian/changelog 2013-03-29 12:34:26 UTC (rev 13222) +++ trunk/packages/ginkgocadx/trunk/debian/changelog 2013-03-29 12:36:28 UTC (rev 13223) @@ -1,9 +1,16 @@ -ginkgocadx (3.1.0.498.20-1~exp0.1) UNRELEASED; urgency=low +ginkgocadx (3.2.0.634.25-1~exp0) UNRELEASED; urgency=low + [ Mathieu Malaterre ] * Remove self from main list - -- Mathieu Malaterre <[email protected]> Fri, 15 Mar 2013 16:36:02 +0100 + [ Dmitry Smirnov ] + * New upstream release [February 2013] + + new B-D: "libcurl4-gnutls-dev". + * Updated my email address. + * Dropped all patches (applied-upstream). + -- Dmitry Smirnov <[email protected]> Fri, 29 Mar 2013 21:04:49 +1100 + ginkgocadx (3.1.0.498.20-1~exp0) experimental; urgency=low * New upstream release [December 2012]. Modified: trunk/packages/ginkgocadx/trunk/debian/control =================================================================== --- trunk/packages/ginkgocadx/trunk/debian/control 2013-03-29 12:34:26 UTC (rev 13222) +++ trunk/packages/ginkgocadx/trunk/debian/control 2013-03-29 12:36:28 UTC (rev 13223) @@ -9,6 +9,7 @@ ,chrpath ,cmake (>= 2.8) ,libcairo2-dev (>= 1.8.10) + ,libcurl4-gnutls-dev ,libdcmtk2-dev (>= 3.6.0) ,libfftw3-dev ,libfreetype6-dev Deleted: trunk/packages/ginkgocadx/trunk/debian/patches/fix-desktop.patch =================================================================== --- trunk/packages/ginkgocadx/trunk/debian/patches/fix-desktop.patch 2013-03-29 12:34:26 UTC (rev 13222) +++ trunk/packages/ginkgocadx/trunk/debian/patches/fix-desktop.patch 2013-03-29 12:36:28 UTC (rev 13223) @@ -1,19 +0,0 @@ -Last-Update: 2013-01-28 -Author: Dmitry Smirnov <[email protected]> -Forwarded: 2013-01-31 -Description: minor .desktop file cleanup (lintianisation) - This patch fixes the following problem identified by 'desktop-file-validate': - "Office;MedicalSoftware;Education;Science;" for key "Categories" in - group "Desktop Entry" contains more than one main category; application - might appear more than once in the application menu - ---- a/src/ginkgocadx/ginkgocadx.desktop -+++ b/src/ginkgocadx/ginkgocadx.desktop -@@ -10,6 +10,6 @@ - Icon=ginkgocadx - TryExec=ginkgocadx - Exec=/usr/bin/ginkgocadx %F - Terminal=false --Categories=Office;MedicalSoftware;Education;Science; -+Categories=Graphics;MedicalSoftware;Science; - MimeType=application/dicom; Deleted: trunk/packages/ginkgocadx/trunk/debian/patches/fix-spelling.patch =================================================================== --- trunk/packages/ginkgocadx/trunk/debian/patches/fix-spelling.patch 2013-03-29 12:34:26 UTC (rev 13222) +++ trunk/packages/ginkgocadx/trunk/debian/patches/fix-spelling.patch 2013-03-29 12:36:28 UTC (rev 13223) @@ -1,31 +0,0 @@ -Last-Update: 2013-01-28 -Author: Dmitry Smirnov <[email protected]> -Forwarded: 2013-01-31 -Description: minor spelling corrections (lintianisation) - ---- a/src/cadxcore/api/icommand.cpp -+++ b/src/cadxcore/api/icommand.cpp -@@ -190,9 +190,9 @@ - } - - std::string IPersistentCommand::getClassUID() - { -- throw new GNC::GCS::IException("Method has to be overriden"); -+ throw new GNC::GCS::IException("Method has to be overridden"); - } - - long IPersistentCommand::getIdBBDD() - { ---- a/src/cadxcore/sqlite/sqlite3.c -+++ b/src/cadxcore/sqlite/sqlite3.c -@@ -34840,9 +34840,9 @@ - ** - ** This file implements the default page cache implementation (the - ** sqlite3_pcache interface). It also contains part of the implementation - ** of the SQLITE_CONFIG_PAGECACHE and sqlite3_release_memory() features. --** If the default page cache implementation is overriden, then neither of -+** If the default page cache implementation is overridden, then neither of - ** these two features are available. - */ - - Deleted: trunk/packages/ginkgocadx/trunk/debian/patches/series =================================================================== --- trunk/packages/ginkgocadx/trunk/debian/patches/series 2013-03-29 12:34:26 UTC (rev 13222) +++ trunk/packages/ginkgocadx/trunk/debian/patches/series 2013-03-29 12:36:28 UTC (rev 13223) @@ -1,2 +0,0 @@ -fix-desktop.patch -fix-spelling.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
