[SCM] mate-menus Debian package branch, master, updated. e7ce4835813c3ac64d7775b450e14bcefd626288
Mike Gabriel
sunweaver at moszumanska.debian.org
Mon Dec 23 20:41:23 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-menus.git;a=commitdiff;h=e7ce483
The following commit has been merged in the master branch:
commit e7ce4835813c3ac64d7775b450e14bcefd626288
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Dec 23 21:41:20 2013 +0100
start working on mate-menus...
---
debian/changelog | 4 +-
debian/control | 9 ++--
debian/copyright | 123 ++++++++++++++++++++++++++++++++++++-------------------
debian/rules | 2 +-
4 files changed, 89 insertions(+), 49 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dd6de28..fb6305d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-mate-menus (1.6.0-2) unstable; urgency=low
+mate-menus (1.6.0-1) UNRELEASED; urgency=low
- * Initial release.
+ * Initial release. (Closes: #XXXXX).
-- Stefano Karapetsas <stefano at karapetsas.com> Sun, 20 Oct 2013 14:17:33 +0200
diff --git a/debian/control b/debian/control
index b1fe894..5a503e9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
gobject-introspection,
libgirepository1.0-dev,
mate-common
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://www.mate-desktop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-menus.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-menus.git
@@ -34,6 +34,7 @@ Description: implementation of the freedesktop menu specification for MATE
Package: libmate-menu2
Architecture: any
+Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
@@ -51,6 +52,7 @@ Description: implementation of the freedesktop menu specification for MATE (libr
Package: libmate-menu-dev
Architecture: any
+Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends},
@@ -96,10 +98,11 @@ Description: implementation of the freedesktop menu specification for MATE (pyth
.
This package contains the python bindings.
-Package: mate-menus-dbg
+Package: libmate-menu2-dbg
+Architecture: any
+Multi-Arch: same
Section: debug
Priority: extra
-Architecture: any
Depends: ${misc:Depends},
mate-menus (= ${binary:Version}),
libmate-menu2 (= ${binary:Version})
diff --git a/debian/copyright b/debian/copyright
index 6bf8ddf..df9f9b3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,43 +1,80 @@
-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.
-
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mate-menus
+Upstream-Contact: Stefano Karapetsas <stefano at karapetsas.com>
+Source: http://pub.mate-desktop.org/releases/
+
+Files: libmenu/desktop-entries.c
+ libmenu/desktop-entries.h
+ libmenu/entry-directories.c
+ libmenu/entry-directories.h
+ libmenu/matemenu-tree.c
+ libmenu/matemenu-tree.h
+ libmenu/menu-layout.c
+ libmenu/menu-layout.h
+ libmenu/menu-util.c
+ libmenu/menu-util.h
+ python/matemenu.c
+ util/test-menu-spec.c
+Copyright: 2002-2005 Red Hat, Inc
+License: LGPL-2+
+
+Files: libmenu/canonicalize.c
+ libmenu/canonicalize.h
+Copyright: 1996-2002, Free Software Foundation, Inc
+ 2002, Red Hat, Inc. (trivial port to GLib)
+License: LGPL-2.1+
+
+Files: util/mate-menus-ls.py
+Copyright: 2008, Novell, Inc
+License: GPL-2+
+
+Files: libmenu/menu-monitor.c
+Copyright: 2005, Red Hat, Inc
+ 2006, Mark McLoughlin
+ 2007, Sebastian Dröge
+ 2008, Vincent Untz
+License: LGPL-2+
+
+Files: libmenu/menu-monitor.h
+Copyright: 2005, Red Hat, Inc
+ 2011, Perberos
+License: LGPL-2+
+
+Files: autogen.sh
+Copyright: *No copyright*
+License: UNKNOWN
+
+Files: debian/*
+Copyright: 2011-2013 Stefano Karapetsas <stefano at karapetsas.com>
+ 2013 Mike Gabriel <sunweaver at debian.org>
+License: GPL-2+ or LGPL-2+
+
+License: UNKNOWN
+ Specified files lack copyright/license information in the
+ (non-present) file header.
+
+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 opinion) 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 Genaral Public License for more details.
+ .
+ You should have received a copy og 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".
+
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version LGPL-2 can be found in "/usr/share/common-licenses/LGPL-2".
diff --git a/debian/rules b/debian/rules
index 98e29ab..a32e715 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_install:
dh_install --list-missing
override_dh_strip:
- dh_strip --dbg-package=mate-menus-dbg
+ dh_strip -p libmate-menu2 --dbg-package=libmate-menu2-dbg
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..
--
mate-menus Debian package
More information about the pkg-mate-commits
mailing list