| 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: dh-chromeos | |
| 6 Section: devel | |
| 7 Priority: optional | |
| 8 Maintainer: The Chromium OS Authors <chromium-os-dev@googlegroups.com> | |
| 9 Build-Depends: debhelper (>= 7.0.0), perl | |
| 10 Standards-Version: 3.8.3 | |
| 11 | |
| 12 Package: dh-chromeos | |
| 13 Architecture: all | |
| 14 Depends: debhelper (>= 7.3.0), ${misc:Depends}, ${perl:Depends} | |
| 15 Description: Debhelper addon for Chrome OS | |
| 16 This debhelper addon automates various specialised tasks needed to build | |
| 17 packages that form part of Chrome OS. | |
| OLD | NEW |