[Git][java-team/sweethome3d-furniture-nonfree][master] 10 commits: Standards-Version: 4.7.2 (routine-update)

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat Nov 1 17:40:53 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / sweethome3d-furniture-nonfree


Commits:
84d6f1e5 by Andreas Tille at 2025-11-01T18:26:39+01:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
b9b4ce21 by Andreas Tille at 2025-11-01T18:26:39+01:00
debhelper-compat 13 (routine-update)

- - - - -
5c64a302 by Andreas Tille at 2025-11-01T18:26:53+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
08fd5b52 by Andreas Tille at 2025-11-01T18:26:53+01:00
Secure URI in copyright format (routine-update)

- - - - -
5dec7af0 by Andreas Tille at 2025-11-01T18:29:38+01:00
Do not parse d/changelog (routine-update)

- - - - -
17c53607 by Andreas Tille at 2025-11-01T18:29:45+01:00
Use secure URI in debian/watch.

Changes-By: lintian-brush

- - - - -
86c29a5a by Andreas Tille at 2025-11-01T18:32:07+01:00
Remove unnecessary Team Upload line in changelog.

Changes-By: lintian-brush

- - - - -
ff85a310 by Andreas Tille at 2025-11-01T18:35:19+01:00
d/watch: version=5

- - - - -
dd5496f6 by Andreas Tille at 2025-11-01T18:36:28+01:00
Secure URI in Homepage

- - - - -
7e72372f by Andreas Tille at 2025-11-01T18:37:29+01:00
d/copyright: Secure URI in Source field

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,19 @@
 sweethome3d-furniture-nonfree (1.6.2-3) UNRELEASED; urgency=medium
 
-  * Team upload.
+  [ tony mancill ]
   * Remove Gabriele Giacone from Uploaders (Closes: #856773)
 
+  [ Andreas Tille ]
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Do not parse d/changelog (routine-update)
+  * Use secure URI in debian/watch.
+  * d/watch: version=5
+  * Secure URI in Homepage
+  * d/copyright: Secure URI in Source field
+
  -- tony mancill <tmancill at debian.org>  Sun, 23 Apr 2017 15:23:20 -0700
 
 sweethome3d-furniture-nonfree (1.6.2-2) unstable; urgency=medium


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -1,21 +1,22 @@
 Source: sweethome3d-furniture-nonfree
-Section: non-free/graphics
-Priority: optional
+Standards-Version: 4.7.2
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders:
- tony mancill <tmancill at debian.org>
+ tony mancill <tmancill at debian.org>,
+Section: non-free/graphics
+XS-Autobuild: no
+Priority: optional
 Build-Depends:
- debhelper (>= 10),
- zip
-Standards-Version: 3.9.8
-Homepage: http://www.sweethome3d.com
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/sweethome3d-furniture-nonfree.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sweethome3d-furniture-nonfree.git
+ debhelper-compat (= 13),
+ zip,
+Vcs-Browser: https://salsa.debian.org/java-team/sweethome3d-furniture-nonfree
+Vcs-Git: https://salsa.debian.org/java-team/sweethome3d-furniture-nonfree.git
+Homepage: https://www.sweethome3d.com/
 
 Package: sweethome3d-furniture-nonfree
 Architecture: all
 Depends:
- ${misc:Depends}
+ ${misc:Depends},
 Description: Interior 2D design application with 3D preview (additional non-free furniture)
  Sweet Home 3D is an interior design Java application for quickly choosing and
  placing furniture on a house 2D plan drawn by the end-user, with a 3D preview.


=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: SweetHome3D Additional 3D models (non-free licenses)
-Source: http://www.sweethome3d.com/importModels.jsp
+Source: https://sourceforge.net/projects/sweethome3d/files/SweetHome3D/
 
 Files: *
 Copyright: Arturo Matheus, Baffab, Ben Omari, Carvalho, Diestel,


=====================================
debian/rules
=====================================
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-NAME=$(shell dpkg-parsechangelog|grep '^Source:'|cut -f2 -d' ')
-UVER=$(shell dpkg-parsechangelog|grep '^Version:'|cut -f2 -d' '|cut -f1 -d-)
+include /usr/share/dpkg/default.mk
+
 FURNITURES=Contributions LucaPresidente Trees
 
 %:
@@ -16,14 +16,14 @@ override_dh_auto_clean:
 	rm -f *.sh3f
 
 
-TXZ=$(NAME)_$(UVER).orig.tar.xz
+TXZ=$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.xz
 TMPDIR=_tmpdir
 TMPWATCH=_tmpwatch
 get-orig-source:
 	rm -f ../$(TXZ)
 	mkdir -p $(TMPDIR)
 	for furn in $(FURNITURES); do \
-		zipf=3DModels-$${furn}-$(UVER).zip; \
+		zipf=3DModels-$${furn}-$(DEB_VERSION_UPSTREAM).zip; \
 		rm -f ../$${zipf}; \
 		sed 's/\\w\*/'$$furn'/' debian/watch >$(TMPWATCH); \
 		cat $(TMPWATCH); \


=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-http://sf.net/sweethome3d/3DModels-\w*-([\d\.]*).zip
+Version: 5
+
+Source: https://sf.net/sweethome3d/
+Matching-Pattern: 3DModels-\w*-([\d\.]*)@ARCHIVE_EXT@



View it on GitLab: https://salsa.debian.org/java-team/sweethome3d-furniture-nonfree/-/compare/f33d29b27828fcd04f5e4e72599f9607d835de9b...7e72372fda8047634817843925fe86a9bacdf38f

-- 
View it on GitLab: https://salsa.debian.org/java-team/sweethome3d-furniture-nonfree/-/compare/f33d29b27828fcd04f5e4e72599f9607d835de9b...7e72372fda8047634817843925fe86a9bacdf38f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20251101/fbffc60b/attachment.htm>


More information about the pkg-java-commits mailing list