~ubuntu-branches/ubuntu/trusty/backupninja/trusty

« back to all changes in this revision

Viewing changes to handlers/Makefile.am

  • Committer: Package Import Robot
  • Author(s): intrigeri
  • Date: 2011-09-23 18:24:41 UTC
  • mfrom: (1.1.12) (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20110923182441-emtziiiue5alxs5w
Tags: 0.9.10-1
* New upsteam release
  . Fix "Locking mechanism causes variable problem".
  . Allow 'when = XXX' in sh jobs.
  . Stop supporting duplicity < 0.6.01.
  . Fixed $rsync_options. (Closes: #639545)
  . Fix typo in manpage.
  . Stop using hyphen as minus sign in manpages.
  . Fix infinite loop in rdiff helper when version inconsistency is detected.
    Thanks to Chris Lamb for the patch.
    (Closes: #639547)
  . Fix incorrect duplicity version check for keepincroffulls.
    Thanks to Olivier Berger for the patch.
    (Closes: #641120)
  . Don't install LDAP handler, helper and example configuration file.
  . Don't mention LDAP support in documentation.
* Formally move to team-maintenance, add myself to uploaders.
* Use 3.0 (quilt) source format.
* Convert to dh7 minimal rules with dh-autoreconf.
* preinst: use "set -e" in the script body instead of in the shebang.
* Don't mention LDAP support in long description, don't install its
  example configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
HANDLERS = dup dup.helper ldap ldap.helper maildir makecd               \
 
2
HANDLERS = dup dup.helper maildir makecd                \
3
3
         makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff      \
4
4
         rdiff.helper rsync sh svn sys sys.helper trac tar tar.helper
5
5