[sweethome3d-furniture-editor] 03/04: Add patch to include needed classes (Closes: #734272).

Gabriele Giacone gg0-guest at moszumanska.debian.org
Sun Jan 5 17:07:57 UTC 2014


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 <1o5g4r8o at gmail.com>
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 <1o5g4r8o at gmail.com>  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 <1o5g4r8o at gmail.com>
+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



More information about the pkg-java-commits mailing list