Étienne Mollier pushed to branch master at Debian Med / phyml
Commits: fcef2527 by Étienne Mollier at 2021-11-04T23:14:46+01:00 Add nodup-am-init-automake.patch Closes: #998477 - - - - - 9fe3042b by Étienne Mollier at 2021-11-04T23:15:37+01:00 ready changelog to upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/nodup-am-init-automake.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +phyml (3:3.3.20200621-3) unstable; urgency=medium + + * Team upload. + * Add nodup-am-init-automake.patch (Closes: #998477) + + -- Étienne Mollier <[email protected]> Thu, 04 Nov 2021 23:15:13 +0100 + phyml (3:3.3.20200621-2) unstable; urgency=medium * Fix watchfile to detect new versions on github ===================================== debian/patches/nodup-am-init-automake.patch ===================================== @@ -0,0 +1,18 @@ +Description: remove duplicate AM_INIT_AUTOMAKE +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998477 +Forwarded: no +Last-Update: 2021-11-04 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- phyml.orig/configure.ac ++++ phyml/configure.ac +@@ -10,7 +10,7 @@ + AC_DEFINE([UNIX],[1],[Unix tag on]) + AC_DEFINE([DEBUG],[1],[Debug tag on]) + +-AM_INIT_AUTOMAKE ++#AM_INIT_AUTOMAKE + AC_CANONICAL_HOST + + AC_PROG_CC([gcc]) ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ fix_declaration_of_temp.patch fix_wrong_initialisation_of_array.patch no-march-native.patch cross.patch +nodup-am-init-automake.patch View it on GitLab: https://salsa.debian.org/med-team/phyml/-/compare/57a454f783799976f42fbd7b838896c7355fdcb5...9fe3042b123ecdd372ccc49e4a58abe1b334a1f4 -- View it on GitLab: https://salsa.debian.org/med-team/phyml/-/compare/57a454f783799976f42fbd7b838896c7355fdcb5...9fe3042b123ecdd372ccc49e4a58abe1b334a1f4 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
