* Switch to a dh7 style debian/rules file
* Bump Standards-Version to 3.9.4 (no changes)
+ * Apply wrap-and-sort
-- Axel Beckert <abe@debian.org> Mon, 20 May 2013 21:28:54 +0200
Section: utils
Priority: optional
Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 9~), dpkg-dev (>= 1.16.1~)
+Build-Depends: debhelper (>= 9~),
+ dpkg-dev (>= 1.16.1~)
Vcs-Git: git://git.deb.at/pkg/mmv.git
Vcs-Browser: http://git.deb.at/w/pkg/mmv.git
performed safely, i.e. without any unexpected deletion of files due to
collisions of target names with existing filenames or with other
target names.
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}