Andreas Tille pushed to branch master at Debian Med / mlv-smile
Commits: 9120e24d by Andreas Tille at 2020-08-15T21:58:33+02:00 Fix FTCBFS: Let dpkg's buildtools.mk supply the C compiler - - - - - f1e9f4b5 by Andreas Tille at 2020-08-15T21:59:25+02:00 routine-update: Remove trailing whitespace in debian/copyright - - - - - 350f115d by Andreas Tille at 2020-08-15T21:59:25+02:00 routine-update: Add salsa-ci file - - - - - 8a081043 by Andreas Tille at 2020-08-15T21:59:29+02:00 Fix day-of-week for changelog entry 1.47-1. Changes-By: lintian-brush Fixes: lintian: debian-changelog-has-wrong-day-of-week See-also: https://lintian.debian.org/tags/debian-changelog-has-wrong-day-of-week.html - - - - - c41ced39 by Andreas Tille at 2020-08-15T22:31:34+02:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/copyright - debian/rules - + debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +mlv-smile (1.47-8) unstable; urgency=medium + + [ Helmut Grohne ] + * Fix FTCBFS: Let dpkg's buildtools.mk supply the C compiler. + Closes: #968435 + + [ Andreas Tille ] + * Remove trailing whitespace in debian/copyright (routine-update) + * Add salsa-ci file (routine-update) + * Fix day-of-week for changelog entry 1.47-1. + + -- Andreas Tille <[email protected]> Sat, 15 Aug 2020 21:59:29 +0200 + mlv-smile (1.47-7) unstable; urgency=medium * Team Upload. @@ -91,7 +104,7 @@ mlv-smile (1.47-1) unstable; urgency=low * New upstream release. * GPL license stated in upstream release. - -- Thorsten Alteholz <[email protected]> Tue, 18 May 2011 18:17:00 +0200 + -- Thorsten Alteholz <[email protected]> Wed, 18 May 2011 18:17:00 +0200 mlv-smile (1.46-1) UNRELEASED; urgency=low ===================================== debian/copyright ===================================== @@ -9,11 +9,11 @@ License: GPL-2+ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - . + . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., ===================================== debian/rules ===================================== @@ -4,12 +4,13 @@ # GPL export DEB_BUILD_MAINT_OPTIONS=hardening=+all +-include /usr/share/dpkg/buildtools.mk %: dh $@ override_dh_auto_build: - dh_auto_build --no-parallel -- CC="gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)" + dh_auto_build --no-parallel -- CC="$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)" override_dh_auto_install: zcat smile.1.gz |sed "s/\.\.\.which/which/g"|\ ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml View it on GitLab: https://salsa.debian.org/med-team/mlv-smile/-/compare/d58d24f9ec79f0d89d3b26f89c84d27ae871d195...c41ced395570d0d433fcea75b197cf5429ef4d18 -- View it on GitLab: https://salsa.debian.org/med-team/mlv-smile/-/compare/d58d24f9ec79f0d89d3b26f89c84d27ae871d195...c41ced395570d0d433fcea75b197cf5429ef4d18 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
