[SCM] FreeCAD packaging branch, master, updated. debian/0.11.3729.dfsg-1-7-gde3eac2

Anton Gladky gladky.anton at gmail.com
Thu Apr 14 22:40:10 UTC 2011


The following commit has been merged in the master branch:
commit de3eac221e8658e91932e0c56e20069fd5cc2379
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Fri Apr 15 00:39:01 2011 +0200

    Add doc-base file for freecad-doc

diff --git a/debian/freecad-doc.doc-base b/debian/freecad-doc.doc-base
new file mode 100644
index 0000000..2c06220
--- /dev/null
+++ b/debian/freecad-doc.doc-base
@@ -0,0 +1,17 @@
+Document: FreeCAD-development-documentation
+Title: FreeCAD development documentation
+Author: FreeCAD developers
+Abstract: FreeCAD is a general purpose Open Source 3D CAD/MCAD/CAx/CAE/PLM modeler, aimed directly at mechanical engineering and product design but also fits in a wider range of uses around engineering, such as architecture or other engineering specialties. It is a feature-based parametric modeler with a modular software architecture which makes it easy to provide additional functionality without modifying the core system.
+Section: Science/Engineering
+
+Format: HTML
+Index: /usr/share/doc/freecad/Start_Page.html
+Files: /usr/share/doc/freecad/*.*
+
+Format: PDF
+Files: /usr/share/doc/freecad/kr_16.pdf.gz
+Files: /usr/share/doc/freecad/kr_210_2.pdf.gz
+Files: /usr/share/doc/freecad/kr_500_2.pdf.gz
+
+
+
diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
new file mode 100644
index 0000000..a697bbf
--- /dev/null
+++ b/debian/patches/fix-spelling-errors.patch
@@ -0,0 +1,193 @@
+Description: Fix some spelling errors, pointed out by lintian
+Author: Anton Gladky <gladky.anton at gmail.com>
+Last-Update: 2011-04-14
+
+--- freecad-0.11.3729.dfsg.orig/src/Gui/Window.cpp
++++ freecad-0.11.3729.dfsg/src/Gui/Window.cpp
+@@ -72,7 +72,7 @@ bool WindowParameter::setGroupName(const
+ 
+ void WindowParameter::OnChange(Base::Subject<const char*> &rCaller, const char * sReason)
+ {
+-  Base::Console().Log("Parameter has changed and window (%s) has not overriden this function!",_handle->GetGroupName());
++  Base::Console().Log("Parameter has changed and window (%s) has not overridden this function!",_handle->GetGroupName());
+ }
+ 
+ ParameterGrp::handle  WindowParameter::getWindowParameter(void)
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Mesh/Gui/Command.cpp
++++ freecad-0.11.3729.dfsg/src/Mod/Mesh/Gui/Command.cpp
+@@ -1096,9 +1096,9 @@ CmdMeshRemoveComponents::CmdMeshRemoveCo
+     sAppModule    = "Mesh";
+     sGroup        = QT_TR_NOOP("Mesh");
+     sMenuText     = QT_TR_NOOP("Remove components...");
+-    sToolTipText  = QT_TR_NOOP("Remove topologic independant components from the mesh");
++    sToolTipText  = QT_TR_NOOP("Remove topologic independent components from the mesh");
+     sWhatsThis    = "Mesh_RemoveComponents";
+-    sStatusTip    = QT_TR_NOOP("Remove topologic independant components from the mesh");
++    sStatusTip    = QT_TR_NOOP("Remove topologic independent components from the mesh");
+ }
+ 
+ void CmdMeshRemoveComponents::activated(int iMsg)
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Mesh/Gui/Resources/translations/Mesh_fr.ts
++++ freecad-0.11.3729.dfsg/src/Mod/Mesh/Gui/Resources/translations/Mesh_fr.ts
+@@ -397,7 +397,7 @@
+         <translation>Supprimer des composants...</translation>
+     </message>
+     <message>
+-        <source>Remove topologic independant components from the mesh</source>
++        <source>Remove topologic independent components from the mesh</source>
+         <translation>Supprime des composants topologiquement indépendants du maillage</translation>
+     </message>
+ </context>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Mesh/Gui/Resources/translations/Mesh_es.ts
++++ freecad-0.11.3729.dfsg/src/Mod/Mesh/Gui/Resources/translations/Mesh_es.ts
+@@ -397,7 +397,7 @@
+         <translation>Eliminar componentes...</translation>
+     </message>
+     <message>
+-        <source>Remove topologic independant components from the mesh</source>
++        <source>Remove topologic independent components from the mesh</source>
+         <translation>Elimina componentes topológicamente independientes de la malla</translation>
+     </message>
+ </context>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Mesh/Gui/Resources/translations/Mesh_de.ts
++++ freecad-0.11.3729.dfsg/src/Mod/Mesh/Gui/Resources/translations/Mesh_de.ts
+@@ -397,7 +397,7 @@
+         <translation>Komponenten entfernen...</translation>
+     </message>
+     <message>
+-        <source>Remove topologic independant components from the mesh</source>
++        <source>Remove topologic independent components from the mesh</source>
+         <translation>Entfernt topologisch unabhängige Komponenten aus dem Netz</translation>
+     </message>
+ </context>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Mesh/Gui/Resources/translations/Mesh_it.ts
++++ freecad-0.11.3729.dfsg/src/Mod/Mesh/Gui/Resources/translations/Mesh_it.ts
+@@ -397,7 +397,7 @@
+         <translation>Rimuovi componente...</translation>
+     </message>
+     <message>
+-        <source>Remove topologic independant components from the mesh</source>
++        <source>Remove topologic independent components from the mesh</source>
+         <translation>Rimuovi componenti topologici indipendenti dalla mesh</translation>
+     </message>
+ </context>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Mesh/App/MeshPy.xml
++++ freecad-0.11.3729.dfsg/src/Mod/Mesh/App/MeshPy.xml
+@@ -14,7 +14,7 @@
+ 			<Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel at web.de" />
+ 			<UserDocu>Mesh() -- Create an empty mesh object.
+ 
+-This class allows to manipulate the mesh object by adding new facets, deleting facets, importing from an STL file,
++This class allows one to manipulate the mesh object by adding new facets, deleting facets, importing from an STL file,
+ transforming the mesh and much more.
+ For a complete overview of what can be done see also the documentation of mesh.
+ A mesh object cannot be added to an existing document directly. Therefore the document must create an object
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Points/Gui/DlgPointsRead.ui
++++ freecad-0.11.3729.dfsg/src/Mod/Points/Gui/DlgPointsRead.ui
+@@ -201,7 +201,7 @@
+         <item row="0" column="0">
+          <widget class="QLabel" name="textLabel6">
+           <property name="text">
+-           <string>Number seperator:</string>
++           <string>Number separator:</string>
+           </property>
+          </widget>
+         </item>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Points/Gui/Resources/translations/Points_se.ts
++++ freecad-0.11.3729.dfsg/src/Mod/Points/Gui/Resources/translations/Points_se.ts
+@@ -96,7 +96,7 @@
+         <translation>Punktformat</translation>
+     </message>
+     <message>
+-        <source>Number seperator:</source>
++        <source>Number separator:</source>
+         <translation>Talseparator:</translation>
+     </message>
+     <message>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Points/Gui/Resources/translations/Points_es.ts
++++ freecad-0.11.3729.dfsg/src/Mod/Points/Gui/Resources/translations/Points_es.ts
+@@ -96,7 +96,7 @@
+         <translation>Formato de punto</translation>
+     </message>
+     <message>
+-        <source>Number seperator:</source>
++        <source>Number separator:</source>
+         <translation>Número separador:</translation>
+     </message>
+     <message>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Points/Gui/Resources/translations/Points_de.ts
++++ freecad-0.11.3729.dfsg/src/Mod/Points/Gui/Resources/translations/Points_de.ts
+@@ -96,7 +96,7 @@
+         <translation>Punkteformat</translation>
+     </message>
+     <message>
+-        <source>Number seperator:</source>
++        <source>Number separator:</source>
+         <translation>Dezimaltrenner:</translation>
+     </message>
+     <message>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Points/Gui/Resources/translations/Points_it.ts
++++ freecad-0.11.3729.dfsg/src/Mod/Points/Gui/Resources/translations/Points_it.ts
+@@ -96,7 +96,7 @@
+         <translation>Formato punto</translation>
+     </message>
+     <message>
+-        <source>Number seperator:</source>
++        <source>Number separator:</source>
+         <translation>Numero separatore:</translation>
+     </message>
+     <message>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Points/Gui/Resources/translations/Points_fr.ts
++++ freecad-0.11.3729.dfsg/src/Mod/Points/Gui/Resources/translations/Points_fr.ts
+@@ -96,7 +96,7 @@
+         <translation>Format de point</translation>
+     </message>
+     <message>
+-        <source>Number seperator:</source>
++        <source>Number separator:</source>
+         <translation>Séparateur de nombres:</translation>
+     </message>
+     <message>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Points/App/PointsPy.xml
++++ freecad-0.11.3729.dfsg/src/Mod/Points/App/PointsPy.xml
+@@ -14,7 +14,7 @@
+ 			<Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel at web.de" />
+ 			<UserDocu>Points() -- Create an empty points object.
+ 
+-This class allows to manipulate the Points object by adding new points, deleting facets, importing from an STL file,
++This class allows one to manipulate the Points object by adding new points, deleting facets, importing from an STL file,
+ transforming and much more.
+ 
+       </UserDocu>
+--- freecad-0.11.3729.dfsg.orig/src/Mod/Sketcher/App/sketchflat/solve.cpp
++++ freecad-0.11.3729.dfsg/src/Mod/Sketcher/App/sketchflat/solve.cpp
+@@ -214,7 +214,7 @@ static void SolveByForwardSubstitution(v
+         hParam toReplace, replacement;
+         if(EExprMarksTwoParamsEqual(EQ->eqn[i].e, &toReplace, &replacement)) {
+ 
+-            dbp2("equation just marks two paramters equal:");
++            dbp2("equation just marks two parameters equal:");
+             EPrint("this: ", EQ->eqn[i].e);
+             dbp2("we think %08x and %08x", toReplace, replacement);
+ 
+--- freecad-0.11.3729.dfsg.orig/src/App/Application.cpp
++++ freecad-0.11.3729.dfsg/src/App/Application.cpp
+@@ -1351,7 +1351,7 @@ void Application::ParseOptions(int ac, c
+     config.add_options()
+     //("write-log,l", value<string>(), "write a log file")
+     ("write-log,l", descr.c_str())
+-    ("log-file", value<string>(), "Unlike to --write-log this allows to log to an arbitrary file")
++    ("log-file", value<string>(), "Unlike to --write-log this allows one to log to an arbitrary file")
+     ("user-cfg,u", value<string>(),"User config file to load/save user settings")
+     ("system-cfg,s", value<string>(),"Systen config file to load/save system settings")
+     ("run-test,t",   value<int>()   ,"Test level")
+--- freecad-0.11.3729.dfsg.orig/src/Base/UnitsApi.cpp
++++ freecad-0.11.3729.dfsg/src/Base/UnitsApi.cpp
+@@ -260,6 +260,6 @@ double UnitsApi::parse(const char* buffe
+     UnitParser::UnitsApi_delete_buffer (my_string_buffer);
+ 
+     if (ScanResult == DOUBLE_MIN)
+-        throw Base::Exception("Unknown error in Unit expresion");
++        throw Base::Exception("Unknown error in Unit expression");
+     return ScanResult;
+ }

-- 
FreeCAD packaging



More information about the debian-science-commits mailing list