This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libskinlf-java.
commit a453d1edeba3e6b5a26f2d05070f4284b155a0a6 Author: Emmanuel Bourg <[email protected]> Date: Sun May 22 14:28:18 2016 +0200 Fixed the build failure caused by the switch from substance to insubstantial --- debian/changelog | 1 + debian/patches/insubstantial-compatibility.patch | 14 ++++++++++++++ debian/patches/series | 1 + 3 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index e69bd24..a0d9fa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libskinlf-java (6.7-8.1) UNRELEASED; urgency=medium * Non-maintainer upload. + * Fixed the build failure caused by the switch from substance to insubstantial * Moved the package to Git * Standards-Version updated to 3.9.8 (no changes) * Switch to debhelper level 9 diff --git a/debian/patches/insubstantial-compatibility.patch b/debian/patches/insubstantial-compatibility.patch new file mode 100644 index 0000000..e644b79 --- /dev/null +++ b/debian/patches/insubstantial-compatibility.patch @@ -0,0 +1,14 @@ +Description: Fixed the build failure caused by the switch from substance to insubstantial +Author: Emmanuel Bourg <[email protected]> +Forwarded: no +--- a/src/com/l2fprod/gui/plaf/skin/LafPluginSupport.java ++++ b/src/com/l2fprod/gui/plaf/skin/LafPluginSupport.java +@@ -19,7 +19,7 @@ + + import javax.swing.UIDefaults; + +-import org.jvnet.lafplugin.ComponentPluginManager; ++import org.pushingpixels.lafplugin.ComponentPluginManager; + + /** + * Implements support for the laf-plugin project. diff --git a/debian/patches/series b/debian/patches/series index f9938d5..70dc08e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ GtkParser.jj.patch image-utils-without-jimi.patch +insubstantial-compatibility.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libskinlf-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

