]> git.deb.at Git - pkg/mmv.git/commitdiff
Apply wrap-and-sort
authorAxel Beckert <abe@deuxchevaux.org>
Mon, 20 May 2013 19:36:51 +0000 (21:36 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Mon, 20 May 2013 19:36:51 +0000 (21:36 +0200)
debian/changelog
debian/control

index 2473f2bd6db5eaf613d086431e3532b59ea70158..e9a716fc2958c9694f9bc28331786a71959b88b7 100644 (file)
@@ -2,6 +2,7 @@ mmv (1.01b-18) UNRELEASED; urgency=low
 
   * 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
 
index ad1e572f75ae89e8b7b421ee871f6311ff2542da..d200aa61aed4ad8fe5859a2f0dc9ae9f37b8c46f 100644 (file)
@@ -4,7 +4,8 @@ Uploaders: Axel Beckert <abe@debian.org>
 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
 
@@ -16,4 +17,5 @@ Description: Move/Copy/Append/Link multiple files
  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}