File: noadditionalprovisions.patch

package info (click to toggle)
sweethome3d 7.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 37,068 kB
  • sloc: java: 122,253; xml: 6,995; cpp: 3,918; ansic: 394; sh: 38; php: 26; makefile: 24
file content (19 lines) | stat: -rw-r--r-- 744 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Markus Koschany <apo@debian.org>
Date: Wed, 10 Aug 2022 23:02:06 +0200
Subject: noadditionalprovisions

Forwarded: not-needed
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

--- a/build.xml
+++ b/build.xml
@@ -130,6 +130,7 @@
     <zip destfile="build/Furniture.jar" basedir="src">
       <include name="com/eteks/sweethome3d/io/*FurnitureCatalog*.properties"/>
       <include name="com/eteks/sweethome3d/io/resources/**"/>
+      <exclude name="com/eteks/sweethome3d/io/*ContributedFurnitureCatalog*.properties"/>
       <exclude name="com/eteks/sweethome3d/io/resources/textures/**"/>
       <exclude name="com/eteks/sweethome3d/io/resources/patterns/**"/>
       <exclude name="com/eteks/sweethome3d/io/resources/examples/**"/>