aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDidier Roche <didier.roche@canonical.com>2010-02-10 11:40:04 +0100
committerDidier Roche <didier.roche@canonical.com>2010-02-10 11:40:04 +0100
commit988a0e6cc220f1b78cbabded6fc7e5ab8c40aa61 (patch)
treef62d4da6eab4e487b6e4fa62280349b3d8598484 /debian
parent82381c6aeec60c8c4d8e88bd317321d10eeb0c9f (diff)
downloadayatana-indicator-datetime-988a0e6cc220f1b78cbabded6fc7e5ab8c40aa61.tar.gz
ayatana-indicator-datetime-988a0e6cc220f1b78cbabded6fc7e5ab8c40aa61.tar.bz2
ayatana-indicator-datetime-988a0e6cc220f1b78cbabded6fc7e5ab8c40aa61.zip
Initial packaging
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control20
-rw-r--r--debian/copyright31
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/watch2
6 files changed, 69 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4511028
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+indicator-datetime (0.0.1~r1-0ubuntu1) UNRELEASED; urgency=low
+
+ * Initial packaging
+
+ -- Didier Roche <didrocks@ubuntu.com> Wed, 27 Jan 2010 12:13:00 +0100
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..49f0656
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: indicator-datetime
+Section: misc
+Priority: optional
+Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
+Build-Depends: cdbs,
+ debhelper (>= 5),
+ pkg-config,
+ intltool (>= 0.35.0),
+ libindicate-dev (>= 0.3.0),
+ libdbusmenu-glib-dev (>= 0.1.1)
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/indicator-applet-developers
+
+Package: indicator-datetime
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: A very, very simple clock
+ A simple clock appearing in the indicator bar
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0f2c982
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+This package was debianized by Didier Roche <didrocks@ubuntu.com> on
+Wed, 10 Feb 2010 11:11:01 +0100.
+
+It was downloaded from https://launchpad.net/indicator-datetime
+
+Upstream Author:
+
+ Ted Gould <ted@canonical.com>
+
+Copyright:
+
+ Copyright (C) 2009 Canonical Ltd
+
+License:
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 3
+ of the License, or (at your option) any later version.
+
+ 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, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+The Debian packaging is (C) 2009, Canonical Ltd. and is licensed under the
+GPLv3, see /usr/share/common-licenses/GPL-3.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6202dd3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+# List any files which are not installed
+include /usr/share/cdbs/1/rules/utils.mk
+common-binary-post-install-arch:: list-missing
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..641f050
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/indicator-datetime/+download .*/indicator-datetime-([0-9.]+)\.tar\.gz