diff --git a/debian/changelog b/debian/changelog index 1376a9a..1f985bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +remote-backup (1.6.3) stable; urgency=low + + * Syntax requires bash >= 3.1 + + -- Vincent Riquer Thu, 12 Jul 2012 15:16:48 +0200 + remote-backup (1.6.2) stable; urgency=low * SNMP uptime is 32b INT diff --git a/debian/control b/debian/control index 825aea4..93d2108 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,6 @@ Homepage: http://www.mikerubel.org/computers/rsync_snapshots/ Package: remote-backup Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, rsync +Depends: ${shlibs:Depends}, ${misc:Depends}, rsync, bash (>=3.1) Description: Incremental backup using rsync [need to write long decription]