diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-16 15:28:58 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-16 15:28:58 -0500 |
commit | 28841f9a36ac6d05da94f0678889de669a4ca1e7 (patch) | |
tree | 76bc9269cab1dca82c3a585c927ece50714a2fd7 /debian/control | |
parent | 89b3d7e2d057f656dc4fdc2b108cb65f53d9ece6 (diff) | |
download | ayatana-indicator-datetime-28841f9a36ac6d05da94f0678889de669a4ca1e7.tar.gz ayatana-indicator-datetime-28841f9a36ac6d05da94f0678889de669a4ca1e7.tar.bz2 ayatana-indicator-datetime-28841f9a36ac6d05da94f0678889de669a4ca1e7.zip |
- Reorganize Build-Depends for clarity.
- Drop Build-Depends on cdbs, bump debhelper to (>= 9).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index bec336b..ca90877 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: indicator-datetime Section: misc Priority: optional Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> -Build-Depends: cdbs, - debhelper (>= 5), +Build-Depends: debhelper (>= 9), quilt, + dh-autoreconf, intltool (>= 0.35.0), libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.5.90), @@ -22,7 +22,6 @@ Build-Depends: cdbs, libedataserverui-3.0-dev, libgconf2-dev (>= 2.31), libgnome-control-center-dev, - dh-autoreconf, libtimezonemap1-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-datetime |