[rename] 01/01: Add prename symlink, with suitable Breaks/Replaces on perl (Closes: #870472)

dom at earth.li dom at earth.li
Tue Aug 29 14:23:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch dom/provide-prename
in repository rename.

commit b25fb51c36c992038bef83f07a2c6582c9a8ddd4
Author: Dominic Hargreaves <dom at earth.li>
Date:   Tue Aug 29 15:22:48 2017 +0100

    Add prename symlink, with suitable Breaks/Replaces on perl (Closes: #870472)
---
 debian/changelog | 2 ++
 debian/control   | 5 +++--
 debian/links     | 2 ++
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 902e339..f360904 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ rename (0.20-5) UNRELEASED; urgency=medium
 
   [ Dominic Hargreaves ]
   * Add Multi-Arch: foreign (Closes: #872315)
+  * Add prename symlink, with suitable Breaks/Replaces on perl
+    (Closes: #870472)
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 30 Jan 2016 20:07:37 +0100
 
diff --git a/debian/control b/debian/control
index d74769b..7b8e8b9 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,11 @@ Homepage: https://metacpan.org/release/File-Rename
 
 Package: rename
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.26.0-6)
 Provides: libfile-rename-perl
 Conflicts: libfile-rename-perl
-Replaces: libfile-rename-perl
+Breaks: perl (<< 5.26.0-6)
+Replaces: libfile-rename-perl, perl (<< 5.26.0-6)
 Multi-Arch: foreign
 Description: Perl extension for renaming multiple files
  This package provides both a perl interface for renaming files
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..c654c56
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,2 @@
+usr/bin/file-rename usr/bin/prename
+usr/share/man/man1/file-rename.1p usr/share/man/man1/prename.1p

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/rename.git



More information about the Pkg-perl-cvs-commits mailing list