X-Git-Url: https://git.deb.at/?p=pkg%2Fmmv.git;a=blobdiff_plain;f=debian%2Fchangelog;h=ded7f8a659c4aa7132b97ffdb6df2b4443ba2075;hp=fe17bd34c9812342c416b70f9ffd5639596f49d2;hb=HEAD;hpb=9ca71a388a3849345b28a95c5dffa16bb9da4065 diff --git a/debian/changelog b/debian/changelog index fe17bd3..ded7f8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,88 @@ +mmv (1.01b-19) unstable; urgency=medium + + * Update my name/email address. + * Bump Standards-Version to 3.9.6. + + -- Rhonda D'Vine Thu, 21 Jan 2016 21:12:20 +0100 + +mmv (1.01b-18) unstable; urgency=low + + * Make LFS support working on 32-bit (again?) by adding the output of + "getconf LFS_CFLAGS" to CFLAGS. + + Fixes lintian warning binary-file-built-without-LFS-support + + Closes: #722709 + * Switch to a dh7 style debian/rules file + * Bump Standards-Version to 3.9.4 (no changes) + * Apply wrap-and-sort + + -- Axel Beckert Fri, 13 Sep 2013 21:42:25 +0200 + +mmv (1.01b-17) unstable; urgency=low + + * Fix lintian warning malformed-override + * Fix blhc warning dpkg-buildflags-missing by passing CFLAGS explicitly. + * Fix double build by calling "touch build-stamp" after the build. + * Add Vcs-* headers + + -- Axel Beckert Sat, 29 Dec 2012 17:14:25 +0100 + +mmv (1.01b-16) unstable; urgency=low + + * Add myself as Uploader. + * Bump Standards-Version to 3.9.3 (no other changes necessary) + * Switch to source format "3.0 (quilt)" + * Add slightly modified patch by Ulrich Eckhardt to provide better + diagnostics for directory renaming (Closes: #584850) + * Add examples section to man page (Closes: #380327) + * Add warnings about blanks in patterns and file names when reading + patterns from STDIN (Mitigates: #149873) + * Rewrite debian/rules with oldstyle debhelper utilities + + Use compat-level 9 + + Add build-dependency on debhelper >= 9~ + * Fix lintian-warnings debian-rules-missing-recommended-target + * Use hardening build flags + + Add build-dependency on dpkg-dev >= 1.16.1~ + + Add patch to fix FTBFS with -Werror=format-security + * Fix wrong license reference in debian/copyright + * Add some lintian overrides related to non-existent upstream web page + or upstream changelog. + + -- Axel Beckert Sat, 29 Dec 2012 03:37:29 +0100 + +mmv (1.01b-15) unstable; urgency=low + + * New Maintainer (closes: #485999) + * Update to Standards-Version 3.8.1: + - Switch from DEB_BUILD_OPTIONS debug to noopt, add support for parallel. + * Replace call to dh_md5sums with direct creation and remove Build-Depends + on debhelper. + * Don't ignore make clean errors anymore and use $(MAKE) instead of make in + debian/rules. + * Add empty line before .ce The Task Options (closes: #411182) + * Initialize tv_usec (closes: #452993) + * Add mising linebreak to an italic line (closes: #411181) + * Wrap cmdname in basename() (closes: #452989) + * Add reference to the full text of the GPL file in the common-licenses + directory. + * Escape all relevant dashes in the manpage to not turn them into hyphens. + + -- Gerfried Fuchs Sat, 30 May 2009 18:08:18 +0200 + +mmv (1.01b-14) unstable; urgency=low + + * Thanks for NMU to Joey, Ai and Uwe + * applied Patch to initialize var (Closes: Bug #316363) + * removed 2 dozent GCC warnings (uninitialized, unused, ambiquous else) + + -- Bernd Eckenfels Sat, 04 Feb 2006 23:58:43 +0100 + +mmv (1.01b-12.3) unstable; urgency=low + + * NMU + * Remove postinst and prerm, finishing /usr/doc transition. Closes: #322813 + + -- Joey Hess Tue, 10 Jan 2006 00:54:51 -0500 + mmv (1.01b-12.2) unstable; urgency=low * NMU