[SCM] mate-menus Debian package branch, master, updated. a988c21c4ede38b5f12b374fcd8638d06ad06a15

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


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-menus.git;a=commitdiff;h=a988c21

The following commit has been merged in the master branch:
commit a988c21c4ede38b5f12b374fcd8638d06ad06a15
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                |   67 +++++++++++++++++++++++++++++
 debian/compat                   |    1 +
 debian/control                  |   90 +++++++++++++++++++++++++++++++++++++++
 debian/copyright                |   43 +++++++++++++++++++
 debian/gir1.2-mate-menu.install |    2 +
 debian/libmatemenu-dev.install  |    3 ++
 debian/libmatemenu.install      |    1 +
 debian/mate-menus.install       |    3 ++
 debian/python-mate-menu.install |    1 +
 debian/rules                    |   11 +++++
 debian/source/format            |    1 +
 debian/watch                    |    3 ++
 12 files changed, 226 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6ae11c6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,67 @@
+mate-menus (1.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sun, 31 Mar 2013 23:18:04 +0200
+
+mate-menus (1.5.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Thu, 11 Oct 2012 10:29:38 +0200
+
+mate-menus (1.4.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Steve Zesch <stevezesch2 at gmail.com>  Fri, 13 Jul 2012 19:25:39 -0400
+
+mate-menus (1.2.0-2) unstable; urgency=low
+
+  * Rebuild for precise.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sat, 31 Mar 2012 01:01:55 +0200
+
+mate-menus (1.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Thu, 23 Feb 2012 23:14:58 +0100
+
+mate-menus (1.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Wed, 14 Dec 2011 07:48:08 +0100
+
+mate-menus (1.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sat, 10 Dec 2011 14:09:01 +0100
+
+mate-menus (1.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added python-mate-menu package.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 08 Nov 2011 01:02:57 +0100
+
+mate-menus (1.0.0-2) unstable; urgency=low
+
+  * Minor changes from stefano
+
+ -- Clement Lefebvre <root at linuxmint.com>  Sat, 05 Nov 2011 11:42:27 +0000
+
+mate-menus (1.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Clement Lefebvre <root at linuxmint.com>  Thu, 03 Nov 2011 19:22:01 +0000
+
+mate-menus (2011.10.18-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Fri, 21 Oct 2011 22:39:41 +0200
+
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..c8a966a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,90 @@
+Source: mate-menus
+Section: libs
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Uploaders: Steve Zesch <stevezesch2 at gmail.com>
+Build-Depends: debhelper (>= 8),
+               cdbs (>= 0.4.90~),
+               libglib2.0-dev,
+               python-all-dev (>= 2.6.6-3~),
+               intltool,
+               gobject-introspection,
+               libgirepository1.0-dev,
+               mate-common
+Standards-Version: 3.9.3
+Homepage: http://www.mate-desktop.org/
+X-Python-Version: >= 2.5
+
+Package: mate-menus
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         libmatemenu (= ${binary:Version}),
+         python-gtk2
+Description: implementation of the freedesktop menu specification for MATE
+ The package contains an implementation of the draft
+ "Desktop Menu Specification" from freedesktop.org:
+ .
+ http://www.freedesktop.org/Standards/menu-spec
+ .
+ Also contained here are the MATE menu layout configuration files, .directory
+ files and assorted menu related utility programs.
+
+Package: libmatemenu
+Architecture: any
+Section: libs
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Breaks: mate-menus (<= 1.0.2-1)
+Replaces: mate-menus (<= 1.0.2-1)
+Description: implementation of the freedesktop menu specification for MATE (library)
+ The package contains an implementation of the draft
+ "Desktop Menu Specification" from freedesktop.org:
+ .
+ http://www.freedesktop.org/Standards/menu-spec
+ .
+ This package contains the library.
+
+Package: libmatemenu-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libmatemenu (= ${binary:Version}),
+         mate-menus (= ${binary:Version}),
+         libglib2.0-dev 
+Description: implementation of the freedesktop menu specification for MATE (development files)
+ The package contains an implementation of the draft
+ "Desktop Menu Specification" from freedesktop.org:
+ .
+ http://www.freedesktop.org/Standards/menu-spec
+ .
+ This package contains the development files.
+
+Package: gir1.2-mate-menu
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         ${gir:Depends}
+Description: GObject introspection data for the MATE menu specification
+ This package contains introspection data for MATE menu specification, an
+ an implementation of the draft "Desktop Menu Specification" from
+ freedesktop.org
+ .
+ It can be used by packages using the GIRepository format to generate dynamic
+ bindings. 
+
+Package: python-mate-menu
+Section: python
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python-gtk2
+Description: implementation of the freedesktop menu specification for MATE (python bindings)
+ The package contains an implementation of the draft
+ "Desktop Menu Specification" from freedesktop.org.
+ .
+ This package contains the python bindings.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6bf8ddf
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+    Stefano Karapetsas <stefano at karapetsas.com> on Fri, 21 Oct 2011 22:39:41 +0200
+
+It was downloaded from:
+
+    <https://github.com/Perberos/Mate-Desktop-Environment>
+
+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/gir1.2-mate-menu.install b/debian/gir1.2-mate-menu.install
new file mode 100644
index 0000000..488890e
--- /dev/null
+++ b/debian/gir1.2-mate-menu.install
@@ -0,0 +1,2 @@
+usr/lib/gir*
+usr/share/gir*
diff --git a/debian/libmatemenu-dev.install b/debian/libmatemenu-dev.install
new file mode 100644
index 0000000..229f5c9
--- /dev/null
+++ b/debian/libmatemenu-dev.install
@@ -0,0 +1,3 @@
+usr/include
+usr/lib/pkgconfig
+usr/lib/*.so
diff --git a/debian/libmatemenu.install b/debian/libmatemenu.install
new file mode 100644
index 0000000..093956b
--- /dev/null
+++ b/debian/libmatemenu.install
@@ -0,0 +1 @@
+usr/lib/*.so.*
diff --git a/debian/mate-menus.install b/debian/mate-menus.install
new file mode 100644
index 0000000..5c65b90
--- /dev/null
+++ b/debian/mate-menus.install
@@ -0,0 +1,3 @@
+etc/
+usr/share/locale
+usr/share/mate*
diff --git a/debian/python-mate-menu.install b/debian/python-mate-menu.install
new file mode 100644
index 0000000..fc34bbe
--- /dev/null
+++ b/debian/python-mate-menu.install
@@ -0,0 +1 @@
+usr/lib/python*/*-packages/*.so
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bb388b0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/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
+
+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..d19d7fa
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-menus-?([\d\.-]+)\.tar\.gz/mate-menus-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-menus/tags .*/archive/mate-menus-?([\d\.]+).tar.gz

-- 
mate-menus Debian package



More information about the pkg-mate-commits mailing list