← Back to team overview

duplicity-team team mailing list archive

[Merge] lp:~mterry/duplicity/rename-dep into lp:duplicity/0.7-series

 

Michael Terry has proposed merging lp:~mterry/duplicity/rename-dep into lp:duplicity/0.7-series.

Requested reviews:
  duplicity-team (duplicity-team)

For more details, see:
https://code.launchpad.net/~mterry/duplicity/rename-dep/+merge/332194

For some reason, Ubuntu dropped the "rename" package from main to universe and off the default image.

util-linux also provides a rename executable (/usr/bin/rename.ul vs "rename's" /usr/bin/file-rename), which I would expect to be set up as a rename alternative, but it isn't.  Not sure why.

Anyway, we can easily fix by explicitly declaring that we need "rename" to build.
-- 
Your team duplicity-team is requested to review the proposed merge of lp:~mterry/duplicity/rename-dep into lp:duplicity/0.7-series.
=== modified file 'debian/control'
--- debian/control	2017-07-11 14:55:38 +0000
+++ debian/control	2017-10-12 16:36:09 +0000
@@ -15,6 +15,7 @@
                python-pexpect,
                python-setuptools,
                rdiff,
+               rename,
                rsync,
 Homepage: https://launchpad.net/duplicity
 Standards-Version: 3.9.5


Follow ups