Until trash-cli is updated in the repositories, we can manually create an up-to-date deb package with the following little script:
#!/bin/bash tmp=$(mktemp -d) cd "$tmp" # Assertion: sudo apt-get install devscripts debhelper python-setuptools dget -x http://mentors.debian.net/debian/pool/main/t/trash-cli/trash-cli_0.11.3~git20120112.28653c6-1.dsc dpkg-source -x trash-cli_0.11.3~git20120112.28653c6-1.dsc cd trash-cli-0.11.3~git20120112.28653c6/ debuild -uc -us mv ../trash-cli_0.11.3~git20120112.28653c6-1_all.deb $(xdg-user-dir DESKTOP) rm -r "$tmp" A deb package will be created on the desktop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/336410 Title: The trash-cli package is outdated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/trash-cli/+bug/336410/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
