[med-svn] r1621 - in trunk/packages/treeplot/trunk/debian: . patches
charles-guest at alioth.debian.org
charles-guest at alioth.debian.org
Tue Mar 18 02:06:03 UTC 2008
Author: charles-guest
Date: 2008-03-18 02:06:02 +0000 (Tue, 18 Mar 2008)
New Revision: 1621
Added:
trunk/packages/treeplot/trunk/debian/patches/
trunk/packages/treeplot/trunk/debian/patches/from-Vincent.patch
trunk/packages/treeplot/trunk/debian/patches/series
Modified:
trunk/packages/treeplot/trunk/debian/control
Log:
Converted the Debian changes to a quilt patch.
Modified: trunk/packages/treeplot/trunk/debian/control
===================================================================
--- trunk/packages/treeplot/trunk/debian/control 2008-03-18 02:05:39 UTC (rev 1620)
+++ trunk/packages/treeplot/trunk/debian/control 2008-03-18 02:06:02 UTC (rev 1621)
@@ -6,7 +6,7 @@
Uploaders: Charles Plessy <charles-debian-nospam at plessy.org>,
Vincent Danjean <vdanjean.ml at free.fr>
Standards-Version: 3.7.3
-Build-Depends: libplot-dev
+Build-Depends: libplot-dev, quilt, debhelper, cdbs
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/treeplot/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/treeplot
Added: trunk/packages/treeplot/trunk/debian/patches/from-Vincent.patch
===================================================================
--- trunk/packages/treeplot/trunk/debian/patches/from-Vincent.patch (rev 0)
+++ trunk/packages/treeplot/trunk/debian/patches/from-Vincent.patch 2008-03-18 02:06:02 UTC (rev 1621)
@@ -0,0 +1,69 @@
+This patch contains all the modifications made by Vincent Danjean in his
+unofficial Debian package.
+http://www-id.imag.fr/Laboratoire/Membres/Danjean_Vincent/deb.html#treeplot
+--- a/treeplot/arbre.h
++++ b/treeplot/arbre.h
+@@ -22,13 +22,13 @@
+ #ifndef ARBRE_H
+ #define ARBRE_H
+
++#include "internat.h"
+ #include <stdlib.h>
+ #include <fstream>
+ #include <vector>
+ #include <string>
+ #include <cmath>
+
+-#include "internat.h"
+ #include "matrices.h"
+
+ class ArbreVectUINT:public vector<unsigned int> {
+--- a/treeplot/main.cpp
++++ b/treeplot/main.cpp
+@@ -19,10 +19,10 @@
+ #include <config.h>
+ #endif
+
++#include "appltreeplot.h"
+ #include <iostream.h>
+ #include <stdlib.h>
+
+-#include "appltreeplot.h"
+
+ int main(int argc, char *argv[])
+ {
+--- a/treeplot/treeplotter.h
++++ b/treeplot/treeplotter.h
+@@ -86,8 +86,8 @@
+ double _decolleX;
+ double _decolleY;
+
+-friend PointPlotArbreInd;
+-friend PointPlotArbreNoeud;
++friend class PointPlotArbreInd;
++friend class PointPlotArbreNoeud;
+
+ protected: // Protected methods
+ /** Dessin de l'arbre */
+--- a/treeplot/vecteurs.cpp
++++ b/treeplot/vecteurs.cpp
+@@ -16,7 +16,7 @@
+ ***************************************************************************/
+
+
+-//#include <strstream>
++#include <strstream>
+
+ using namespace std;
+
+--- a/treeplot/vecteurs.h
++++ b/treeplot/vecteurs.h
+@@ -26,6 +26,8 @@
+ #include <vector>
+ #include <string>
+
++using namespace std;
++
+ class VecteurLD:public vector<long double> {
+ };
+
Added: trunk/packages/treeplot/trunk/debian/patches/series
===================================================================
--- trunk/packages/treeplot/trunk/debian/patches/series (rev 0)
+++ trunk/packages/treeplot/trunk/debian/patches/series 2008-03-18 02:06:02 UTC (rev 1621)
@@ -0,0 +1 @@
+from-Vincent.patch
More information about the debian-med-commit
mailing list