diff options
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 27 | ||||
-rw-r--r-- | debian/copyright | 16 | ||||
-rwxr-xr-x | debian/rules | 12 | ||||
-rw-r--r-- | debian/watch | 2 |
6 files changed, 69 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..51c6366 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +cape-girardeau (0.0.1-0ubuntu2~ppa1~service1) UNRELEASED; urgency=low + + * Grabbing from the service development branch + + -- Ted Gould <ted@ubuntu.com> Mon, 02 Nov 2009 20:18:01 -0600 + +cape-girardeau (0.0.1-0ubuntu1) karmic; urgency=low + + * Development packaging edition. + + -- Robert Collins <robert@canonical.com> Thu, 29 Oct 2009 15:44:14 +1100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9f03658 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: cape-girardeau +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, + libindicate-dev (>= 0.2.0), + libindicate-gtk-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0~bzr301), + libdbusmenu-gtk-dev (>= 0.1.1), + libdbusmenu-glib-dev (>= 0.1.1) +Standards-Version: 3.8.0 +Homepage: https://launchpad.net/wasilla +Vcs-Bzr: http://bazaar.launchpa.net/~canonical-dx-team/cape-girardeau/karmic + +Package: cape-girardeau +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: cape-girardeau project + . + This package is the cape-girardeau project + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fa3df0d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Robert Collins <robert@canonical.com> on +Thu, 29 Oct 2009 15:44:14 +1100 + +It was downloaded from <http://launchpad.net/cape-girardeau/> + +Upstream Author: + + Ted Gould <ted@canonical.com> + +Copyright: + + Copyright (C) 2009 Canonical Ltd. + +License: + + This program has not been released, it may not be used. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9d0676a --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/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 + +#binary-install/indicator-messages:: +# # remove .a/.la clutter +# rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a +# rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f0f23d1 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/cape-girardeau/+download .*/indicator-custom-([0-9.]+)\.tar\.gz |