| OLD | NEW |
| (Empty) |
| 1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 Source: memento-updater | |
| 6 Priority: optional | |
| 7 Maintainer: The Chromium OS Authors <chromium-os-dev@googlegroups.com> | |
| 8 Section: utils | |
| 9 Build-Depends: debhelper (>= 7.0.0) | |
| 10 | |
| 11 Package: memento-updater | |
| 12 Section: utils | |
| 13 Architecture: all | |
| 14 Depends: bash, grep, gzip, openssl, sed, wget, chromeos-installer | |
| 15 Description: Memento Autoupdater | |
| 16 Autoupdate for Memento. Pings Omaha daily to check for updates. | |
| 17 Installs updates on a free USB stick partition. | |
| OLD | NEW |