[mate-dock-applet] 01/01: Initial import.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Thu Jul 23 12:57:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch master
in repository mate-dock-applet.

commit 2c1080819846fa2dd9e490a7fb9f793149703bb6
Author: Martin Wimpress <code at flexion.org>
Date:   Thu Jul 23 13:57:54 2015 +0100

    Initial import.
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 33 +++++++++++++++++++++++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/postinst      | 26 ++++++++++++++++++++++++++
 debian/rules         | 17 +++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 8 files changed, 114 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d55e0c8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mate-dock-applet (0.63-1) UNRELEASED; urgency=medium
+
+  * Initial upload.
+
+ -- Martin Wimpress <code at flexion.org>  Wed, 22 Jul 2015 21:56:41 +0100
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..bed61d3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: mate-dock-applet
+Section: utils
+Priority: extra
+Maintainer: Martin Wimpress <code at flexion.org>
+Build-Depends: autotools-dev,
+               debhelper (>= 9),
+               dh-autoreconf,
+               libglib2.0-dev,
+               python3 (>= 3.2),
+Homepage: https://github.com/robint99/dock-applet
+Standards-Version: 3.9.6
+X-Python3-Version: >= 3.2
+
+Package: mate-dock-applet
+Architecture: any
+Depends: gir1.2-gdkpixbuf-2.0,
+         gir1.2-glib-2.0,
+         gir1.2-gtk-2.0,
+         gir1.2-mate-panel,
+         gir1.2-wnck-1.0,
+         libglib2.0-bin,
+         libgtk2.0-0,
+         libmate-panel-applet-4-1 | libmate-panel-applet4-1,
+         libwnck22,
+         mate-panel (>= 1.8),
+         python-wnck,
+         python3-cairo,
+         python3-gi,
+         python3-xdg,
+         ${misc:Depends},
+         ${python3:Depends},
+Description: MATE Panel dock applet
+ An application dock applet for the MATE panel
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6dc1b97
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dock-applet
+Upstream-Contact: Robin Thompson
+Source: https://github.com/robint99/dock-applet
+
+Files: *
+Copyright: 2015 Robin Thompson
+License: GPL-3
+
+Files: debian/*
+Copyright: 2015 Alin Andrei <webupd8 at gmil.com>
+           2015 Martin Wimpress <code at flexion.org>
+License: GPL-3
+
+License: GPL-3
+ 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, see .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/postinst b/debian/postinst
new file mode 100755
index 0000000..b2d6761
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+
+  configure)
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+
+exit 0
+  ;;
+
+  abort-upgrade|abort-remove|abort-deconfigure)
+    exit 0
+  ;;
+
+  *)
+    echo "postinst called with unknown argument \`$1'" >&2
+    exit 1
+  ;;
+
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1b9ff28
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python3,autoreconf
+
+override_dh_auto_configure:
+	autoconf
+	automake --add-missing
+	autoreconf
+	./configure --prefix=/usr
+
+clean:
+	dh_autoreconf_clean
+	dh_clean
+
+get-orig-source:
+	uscan --noconf --force-download --rename --download-current-version --destdir=..
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..5917a24
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/robint99/dock-applet/tags .*/V?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-dock-applet.git



More information about the pkg-mate-commits mailing list