aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-15 21:58:56 -0600
committerTed Gould <ted@canonical.com>2009-02-15 21:58:56 -0600
commit975000d7ab53c8f58468f0f648f991892e092833 (patch)
treeb58a124367185876fe9a9521d3d89d9521b2af3d /debian/control
parent524e5b9804537a2a170e5d9a5c2090a3a7f49afb (diff)
downloadlibayatana-indicator-975000d7ab53c8f58468f0f648f991892e092833.tar.gz
libayatana-indicator-975000d7ab53c8f58468f0f648f991892e092833.tar.bz2
libayatana-indicator-975000d7ab53c8f58468f0f648f991892e092833.zip
Removing the debian directory. Going to start using this as my upstream
branch and the other as the packaging branch.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control43
1 files changed, 0 insertions, 43 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 7cacf57..0000000
--- a/debian/control
+++ /dev/null
@@ -1,43 +0,0 @@
-Source: indicator-applet
-Section: gnome
-Priority: optional
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Build-Depends: debhelper (>= 5.0),
- cdbs (>= 0.4.41),
- libgtk2.0-dev (>= 2.12.0),
- libpanel-applet2-dev (>= 2.0.0),
- libdbus-glib-1-dev,
- gnome-doc-utils,
- libtool,
- intltool,
- gobject-introspection (>= 0.6),
- gobject-introspection-glib-2.0 (>= 0.6),
- libgirepository-dev (>= 0.6)
-Standards-Version: 3.8.0
-
-Package: indicator-applet
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- gnome-panel
-Description: Applet for the GNOME panel providing various indicators for
- display to users.
-
-Package: libindicate0
-Section: libs
-Conflicts: libindicate
-Replaces: libindicate
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: A library used to indicate.
-
-Package: libindicate-dev
-Section: libdevel
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- libindicate0 (= ${binary:Version}),
- libdbus-glib-1-dev (>= 0.76),
- libgtk2.0-dev (>= 2.12.0)
-Description: Development files.