[med-svn] [Git][med-team/gubbins][master] 2 commits: Build-Depends: autoconf-archive

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Jul 12 16:53:41 BST 2023



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 <tille at debian.org>  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 <tille at debian.org>
+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]), [n.croucher at imperial.ac.uk], [$(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.


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


More information about the debian-med-commit mailing list