This is an automated email from the git hooks/post-receive script. gio pushed a commit to branch master in repository freehep-graphicsio-tests.
commit 8a5653c310934f0bef1067ea967faf07ed37bcbc Author: Giovanni Mascellani <[email protected]> Date: Sat Jun 11 15:53:53 2016 +0200 Remove tg leftovers. --- debian/changelog | 1 + debian/patches/TestCustomStrokes.diff | 26 ++++++++++++++++++++ debian/patches/patch/TestCustomStrokes.diff | 38 ----------------------------- debian/patches/series | 2 +- 4 files changed, 28 insertions(+), 39 deletions(-) diff --git a/debian/changelog b/debian/changelog index 160298f..2c7c18d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ freehep-graphicsio-tests (2.1.1+dfsg1-4) UNRELEASED; urgency=low * Use secure Vcs-* URLs. * Bump Standards-Version to 3.9.8 (no changes required). * Build with debhelper 9 instead of CDBS. + * Quit using topgit and remove leftovers. -- Giovanni Mascellani <[email protected]> Sat, 29 Jan 2011 16:16:49 +0100 diff --git a/debian/patches/TestCustomStrokes.diff b/debian/patches/TestCustomStrokes.diff new file mode 100644 index 0000000..59a00d9 --- /dev/null +++ b/debian/patches/TestCustomStrokes.diff @@ -0,0 +1,26 @@ +From: Giovanni Mascellani <[email protected]> +Subject: Fixes after TestCustomStrokes.java removal +Index: freehep-graphicsio-tests/src/main/java/org/freehep/graphicsio/test/TestApplication.java +=================================================================== +--- freehep-graphicsio-tests.orig/src/main/java/org/freehep/graphicsio/test/TestApplication.java ++++ freehep-graphicsio-tests/src/main/java/org/freehep/graphicsio/test/TestApplication.java +@@ -18,7 +18,6 @@ public class TestApplication { + frame.addPanel("All", new TestAll(null)); + frame.addPanel("Clip", new TestClip(null)); + frame.addPanel("Colors", new TestColors(null)); +- frame.addPanel("Custom Strokes", new TestCustomStrokes(null)); + frame.addPanel("FontDerivation", new TestFontDerivation(null)); + frame.addPanel("Fonts", new TestFonts(null)); + frame.addPanel("Histogram", new TestHistogram(null)); +Index: freehep-graphicsio-tests/src/main/java/org/freehep/graphicsio/test/TestSuite.java +=================================================================== +--- freehep-graphicsio-tests.orig/src/main/java/org/freehep/graphicsio/test/TestSuite.java ++++ freehep-graphicsio-tests/src/main/java/org/freehep/graphicsio/test/TestSuite.java +@@ -245,7 +245,6 @@ public class TestSuite extends junit.fra + tests.add(new Test("TestAll", on)); + tests.add(new Test("TestClip", on)); + tests.add(new Test("TestColors", on)); +- tests.add(new Test("TestCustomStrokes", on)); // && !onMacOSXandJDK15)); + tests.add(new Test("TestFonts", on)); + tests.add(new Test("TestFontDerivation", on)); + tests.add(new Test("TestGraphicsContexts", on)); diff --git a/debian/patches/patch/TestCustomStrokes.diff b/debian/patches/patch/TestCustomStrokes.diff deleted file mode 100644 index 7edf494..0000000 --- a/debian/patches/patch/TestCustomStrokes.diff +++ /dev/null @@ -1,38 +0,0 @@ -From: Giovanni Mascellani <[email protected]> -Subject: [PATCH] patch/TestCustomStrokes - -Code fixes after TestCustomStrokes.java removal - -Signed-off-by: Giovanni Mascellani <[email protected]> - ---- - .../freehep/graphicsio/test/TestApplication.java | 1 - - .../org/freehep/graphicsio/test/TestSuite.java | 1 - - 2 files changed, 0 insertions(+), 2 deletions(-) - -diff --git a/src/main/java/org/freehep/graphicsio/test/TestApplication.java b/src/main/java/org/freehep/graphicsio/test/TestApplication.java -index 3ce50b2..049209b 100644 ---- a/src/main/java/org/freehep/graphicsio/test/TestApplication.java -+++ b/src/main/java/org/freehep/graphicsio/test/TestApplication.java -@@ -18,7 +18,6 @@ public class TestApplication { - frame.addPanel("All", new TestAll(null)); - frame.addPanel("Clip", new TestClip(null)); - frame.addPanel("Colors", new TestColors(null)); -- frame.addPanel("Custom Strokes", new TestCustomStrokes(null)); - frame.addPanel("FontDerivation", new TestFontDerivation(null)); - frame.addPanel("Fonts", new TestFonts(null)); - frame.addPanel("Histogram", new TestHistogram(null)); -diff --git a/src/main/java/org/freehep/graphicsio/test/TestSuite.java b/src/main/java/org/freehep/graphicsio/test/TestSuite.java -index f516196..ff3f0a7 100644 ---- a/src/main/java/org/freehep/graphicsio/test/TestSuite.java -+++ b/src/main/java/org/freehep/graphicsio/test/TestSuite.java -@@ -245,7 +245,6 @@ public class TestSuite extends junit.framework.TestSuite { - tests.add(new Test("TestAll", on)); - tests.add(new Test("TestClip", on)); - tests.add(new Test("TestColors", on)); -- tests.add(new Test("TestCustomStrokes", on)); // && !onMacOSXandJDK15)); - tests.add(new Test("TestFonts", on)); - tests.add(new Test("TestFontDerivation", on)); - tests.add(new Test("TestGraphicsContexts", on)); --- -tg: (8140c38..) patch/TestCustomStrokes (depends on: master) diff --git a/debian/patches/series b/debian/patches/series index 1d9bc10..8668ae2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -patch/TestCustomStrokes.diff -p1 +TestCustomStrokes.diff -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-tests.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

