aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog50
-rw-r--r--debian/control26
-rw-r--r--debian/copyright53
-rwxr-xr-xdebian/rules15
-rw-r--r--debian/watch2
5 files changed, 0 insertions, 146 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 80b694d..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,50 +0,0 @@
-indicator-sus (0.1-0ubuntu2) UNRELEASED; urgency=low
-
- * Fixed Vcs-Bzr location, part of the indicator-applet project
- * specify Vcs-Bzr-Browser
-
- -- Alexander Sack <asac@ubuntu.com> Tue, 11 Aug 2009 17:26:15 +0200
-
-indicator-sus (0.1-0ubuntu1) karmic; urgency=low
-
- * Include icons in the tarball
- * Added license files
- * Corrected the FSF address
- * debian/control
- - Set Homepage and Vcs-Bzr
- * Added debian/watch
- * Changed conflicts for gdm to <= 2.27.4-0ubuntu9
- * Depend on indicator-applet >= 0.2
-
- -- Ken VanDine <ken.vandine@canonical.com> Tue, 11 Aug 2009 09:53:56 -0400
-
-indicator-sus (0.1~ppa6) karmic; urgency=low
-
- * debian/control: Conflicting with gdm < 2.27.4-0ubuntu9 or
- lower to stop people from having problems with the PPA.
-
- -- Ted Gould <ted@ubuntu.com> Sat, 08 Aug 2009 00:19:34 +0100
-
-indicator-sus (0.1~ppa5) karmic; urgency=low
-
- * Legal headers on the source files.
-
- -- Ted Gould <ted@ubuntu.com> Fri, 07 Aug 2009 23:57:19 +0100
-
-indicator-sus (0.1~ppa4) karmic; urgency=low
-
- * Merging in status shuffle branch.
-
- -- Ted Gould <ted@ubuntu.com> Fri, 07 Aug 2009 21:55:52 +0100
-
-indicator-sus (0.1~ppa3) karmic; urgency=low
-
- * Fleshing out significantly. Inital rerelease.
-
- -- Ted Gould <ted@ubuntu.com> Sun, 26 Jul 2009 23:50:47 -0500
-
-indicator-sus (0.1~ppa1) intrepid; urgency=low
-
- * Initial release
-
- -- Ted Gould <ted@ubuntu.com> Thu, 04 Dec 2008 23:51:41 -0800
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 223f82e..0000000
--- a/debian/control
+++ /dev/null
@@ -1,26 +0,0 @@
-Source: indicator-sus
-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,
- libindicator-dev,
- libdbusmenu-glib-dev,
- libdbusmenu-gtk-dev,
- libpolkit-gnome-dev,
- intltool
-Standards-Version: 3.8.2
-Homepage: https://launchpad.net/indicator-applet
-Vcs-Bzr: lp:~ubuntu-core-dev/indicator-applet/sus-ubuntu
-Vcs-Bzr-Browser: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/sus-ubuntu
-
-Package: indicator-sus
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), devicekit-power, gdm
-Conflicts: gdm (<= 2.27.4-0ubuntu9)
-Description: Applet for the GNOME panel providing various indicators for
- display to users.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 9a36417..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,53 +0,0 @@
-This package was debianized by Ted Gould <ted@canonical.com> on
-Thu, 06 Aug 2009 17:23:01 +0100.
-
-It was downloaded from https://launchpad.net/indicator-applet
-
-Upstream Author:
-
- Ted Gould <ted@canonical.com>
-
-Copyright:
-
- Copyright (C) 2009 Canonical Ltd
- Copyright (C) 2004 Gustavo Noronha Silva
-
-License:
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 3 as
- published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-Two files (logout-dialog.h logout-dialog.c) are under:
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA
-
-
-The Debian packaging is:
-
- Copyright (C) 2009 Ted Gould <ted@canonical.com>
-
-On Debian/Ubuntu systems, the full text of the LGPL v2 can be found in
-`/usr/share/common-licenses/LGPL-2', the full text of the GPL v3 can be
-found in `/usr/share/common-licenses/GPL-3'
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 7f46594..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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
-
-DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/indicators
-
-binary-install/indicator-sus::
- # 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
deleted file mode 100644
index 1e009a4..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-https://launchpad.net/indicator-applet/+download .*/indicator-sus-([0-9.]+)\.tar\.gz