Andreas Tille pushed to branch master at Debian Med / gubbins
Commits: 3fa77c44 by Andreas Tille at 2023-07-12T17:52:26+02:00 Build-Depends: autoconf-archive - - - - - a579c2b6 by Andreas Tille at 2023-07-12T17:53:23+02:00 autoupdate to avoid warnings from configure.ac - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/autoupdate_configure.ac.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,8 @@ gubbins (3.3-1) UNRELEASED; urgency=medium * New upstream version * Standards-Version: 4.6.2 (routine-update) * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. + * Build-Depends: autoconf-archive + * autoupdate to avoid warnings from configure.ac -- Andreas Tille <[email protected]> Tue, 07 Feb 2023 10:04:38 +0100 ===================================== debian/control ===================================== @@ -6,6 +6,7 @@ Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, + autoconf-archive, pkg-config, fasttree, iqtree, ===================================== debian/patches/autoupdate_configure.ac.patch ===================================== @@ -0,0 +1,22 @@ +Description: autoupdate to avoid warnings from configure.ac +Author: Andreas Tille <[email protected]> +Last-Update: Wed, 12 Jul 2023 15:32:45 +0200 + +--- a/configure.ac ++++ b/configure.ac +@@ -1,4 +1,5 @@ +-AC_INIT([gubbins], m4_esyscmd([tr -d '\n' < VERSION]), [[email protected]], [$(PACKAGE_NAME)$(AC_PACKAGE_VERSION)], [https://github.com/nickjcroucher/gubbins]) ++package_version=$(dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/') ++AC_INIT([gubbins],[package_version],[https://github.com/nickjcroucher/gubbins]) + + AM_INIT_AUTOMAKE([foreign tar-pax subdir-objects]) + AC_CONFIG_SRCDIR([configure.ac]) +@@ -25,7 +26,7 @@ case $host_os in + esac + AM_CONDITIONAL([HOST_LINUX],[test x$HOST_OS = xlinux]) + +-AC_PROG_LIBTOOL ++LT_INIT + AC_PROG_CC + AC_PROG_CXX + ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ do_not_handle_python_by_upstream_build_system.patch gubbins_exe_in_usr_lib.patch iqtree2.patch +autoupdate_configure.ac.patch View it on GitLab: https://salsa.debian.org/med-team/gubbins/-/compare/3b9891c9f74e842cd7d927d3525ac0679a23a39b...a579c2b65dd84fef037f699ddf70b1b6dee32607 -- View it on GitLab: https://salsa.debian.org/med-team/gubbins/-/compare/3b9891c9f74e842cd7d927d3525ac0679a23a39b...a579c2b65dd84fef037f699ddf70b1b6dee32607 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
