]> git.deb.at Git - pkg/mmv.git/commitdiff
Mention debhelper (v9) in changelog, add build-dependency
authorAxel Beckert <abe@deuxchevaux.org>
Sun, 16 Sep 2012 15:37:28 +0000 (17:37 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Sun, 16 Sep 2012 17:14:59 +0000 (19:14 +0200)
debian/changelog
debian/compat [new file with mode: 0644]
debian/control

index c5870320161ea1c5c191e21050a9a4e61a244e79..1ef56010f18b428b444caebdf90f1c7409f47c0a 100644 (file)
@@ -3,6 +3,7 @@ mmv (1.01b-16) UNRELEASED; 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 myself as Uploader.
   * Bump Standards-Version to 3.9.3 (no other changes necessary)
   * Switch to source format "3.0 (quilt)"
+  * Use debhelper (v9) in many places, add build-dependency
   * Add lintian overrides for no-upstream-changelog and no-homepage-field.
 
  -- Axel Beckert <abe@debian.org>  Sun, 16 Sep 2012 16:31:08 +0200
   * Add lintian overrides for no-upstream-changelog and no-homepage-field.
 
  -- Axel Beckert <abe@debian.org>  Sun, 16 Sep 2012 16:31:08 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
index d807f6fd5d69cfde1d734bc3c190d81c47ff1ece..c891e9df2a368c81021a30c6a68abbc33da6a67b 100644 (file)
@@ -4,6 +4,7 @@ Uploaders: Axel Beckert <abe@debian.org>
 Section: utils
 Priority: optional
 Standards-Version: 3.9.3
 Section: utils
 Priority: optional
 Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9~)
 
 Package: mmv
 Architecture: any
 
 Package: mmv
 Architecture: any
@@ -13,4 +14,4 @@ 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.
  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}
+Depends: ${shlibs:Depends}, ${misc:Depends}