[mate-equake-applet] 01/01: Initial commit of mate-equake-applet version 1.3.8-1
Jeroen van Aart
equake-guest at moszumanska.debian.org
Wed Jan 18 03:33:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
equake-guest pushed a commit to branch master
in repository mate-equake-applet.
commit 93290e49d58ce68ad78199310d6c5e2171dfc394
Author: Jeroen van Aart <android at e-quake.org>
Date: Tue Jan 17 19:33:13 2017 -0800
Initial commit of mate-equake-applet version 1.3.8-1
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 29 +++++++++++++++++++++++++++++
debian/copyright | 22 ++++++++++++++++++++++
debian/docs | 2 ++
debian/rules | 8 ++++++++
debian/source/format | 1 +
debian/watch | 3 +++
8 files changed, 71 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cbaf45b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mate-equake-applet (1.3.8-1) unstable; urgency=low
+
+ * Initial release (Closes: #849267)
+
+ -- Jeroen van Aart <android at e-quake.org> Sat, 17 Dec 2016 17:49:46 -0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..87cf20e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: mate-equake-applet
+Section: x11
+Priority: optional
+Maintainer: Jeroen van Aart <android at e-quake.org>
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ libmate-panel-applet-dev,
+ intltool,
+ libatk1.0-dev,
+ libcairo2-dev,
+ libfontconfig1-dev,
+ libfreetype6-dev,
+ libgdk-pixbuf2.0-dev,
+ libglib2.0-dev,
+ libgtk2.0-dev,
+ libpango1.0-dev,
+Standards-Version: 3.9.8
+Homepage: http://www.e-quake.org
+
+Package: mate-equake-applet
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Mate panel applet which monitors earthquakes
+ mate-equake-plugin is a panel applet for the mate panel which monitors
+ earthquakes and displays an update each time a new earthquake occurs.
+ In addition it can show alerts when heavy earthquakes have happened,
+ display maps and webpages with more information, produce lists
+ of hourly and daily earthquakes and update a handy signature file you
+ can use in your emails. Many features are user configurable.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5ebe928
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mate-equake-plugin
+Source: https://sourceforge.net/projects/equake-mate/
+
+Files: *
+Copyright: 2016 Jeroen van Aart <android at e-quake.org>
+License: GPL-2+
+ This package 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 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..50bd824
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c6d751b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --with autotools-dev
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4ff3874
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/equake-mate/mate-equake-applet-(.*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-equake-applet.git
More information about the pkg-mate-commits
mailing list