diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 14:59:05 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 14:59:05 -0500 |
commit | d1e3acb63a29ac2f2905d1ec5e0c09360bd7dffc (patch) | |
tree | 706f465d3c20da11c204eb08ade11852618a8821 /debian | |
parent | 3d69e24bb732c8fc2196a523b0b8c659eb3e8f59 (diff) | |
download | libayatana-indicator-d1e3acb63a29ac2f2905d1ec5e0c09360bd7dffc.tar.gz libayatana-indicator-d1e3acb63a29ac2f2905d1ec5e0c09360bd7dffc.tar.bz2 libayatana-indicator-d1e3acb63a29ac2f2905d1ec5e0c09360bd7dffc.zip |
Drop Build-Depends on cdbs.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8444808..5326bff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libindicator (12.10.2-0ubuntu1) UNRELEASED; urgency=low - Reorganize Build-Depends for clarity. - Update style to be consistent with other indicator stack packages. - Bump debhelper Build-Depends to (>= 9). + - Drop Build-Depends on cdbs. * debian/rules: - Convert to using the dh9 sequencer. diff --git a/debian/control b/debian/control index cd844b9..0f0f650 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools, dbus-test-runner, xvfb, - cdbs (>= 0.4.41), libglib2.0-dev (>= 2.22), libgtk2.0-dev (>= 2.18), libgtk-3-dev (>= 2.91.3), |