diff options
author | Ted Gould <ted@canonical.com> | 2009-01-16 13:03:26 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-16 13:03:26 -0600 |
commit | 872812ad907aa58e02204885b12c533c2c1bec58 (patch) | |
tree | dd0c5de4e334585db05167368314fbecf71a6626 | |
parent | 913c9d2d48268bd5d9b2dff72f5430e4f8a513a8 (diff) | |
download | libayatana-indicator-872812ad907aa58e02204885b12c533c2c1bec58.tar.gz libayatana-indicator-872812ad907aa58e02204885b12c533c2c1bec58.tar.bz2 libayatana-indicator-872812ad907aa58e02204885b12c533c2c1bec58.zip |
Changing the build targets, now I understand the difference between 'any' and 'all'
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 011c05c..e5d5cc3 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 5.0), Standards-Version: 3.8.0 Package: indicator-applet -Architecture: all +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-panel @@ -22,14 +22,14 @@ Description: Applet for the GNOME panel providing various indicators for Package: libindicate Section: libs -Architecture: all +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A library used to indicate. Package: libindicate-dev Section: libdevel -Architecture: all +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libindicate (= ${binary:Version}), |