CC             =gcc -traditional
 LD             =$(CC)
 CONF           =-DIS_SYSV -DHAS_DIRENT -DHAS_RENAME
-CFLAGS         =-O2 -m486 $(CONF)
+CFLAGS         =-O2 $(CONF)
 LDFLAGS                =-s -N
 
 #IBIN          =$(LOCAL)$(ARCH)/bin
 
+mmv (1.01b-6) frozen unstable; urgency=LOW
+
+  * Make lintian happy.
+
+ -- Michael Meskes <meskes@debian.org>  Fri, 17 Apr 1998 14:36:19 +0200
+
+mmv (1.01b-5) unstable; urgency=LOW
+
+  * Added new copyright notice and moved package back into main.
+    My thanks go to Joost for getting into touch with the upstream author.
+
+ -- Michael Meskes <meskes@debian.org>  Thu,  5 Mar 1998 10:42:42 +0100
+
+mmv (1.01b-4) unstable; urgency=LOW
+
+  * Updated standard
+  * Added man page links.
+
+ -- Michael Meskes <meskes@debian.org>  Fri, 27 Feb 1998 15:33:54 +0100
+
+mmv (1.01b-3) unstable; urgency=LOW
+
+  * Moved package to non-free. Sorry, I cannot reach the upstream author to
+    clarify the problems with his copyright. (#14908).
+  * Do not comress copyright file. (#14460)
+
+ -- Michael Meskes <meskes@debian.org>  Fri, 19 Dec 1997 10:47:37 +0100
+
+mmv (1.01b-2) unstable; urgency=LOW
+
+  * Put copyright file into /usr/doc/mmv/copyright (#10623)
+  * Removed -m486 option in Makefile (#10780).
+  * Corrected man page permission (#4913).
+  * Compiled against libc6.
+
+ -- Michael Meskes <meskes@debian.org>  Tue,  5 Aug 1997 13:11:36 +0200
+
 mmv (1.01b-1) unstable; urgency=LOW
 
   * Initial release
 
  -- Michael Meskes <meskes@debian.org>  Tue, 15 Oct 1996 13:02:46 +0200
-
 
 Source: mmv
 Maintainer: Michael Meskes <meskes@debian.org>
-Section: misc
+Section: utils
 Priority: optional
-Standards-Version: 2.1.0.0
+Standards-Version: 2.4.0.1
 
 Package: mmv
 Architecture: any
 
 
 lanin@csd2.nyu.edu
 ...!cmcl2!csd2!lanin
+
+However, Vladimir told me:
+
+Michael,
+
+This message is to serve as an announcement that I am changing the
+copyright of mmv to GPL.
+
+If this message is in any way insufficient to do so, please tell me what
+I have to do. Please keep in mind that I do not have in hand either the
+full GPL text or the source code of the last mmv release (oops).
+
+If there is any other way that I can help out, please tell me.
+
+Thanks,
+
+Vladimir Lanin
+vlad@brm.com
+
+Thanks to Joost for getting into touch with him.
 
-mmv_1.01b-1_i386.deb misc optional
+mmv_1.01b-6_i386.deb utils optional
 
        install -d -g root -m 755 -o root debian/tmp/usr/bin
        install -d -g root -m 755 -o root debian/tmp/usr/man/man1
        install -g root -o root -m 755 -s mmv debian/tmp/usr/bin
-       install -g root -o root -m 755 mmv.1 debian/tmp/usr/man/man1
+       install -g root -o root -m 644 mmv.1 debian/tmp/usr/man/man1
        gzip -9f debian/tmp/usr/man/man1/mmv.1
        (cd debian/tmp/usr/bin;\
         ln -s mmv mcp; \
         ln -s mmv mad; \
         ln -s mmv mln;)
-       install -d -g root -m 755 -o root debian/tmp/usr/doc/copyright
-       install -g root -m 644 -o root debian/copyright \
-         debian/tmp/usr/doc/copyright/$(p)
+       (cd debian/tmp/usr/man/man1;\
+        ln -s mmv.1.gz mcp.1.gz; \
+        ln -s mmv.1.gz mad.1.gz; \
+        ln -s mmv.1.gz mln.1.gz;)
        install -d -g root -m 755 -o root debian/tmp/usr/doc/$(p)
        install -g root -m 644 -o root READ.ME \
                debian/tmp/usr/doc/$(p)
        install -g root -m 644 -o root debian/changelog \
-               debian/tmp/usr/doc/$(p)
+               debian/tmp/usr/doc/$(p)/changelog.Debian
        gzip -f9 debian/tmp/usr/doc/$(p)/*
+       install -g root -m 644 -o root debian/copyright \
+         debian/tmp/usr/doc/$(p)
        chmod -R g-sw debian/tmp/usr/doc/$(p)
        chown -R root.root debian/tmp/usr/doc/$(p)
        dpkg-shlibdeps debian/tmp/usr/bin/mmv
 
-shlibs:Depends=libc5 (>= 5.2.18)
+shlibs:Depends=libc6