Santiago Vila pushed to branch master at Debian Med / raster3d
Commits: 98df8605 by Santiago Vila at 2026-02-10T23:17:00+01:00 Fix clean target. Closes: #1127473. Building source after binary build should now work. Thanks to Étienne Mollier for his review. - - - - - 7d59412e by Santiago Vila at 2026-02-10T23:18:00+01:00 d/control: Drop "Priority: optional" (default). - - - - - 605e24ee by Santiago Vila at 2026-02-10T23:19:00+01:00 d/control: Update standards-version. - - - - - 2c569901 by Santiago Vila at 2026-02-10T23:20:00+01:00 Upload for unstable as 3.0-8-3 - - - - - 6 changed files: - debian/changelog - + debian/clean - debian/control - − debian/patches/prevent_Makefile.incl_removal.patch - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +raster3d (3.0-8-3) unstable; urgency=medium + + * Team upload. + * Fix clean target. Closes: #1127473. + * Drop "Priority: optional" (default). + * Update standards-version. + + -- Santiago Vila <[email protected]> Tue, 10 Feb 2026 23:20:00 +0100 + raster3d (3.0-8-2) unstable; urgency=medium * buildflags.patch: new: propagate build flags. (Closes: #1119545) ===================================== debian/clean ===================================== @@ -0,0 +1 @@ +Makefile.incl ===================================== debian/control ===================================== @@ -3,14 +3,13 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]>, Étienne Mollier <[email protected]> Section: science -Priority: optional Build-Depends: debhelper-compat (= 13), gfortran, libgd-dev, libjpeg-dev, libpng-dev, libtiff-dev -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/raster3d Vcs-Git: https://salsa.debian.org/med-team/raster3d.git Homepage: http://www.bmsc.washington.edu/raster3d/raster3d.html ===================================== debian/patches/prevent_Makefile.incl_removal.patch deleted ===================================== @@ -1,17 +0,0 @@ -Description: workaround dpkg-buildpackage choking on missing file. -Author: Étienne Mollier <[email protected]> -Forwarded: not-needed -Last-Update: 2025-09-24 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- raster3d.orig/Makefile -+++ raster3d/Makefile -@@ -26,8 +26,6 @@ - $(MAKE) -C examples clean - - distclean: clean -- rm -f Makefile.incl -- touch Makefile.incl - if [ -e aix-patch ] ; then rm -f aix-patch; fi - exit 0 - ===================================== debian/patches/series ===================================== @@ -17,6 +17,5 @@ raster3d.man.diff render.man.diff rods.man.diff -prevent_Makefile.incl_removal.patch sequence_normal3d_qinp.patch buildflags.patch ===================================== debian/rules ===================================== @@ -9,6 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all dh $@ override_dh_auto_build: + touch Makefile.incl $(MAKE) linux override_dh_auto_install: View it on GitLab: https://salsa.debian.org/med-team/raster3d/-/compare/42e3aa2ca3821cf3ee5177b424d950fe9f1c368e...2c5699011c6c614a322eb29ddc19c2970d9ee22e -- View it on GitLab: https://salsa.debian.org/med-team/raster3d/-/compare/42e3aa2ca3821cf3ee5177b424d950fe9f1c368e...2c5699011c6c614a322eb29ddc19c2970d9ee22e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
