diff options
author | Ted Gould <ted@gould.cx> | 2009-12-17 09:06:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-17 09:06:33 -0600 |
commit | 5918076246a8d3d4a370f3efada612bac57ff2f4 (patch) | |
tree | b2519e5fb0041167c897c14301919a5c91bce4d8 /debian | |
parent | 3995123adb5d99a3ed0e583d8fdd8fddc22cac4e (diff) | |
download | libayatana-appindicator-5918076246a8d3d4a370f3efada612bac57ff2f4.tar.gz libayatana-appindicator-5918076246a8d3d4a370f3efada612bac57ff2f4.tar.bz2 libayatana-appindicator-5918076246a8d3d4a370f3efada612bac57ff2f4.zip |
debian/control: Removing architecture independent build
dependencies are no architecture dependent.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b7d7485..ce6e261 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (0.0.4-0ubuntu3~ppa3) UNRELEASED; urgency=low + + * debian/control: Removing architecture independent build + dependencies are no architecture dependent. + + -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 09:05:40 -0600 + indicator-application (0.0.4-0ubuntu3~ppa2) karmic; urgency=low * Upstream updates: diff --git a/debian/control b/debian/control index d272738..ba5365c 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.0), libdbusmenu-gtk-dev (>= 0.1.8), - libdbusmenu-glib-dev (>= 0.1.8) -Build-Depends-Indep: cli-common-dev (>= 0.5.7), + libdbusmenu-glib-dev (>= 1.1.8), + cli-common-dev (>= 0.5.7), mono-devel (>= 2.0.1), gtk-sharp2-gapi, libmono-dev, |