From 9073e40f1c0f2d95a8fd01d3f92c72bd691804bc Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 18 Nov 2008 14:10:30 -0600 Subject: Version one of debian packaging. --- debian/changelog | 5 +++++ debian/control | 18 ++++++++++++++++++ debian/copyright | 1 + debian/rules | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..60602f9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +indicator-applet (0.1~ppa1) intrepid; urgency=low + + * Initial release. + + -- Ted Gould Tue, 18 Nov 2008 13:54:43 -0600 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7c0e76b --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: indicator-applet +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + libgtk2.0-dev (>= 2.12.0), + libpanel-applet2-dev (>= 2.0.0), + gnome-doc-utils, + scrollkeeper, + intltool +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. 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 + -- cgit v1.2.3