This is an automated email from the git hooks/post-receive script. gg0-guest pushed a commit to branch master in repository sweethome3d-furniture-editor.
commit 635fc0ca0bcaccd695ce5c5cebfd3ca10e239495 Author: Gabriele Giacone <[email protected]> Date: Sun Jan 5 17:47:13 2014 +0100 Add patch to include needed classes (Closes: #734272). --- debian/changelog | 1 + debian/patches/02missingclass | 24 ++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 26 insertions(+) diff --git a/debian/changelog b/debian/changelog index e0438fd..3c53e0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ sweethome3d-furniture-editor (1.12-2) UNRELEASED; urgency=medium + * Add patch to include needed classes (Closes: #734272). * Bump Standards-Version to 3.9.5 (no changes). -- Gabriele Giacone <[email protected]> Sun, 05 Jan 2014 17:21:59 +0100 diff --git a/debian/patches/02missingclass b/debian/patches/02missingclass new file mode 100644 index 0000000..f309ac9 --- /dev/null +++ b/debian/patches/02missingclass @@ -0,0 +1,24 @@ +Description: Add missing classes +Authore: Gabriele Giacone <[email protected]> +Bug-Debian: http://bugs.debian.org/734272 + +--- a/build.xml ++++ b/build.xml +@@ -56,7 +56,7 @@ + <exclude name="**/*.java"/> + <exclude name="**/package.html"/> + <exclude name="**/*_*.properties"/> +- <exclude name="com/eteks/sweethome3d/io/DefaultFurniture*.*"/> ++<!-- <exclude name="com/eteks/sweethome3d/io/DefaultFurniture*.*"/> --> + <exclude name="com/eteks/sweethome3d/io/Contributed*.*"/> + <exclude name="com/eteks/sweethome3d/io/DefaultTextures*.*"/> + <exclude name="com/eteks/sweethome3d/io/resources/**"/> +@@ -68,7 +68,7 @@ + <fileset dir="build/classes-sh3d"> + <include name="**/*_fr.properties"/> + <include name="com/eteks/sweethome3d/io/resources/patterns/**"/> +- <exclude name="com/eteks/sweethome3d/io/DefaultFurniture*.*"/> ++<!-- <exclude name="com/eteks/sweethome3d/io/DefaultFurniture*.*"/> --> + <exclude name="com/eteks/sweethome3d/io/Contributed*.*"/> + <exclude name="com/eteks/sweethome3d/io/DefaultTextures*.*"/> + </fileset> diff --git a/debian/patches/series b/debian/patches/series index bcffc32..deb95d8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 00build 01manifest +02missingclass -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d-furniture-editor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

