[mate-menu] 01/01: staring with debian/ folder similar to what is used by Ubuntu MATE

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Fri Feb 6 12:22:21 UTC 2015


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

gnugr-guest pushed a commit to branch master
in repository mate-menu.

commit af1e656e98cb8db885d47535376a3b37c771870f
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Fri Feb 6 14:21:34 2015 +0200

    staring with debian/ folder similar to what is used by Ubuntu MATE
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 39 +++++++++++++++++++++++++++++++++
 debian/copyright         | 56 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/install           |  1 +
 debian/lintian-overrides |  1 +
 debian/postinst          | 41 +++++++++++++++++++++++++++++++++++
 debian/rules             | 13 +++++++++++
 debian/source/format     |  1 +
 9 files changed, 158 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..403e86a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mate-menu (5.6.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #777056).
+
+ -- Vangelis Mouhtsis <vangelis at gnugr.org>  Tue, 03 Feb 2015 17:52:00 +0200
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..1685dc1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: mate-menu
+Section: X11
+Priority: optional
+Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
+Uploaders: Martin Wimpress <code at ubuntu-mate.org>,
+           Mike Gabriel <sunweaver at debian.org>,
+           Vangelis Mouhtsis <vangelis at gnugr.org>,
+Build-Depends: debhelper (>= 9),
+               python,
+Standards-Version: 3.9.6
+Homepage: https://bitbucket.org/flexiondotorg/mate-menu/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-menu.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-menu.git
+
+Package: mate-menu
+Architecture: any
+Depends: ${python:Depends},
+         ${misc:Depends},
+         gir1.2-mate-panel,
+         gir1.2-gtk-2.0,
+         gvfs-bin,
+         libmatedesktop,
+         libmatepanelapplet,
+         mate-menus,
+         mozo,
+         python (>= 2.4), python (<< 3),
+         python-configobj,
+         python-glade2,
+         python-gtk2,
+         python-mate-menu,
+         python-xdg,
+         python-xlib,
+         xdg-utils,
+Replaces: matemenu
+Suggests: software-center,
+          synaptic,
+Description: Advanced MATE menu
+ An advanced menu for MATE. Supports filtering, favorites,
+ easy-uninstallation, autosession, and many other features.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..001d5ef
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,56 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mate-menu
+Upstream-Contact: Martin Wimpress <code at ubuntu-mate.org>
+Source: https://bitbucket.org/flexiondotorg/mate-menu/
+
+Files: usr/lib/ubuntu-mate/common/mate-remove-application.py
+       usr/lib/ubuntu-mate/common/version.py
+       usr/lib/ubuntu-mate/mate-menu/capi.py
+       usr/lib/ubuntu-mate/mate-menu/compile.py
+       usr/lib/ubuntu-mate/mate-menu/mate-menu-config.py
+       usr/lib/ubuntu-mate/mate-menu/mate-menu.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/__init__.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/applications.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/easybuttons.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/easyfiles.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/easygsettings.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/execute.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/filemonitor.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/get_apt_cache.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/places.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/recent.py
+       usr/lib/ubuntu-mate/mate-menu/plugins/system_management.py
+       usr/lib/ubuntu-mate/mate-menu/pointerMonitor.py
+       COPYING
+       README.md
+       makepot
+       mate-menu.pot
+       test
+Copyright: 2007-2014, Clement Lefebvre <root at linuxmint.com>
+           2015, Martin Wimpress <code at ubuntu-mate.org>
+License: GPL-2+
+
+Files: usr/lib/ubuntu-mate/mate-menu/keybinding.py
+Copyright: 2008, Luca Bruno <lethalman88 at gmail.com>
+           2013, Ozcan Esen <ozcanesen at gmail.com>
+License: GPL2+
+
+Files: debian/*
+Copyright: 2014-2015, Martin Wimpress <code at ubuntu-mate.org>
+           2015, Mike Gabriel <sunweaver at debian.org>
+           2015, Vangelis Mouhtsis <vangelis at gnugr.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2 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.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..73752c9
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+usr
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..f403c2d
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1 @@
+image-file-in-usr-lib
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..76fe3a1
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,41 @@
+#!/bin/sh
+# postinst script 
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+#
+
+case "$1" in
+    configure)
+	glib-compile-schemas /usr/share/glib-2.0/schemas
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..12150c7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+DHFLAGS=--parallel
+
+%:
+	dh $@ $(DHFLAGS) --with python2
+
+override_dh_auto_configure:
+	NONCONFIGURE=1 ./autogen.sh
+	dh_auto_configure $(DHFLAGS) --
+
+get-orig-source:
+	uscan --nonconf --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)

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



More information about the pkg-mate-commits mailing list