aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog24
-rw-r--r--debian/compat1
-rw-r--r--debian/control20
-rw-r--r--debian/copyright27
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/watch2
6 files changed, 86 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e8e7d2a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,24 @@
+indicator-datetime (0.0.1-0ubuntu1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Didier Roche <didrocks@ubuntu.com> Fri, 26 Feb 2010 10:39:44 +0100
+
+indicator-datetime (0.0.1~r2-0ubuntu2) lucid; urgency=low
+
+ * debian/control:
+ - fix build-dep
+
+ -- Didier Roche <didrocks@ubuntu.com> Thu, 11 Feb 2010 20:27:22 +0100
+
+indicator-datetime (0.0.1~r2-0ubuntu1) lucid; urgency=low
+
+ * new upstream version
+
+ -- Didier Roche <didrocks@ubuntu.com> Wed, 10 Feb 2010 12:10:48 +0100
+
+indicator-datetime (0.0.1~r1-0ubuntu1) lucid; 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..5347b7d
--- /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),
+ libindicator-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..1db6a43
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+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.
+
+The Debian packaging is (C) 2010, 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..87f7f7e
--- /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/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+install/indicator-datetime::
+ find debian/indicator-datetime/usr/lib -name \*.la -exec rm {} \;
+ find debian/indicator-datetime/usr/lib -name \*.a -exec rm {} \;
+
+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