summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Aart <android@e-quake.org>2017-03-18 19:04:09 -0700
committerJeroen van Aart <android@e-quake.org>2017-03-18 19:04:09 -0700
commitdf6cae9b408a0ddfac8f91164774a76dd7b4faed (patch)
treeb63846153083cf314e17bdf872ff124b4c35f215
parentd35537cd32422291852d89e6685988c5d1d4186c (diff)
parent52c5a9268434781ed74b594a7074bb5d475d9af1 (diff)
xfce4-equake-plugin (1.3.8.1-2) unstable; urgency=mediumHEADdebian/1.3.8.1-2archive/debian/1.3.8.1-2master
* New upstream release: Closes: 856774 * Migrated to use https to download earthquake data because USGS will phase out or has phased out http access, see also: https://https.cio.gov older versions of equake will stop working as a result * Make sure libcurl is part of Build-Depends * Bump standards version to 3.9.8 (no changes required) * Updated Homepage control field to show the https version of the homepage * Changed copyright years and added explicit copyright notice for icons [dgit import unpatched xfce4-equake-plugin 1.3.8.1-2]
-rw-r--r--debian/changelog20
-rw-r--r--debian/compat1
-rw-r--r--debian/control32
-rw-r--r--debian/copyright29
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
8 files changed, 96 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1f45b67
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,20 @@
+xfce4-equake-plugin (1.3.8.1-2) unstable; urgency=medium
+
+ * New upstream release: Closes: 856774
+ * Migrated to use https to download earthquake data because USGS will phase
+ out or has phased out http access, see also: https://https.cio.gov
+ older versions of equake will stop working as a result
+ * Make sure libcurl is part of Build-Depends
+ * Bump standards version to 3.9.8 (no changes required)
+ * Updated Homepage control field to show the https version of the homepage
+ * Changed copyright years and added explicit copyright notice for icons
+
+ -- Jeroen van Aart <android@e-quake.org> Sat, 18 Mar 2017 18:04:09 -0800
+
+xfce4-equake-plugin (1.3.8-1) unstable; urgency=low
+
+ * Initial release: Closes: 728691
+ * Moved to bing maps for the detailed map display, the USGS map display
+ remains unchanged
+
+ -- Jeroen van Aart <android@e-quake.org> Tue, 18 Aug 2015 00:30:00 -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..3130f0c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: xfce4-equake-plugin
+Section: xfce
+Priority: optional
+Maintainer: Jeroen van Aart <android@e-quake.org>
+Build-Depends: autotools-dev,
+ debhelper (>= 9.0.0),
+ intltool,
+ libcurl4-gnutls-dev,
+ libatk1.0-dev,
+ libcairo2-dev,
+ libfontconfig1-dev,
+ libfreetype6-dev,
+ libgdk-pixbuf2.0-dev,
+ libglib2.0-dev,
+ libgtk2.0-dev,
+ libpango1.0-dev,
+ libxfce4ui-1-dev,
+ libxfce4util-dev,
+ xfce4-panel-dev
+Standards-Version: 3.9.8
+Homepage: https://www.e-quake.org
+
+Package: xfce4-equake-plugin
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Xfce panel plugin which monitors earthquakes
+ xfce4-equake-plugin is a panel plugin for the Xfce 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..bcc9c84
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xfce4-equake-plugin
+Source: https://sourceforge.net/projects/equake/
+
+Files: *
+Copyright: 2015-2017 Jeroen van Aart <android@e-quake.org>
+License: GPL-2+
+
+Files: icons/*
+ icons/48x48/xfce4-equake-plugin-icon.png
+Copyright: 2015-2017 Jeroen van Aart <android@e-quake.org>
+License: GPL-2+
+
+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..9fe4b27
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/equake/xfce4-equake-plugin-(.*)\.tar\.gz