diff options
author | Ted Gould <ted@canonical.com> | 2008-12-04 20:36:11 -0800 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-12-04 20:36:11 -0800 |
commit | fc14666e59e15adc4a778c37302b1f31ba8bc7cd (patch) | |
tree | e78e8eca328ac48fee0ed24c7c982df480ad6ca8 | |
parent | 1bf559ddf48ab5a461a2c442fcaa99a9bebc8874 (diff) | |
download | ayatana-indicator-messages-fc14666e59e15adc4a778c37302b1f31ba8bc7cd.tar.gz ayatana-indicator-messages-fc14666e59e15adc4a778c37302b1f31ba8bc7cd.tar.bz2 ayatana-indicator-messages-fc14666e59e15adc4a778c37302b1f31ba8bc7cd.zip |
Starting Debian Packaging
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 18 | ||||
-rw-r--r-- | debian/copyright | 1 | ||||
-rwxr-xr-x | debian/rules | 8 |
4 files changed, 32 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..36af0ca --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +indicator-messages (0.1~ppa1) intrepid; urgency=low + + * Initial release + + -- Ted Gould <ted@ubuntu.com> Thu, 04 Dec 2008 20:32:25 -0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a76880b --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: indicator-messages +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), + libdbus-glib-1-dev, + gnome-doc-utils, + scrollkeeper, + intltool +Standards-Version: 3.8.0 + +Package: indicator-messages +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet +Description: Applet for the GNOME panel providing various indicators for + display to users. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6e773b6 --- /dev/null +++ b/debian/copyright @@ -0,0 +1 @@ +Canonical Copyright diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1c64b91 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + |