[SCM] mate-menu-editor Debian package branch, master, updated. 6d3a97a066ead846f1ff3447fdeb44979fb3a186

Mike Gabriel sunweaver at alioth.debian.org
Thu Aug 15 22:44:07 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-menu-editor.git;a=commitdiff;h=6d3a97a

The following commit has been merged in the master branch:
commit 6d3a97a066ead846f1ff3447fdeb44979fb3a186
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Aug 16 00:43:12 2013 +0200

    add /debian packaging folder as provided by upstream internal packaging repos
---
 debian/changelog     |   35 +++++++++++++++++++++++++++++++++++
 debian/compat        |    1 +
 debian/control       |   35 +++++++++++++++++++++++++++++++++++
 debian/copyright     |   43 +++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |   16 ++++++++++++++++
 debian/source/format |    1 +
 debian/watch         |    3 +++
 7 files changed, 134 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cff832a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,35 @@
+mate-menu-editor (1.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 02 Apr 2013 17:54:37 +0200
+
+mate-menu-editor (1.5.0-1) unstable; urgency=low
+
+  * New upstream development release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 04 Dec 2012 11:16:41 +0100
+
+mate-menu-editor (1.4.0-1) unstable; urgency=low
+
+  * New upstream release. 
+
+ -- Steve Zesch <stevezesch2 at gmail.com>  Mon, 16 Jul 2012 11:47:10 -0400
+
+mate-menu-editor (1.2.0-2) unstable; urgency=low
+
+  * Rebuild for precise. 
+
+ -- Steve Zesch <stevezesch2 at gmail.com>  Fri, 30 Mar 2012 21:01:23 -0400
+
+mate-menu-editor (1.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Wed, 14 Mar 2012 00:38:59 +0100
+
+mate-menu-editor (1.1.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Thu, 12 Jan 2012 20:11:17 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2ad50e5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: mate-menu-editor
+Section: utils
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Uploaders: Steve Zesch <stevezesch2 at gmail.com>
+Build-Depends: cdbs (>= 0.4.41),
+               autotools-dev,
+               debhelper (>= 8),
+               python-support (>= 0.7),
+               python (>= 2.4),
+               mate-common
+Build-Depends-Indep: intltool (>= 0.40.0),
+                     gettext,
+                     libmatemenu-dev,
+                     python-gtk2 (>= 2.13.0),
+                     python-gobject (>= 2.15.1)
+XS-Python-Version: >= 2.4
+Standards-Version: 3.9.3
+Homepage: http://www.mate-desktop.org/
+
+Package: mozo
+Architecture: all
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-gtk2 (>= 2.13.0),
+         python-mate-menu,
+         mate-menus,
+         python-gobject (>= 2.15.1)
+Recommends: mate-panel
+XB-Python-Version: ${python:Versions}
+Description: easy MATE menu editing tool
+ Mozo is an easy-to-use menu editor for MATE that can add
+ and edit new entries and menus. It works with the freedesktop.org
+ menu specification and should work with any desktop environment
+ that uses the spec.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..16a984b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+    Stefano Karapetsas <stefano at karapetsas.com> on Thu, 12 Jan 2012 20:11:17 +0100
+
+It was downloaded from:
+
+    <https://github.com/mate-desktop/mate-menu-editor>
+
+Upstream Author:
+
+    Perberos <perberos at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2011 Perberos
+
+License:
+
+    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".
+
+The Debian packaging is:
+
+    Copyright (C) 2011 Stefano Karapetsas <stefano at karapetsas.com>
+
+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.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0705a52
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_DH_INSTALL_ARGS += --list-missing
+
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
+
+DEB_CONFIGURE_EXTRA_FLAGS += pythondir=/usr/share/mozo
+
+install/mozo::
+	dh_pysupport
+
+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..8bab514
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-menu-editor-?([\d\.-]+)\.tar\.gz/mate-menu-editor-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-menu-editor/tags .*/archive/mate-menu-editor-?([\d\.]+).tar.gz

-- 
mate-menu-editor Debian package



More information about the pkg-mate-commits mailing list