[med-svn] [Git][med-team/populations][master] 9 commits: Apply patch from Ubunto containing
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Apr 5 07:30:35 BST 2024
Andreas Tille pushed to branch master at Debian Med / populations
Commits:
6ab0328e by Andreas Tille at 2024-04-05T07:50:48+02:00
Apply patch from Ubunto containing
* Don't hard-code dependency on shared library.
* Properly clean the generated install file
- - - - -
c4d671de by Andreas Tille at 2024-04-05T07:51:25+02:00
routine-update: Standards-Version: 4.6.2
- - - - -
ae32b8e2 by Andreas Tille at 2024-04-05T07:51:25+02:00
routine-update: debhelper-compat 13
- - - - -
84a11259 by Andreas Tille at 2024-04-05T07:51:30+02:00
routine-update: Rules-Requires-Root: no
- - - - -
b837474c by Andreas Tille at 2024-04-05T05:51:55+00:00
Remove constraints unnecessary since bullseye (oldstable)
* Build-Depends: Replace dependency on transitional package libfreetype6-dev with replacement libfreetype-dev (= 2.10.4+dfsg-1+deb11u1).
Changes-By: deb-scrub-obsolete
- - - - -
e67e67b9 by Andreas Tille at 2024-04-05T08:20:21+02:00
Drop broken version restriction on libfreetype-dev
- - - - -
b4870f37 by Andreas Tille at 2024-04-05T08:25:18+02:00
Lintian-overrides (see lintian bug #1017966)
- - - - -
c4fd7303 by Andreas Tille at 2024-04-05T08:27:50+02:00
Build-Depens: s/libfontconfig1-dev/libfontconfig-dev/
- - - - -
1e54f049 by Andreas Tille at 2024-04-05T08:29:44+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- + debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,24 @@
+populations (1.2.33+svn0120106+dfsg-6ubuntu3) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Matthias Klose ]
+ * Don't hard-code dependency on shared library.
+ Closes: #1068424
+ * Properly clean the generated install file
+
+ [ Andreas Tille ]
+ * Standards-Version: 4.6.2 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Remove constraints unnecessary since bullseye (oldstable):
+ + Build-Depends: Replace dependency on transitional package
+ libfreetype6-dev with replacement libfreetype-dev.
+ * Lintian-overrides (see lintian bug #1017966)
+ * Build-Depens: s/libfontconfig1-dev/libfontconfig-dev/
+
+ -- Andreas Tille <tille at debian.org> Fri, 05 Apr 2024 08:28:03 +0200
+
populations (1.2.33+svn0120106+dfsg-6) unstable; urgency=medium
* Use DEB_HOST_GNU type for every arch since $(DEB_HOST_MULTIARCH)
=====================================
debian/control
=====================================
@@ -3,13 +3,13 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Georges Khaznadar <georgesk at ofset.org>,
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
cmake,
qt5-qmake,
qtbase5-dev,
qttools5-dev,
- libfontconfig1-dev,
- libfreetype6-dev,
+ libfontconfig-dev,
+ libfreetype-dev,
libglib2.0-dev,
libice-dev,
libpng-dev,
@@ -18,16 +18,17 @@ Build-Depends: debhelper-compat (= 12),
libxext-dev,
libxrender-dev,
zlib1g-dev
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/populations
Vcs-Git: https://salsa.debian.org/med-team/populations.git
Homepage: https://www.bioinformatics.org/~tryphon/populations/
+Rules-Requires-Root: no
Package: populations
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libqt5xml5
+ ${lib:Depends}
Description: population genetic software
Populations is a population genetic software. It computes genetic
distances between populations or individuals. It builds phylogenetic
=====================================
debian/rules
=====================================
@@ -18,9 +18,15 @@ debian/%.install: debian/%.install.in
override_dh_auto_clean:
dh_testdir
+ rm -f debian/populations.install
rm -f src/populations
rm -rf CMakeFiles src/CMakeFiles Makefile src/Makefile src/config.h \
*.cmake src/cmake_install.cmake CMakeCache.txt \
install_manifest.txt
dh_auto_clean
dh_clean
+
+override_dh_gencontrol:
+ dh_gencontrol -- \
+ -Vlib:Depends=$(shell dpkg-query -W -f '$${Depends}' qtbase5-dev \
+ | sed -E 's/.*(libqt5xml[[:alnum:].-]+).*/\1/')
=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# See lintian bug #1017966
+populations source: source-is-missing [html/old/index.php.html]
View it on GitLab: https://salsa.debian.org/med-team/populations/-/compare/fbc62f7a0a504e6abbde2576489b0fb42e6cbbca...1e54f0495b40f5585973a888009990851672b23a
--
View it on GitLab: https://salsa.debian.org/med-team/populations/-/compare/fbc62f7a0a504e6abbde2576489b0fb42e6cbbca...1e54f0495b40f5585973a888009990851672b23a
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/debian-med-commit/attachments/20240405/64d2d33c/attachment-0001.htm>
More information about the debian-med-commit
mailing list