[med-svn] [Git][med-team/freecontact][master] 6 commits: d/{control, rules}: bump to libgfortran-15-dev.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Thu Jul 9 21:06:33 BST 2026



Étienne Mollier pushed to branch master at Debian Med / freecontact


Commits:
64710bf7 by Étienne Mollier at 2026-07-09T21:58:41+02:00
d/{control,rules}: bump to libgfortran-15-dev.

Closes: #1129505

- - - - -
6ee6ef15 by Étienne Mollier at 2026-07-09T22:00:50+02:00
d/control: drop redundant Priority: optional.

- - - - -
279ed2ab by Étienne Mollier at 2026-07-09T22:01:15+02:00
d/control: declare compliance to standards version 4.7.4.

- - - - -
f8368118 by Étienne Mollier at 2026-07-09T22:04:28+02:00
d/control: bump to debhelper-compat 14.

- - - - -
2fb32e93 by Étienne Mollier at 2026-07-09T22:04:44+02:00
d/rules: slight readability improvements.

- - - - -
d92d50d4 by Étienne Mollier at 2026-07-09T22:06:10+02:00
d/changelog: ready for upload to unstable.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+freecontact (1.0.21-17) unstable; urgency=medium
+
+  * Team upload.
+  * d/{control,rules}: bump to libgfortran-15-dev. (Closes: #1129505)
+  * d/control: drop redundant Priority: optional.
+  * d/control: declare compliance to standards version 4.7.4.
+  * d/control: bump to debhelper-compat 14.
+  * d/rules: slight readability improvements.
+
+ -- Étienne Mollier <emollier at debian.org>  Thu, 09 Jul 2026 22:05:23 +0200
+
 freecontact (1.0.21-16) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -2,14 +2,13 @@ Source: freecontact
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
 Section: science
-Priority: optional
 Build-Depends: dpkg-dev (>= 1.22.5),
-               debhelper-compat (= 13),
+               debhelper-compat (= 14),
                architecture-is-64-bit,
                bash-completion,
                d-shlibs (>= 0.106),
                gfortran,
-               libgfortran-14-dev,
+               libgfortran-15-dev,
                libblas-dev | libblas-3.so,
                libboost-dev,
                libboost-program-options-dev,
@@ -19,7 +18,7 @@ Build-Depends: dpkg-dev (>= 1.22.5),
                perl,
                xsdcxx
 Build-Depends-Indep: doxygen
-Standards-Version: 4.7.2
+Standards-Version: 4.7.4
 Vcs-Browser: https://salsa.debian.org/med-team/freecontact
 Vcs-Git: https://salsa.debian.org/med-team/freecontact.git
 Homepage: https://rostlab.org/


=====================================
debian/rules
=====================================
@@ -13,14 +13,22 @@ Description := $(shell sed -e ':a; N; s/\n/$${Newline}/; ta' < debian/Descriptio
 	dh $@ --with bash-completion
 
 override_dh_auto_configure-indep:
-	dh_auto_configure -- --with-blas=blas --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) && $(MAKE) -C lib doxygen-doc && touch $@
+	dh_auto_configure -- \
+		--with-blas=blas \
+		--with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
+	&& $(MAKE) -C lib doxygen-doc \
+	&& touch $@
 .PHONY: override_dh_auto_configure-indep
 
 override_dh_auto_configure-arch:
 	dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_compress:
-	dh_compress -Xlibfreecontact.tag -Xdemo_1000.aln -XPF00071_v25_999.fa -XPF00071_v25_999.xml
+	dh_compress \
+		-Xlibfreecontact.tag \
+		-Xdemo_1000.aln \
+		-XPF00071_v25_999.fa \
+		-XPF00071_v25_999.xml
 
 override_dh_gencontrol:
 	dh_gencontrol -- '-VDescription=$(Description)'
@@ -32,15 +40,16 @@ override_dh_install:
 	            --multiarch \
 	            --exclude-la \
 	            --devunversioned \
-                    --override s/libgfortran[345]-dev/libgfortran-14-dev/ \
+                    --override s/libgfortran[345]-dev/libgfortran-15-dev/ \
 	            --movedev debian/tmp/usr/include/* usr/include \
 	            debian/tmp/usr/lib/*/*.so
 	find debian -name "lib*.la" -delete
 
 override_dh_bash-completion:
-	echo "Until bug #668254 is fixed we need to override this"
+	@echo "I: Until bug #668254 is fixed we need to override this"
 	mkdir -p debian/freecontact/usr/share/bash-completion/completions
-	cp -a freecontact.bash-completion debian/freecontact/usr/share/bash-completion/completions
+	cp -a freecontact.bash-completion \
+		debian/freecontact/usr/share/bash-completion/completions
 
 override_dh_installdocs:
 	dh_installdocs



View it on GitLab: https://salsa.debian.org/med-team/freecontact/-/compare/e8d58f11cdb929f951ef932010698993c0210d19...d92d50d4f8e354817694f06c20829418d9a00831

-- 
View it on GitLab: https://salsa.debian.org/med-team/freecontact/-/compare/e8d58f11cdb929f951ef932010698993c0210d19...d92d50d4f8e354817694f06c20829418d9a00831
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260709/8fa4be8c/attachment-0001.htm>


More information about the debian-med-commit mailing list