[SCM] mate-desktop Debian package branch, master, updated. a28a419562865684220ddff8dd7ee82c4696659b
Mike Gabriel
sunweaver at alioth.debian.org
Thu Aug 15 22:43:43 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-desktop.git;a=commitdiff;h=a28a419
The following commit has been merged in the master branch:
commit a28a419562865684220ddff8dd7ee82c4696659b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Aug 16 00:43:10 2013 +0200
add /debian packaging folder as provided by upstream internal packaging repos
---
debian/changelog | 6 ++
debian/compat | 1 +
debian/control | 96 +++++++++++++++++++++
debian/copyright | 43 ++++++++++
debian/libmate-desktop-2-17.install | 1 +
debian/libmate-desktop-2-17.symbols | 158 +++++++++++++++++++++++++++++++++++
debian/libmate-desktop-dev.install | 3 +
debian/libmate-desktop-doc.install | 1 +
debian/mate-desktop-common.install | 6 ++
debian/mate-desktop.install | 3 +
debian/rules | 22 +++++
debian/source/format | 1 +
debian/watch | 3 +
13 files changed, 344 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..25b4f3d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+mate-desktop (1.6.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Sun, 12 May 2013 20:58:54 +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..904eac2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,96 @@
+Source: mate-desktop
+Section: x11
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ intltool,
+ libglib2.0-dev,
+ libgtk2.0-dev,
+ libstartup-notification0-dev,
+ mate-doc-utils,
+ mate-doc-utils-gnome | gnome-doc-utils,
+ libx11-dev,
+ libxrandr-dev,
+ libxml2-dev,
+ libunique-dev,
+ gtk-doc-tools,
+ python-dev,
+ python-support,
+ libglib2.0-doc,
+ libgtk2.0-doc,
+ mate-common
+Standards-Version: 3.9.4
+Homepage: http://www.mate-desktop.org/
+Vcs-Browser: https://github.com/mate-desktop/debian-packages
+Vcs-Git: git://github.com/mate-desktop/debian-packages.git
+
+Package: mate-desktop
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ libunique-1.0-0,
+ hicolor-icon-theme,
+ libmate-desktop-2-17,
+ mate-desktop-common (= ${source:Version})
+Conflicts: mate-desktop-gnome
+Description: Library with common API for various MATE modules
+ This package contains the library with common API for various MATE modules.
+
+Package: mate-desktop-common
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: mate-desktop (<< 1.1.1-1)
+Description: Library with common API for various MATE modules (common files)
+ This package contains the library with common API for various MATE modules.
+ .
+ This package contains the architecture independent files.
+
+Package: libmate-desktop-2-17
+Architecture: any
+Pre-Depends: multiarch-support
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Provides: libmatedesktop
+Conflicts: libmatedesktop
+Description: Library with common API for various MATE modules (library)
+ This package contains the library with common API for various MATE modules.
+ .
+ The package contains the library.
+
+Package: libmate-desktop-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ libmate-desktop-2-17 (= ${binary:Version}),
+ libstartup-notification0-dev
+Conflicts: libmatedesktop-dev
+Description: Library with common API for various MATE modules (development files)
+ This package contain the library with common API for various MATE modules.
+ .
+ This package contains the development files.
+
+Package: libmate-desktop-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: libmatedesktop-doc
+Description: Library with common API for various MATE modules (documentation files)
+ This package contains the library with common API for various MATE modules.
+ .
+ This package contains the documentation files.
+
+Package: mate-desktop-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+ mate-desktop (= ${binary:Version}),
+ libmate-desktop-2-17 (= ${binary:Version})
+Description: Library with common API for various MATE modules (debugging symbols)
+ This package contains debugging symbols for mate-desktop and the
+ libmate-desktop library. It is provided to help debugging problems.
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3d779ab
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mate-desktop
+Source: http://pub.mate-desktop.org/releases/
+
+Files: *
+Copyright: 1999-2000, 2002, 2007-2008 Red Hat, Inc
+ 2000, Eazel, Inc
+ 2008, Novell, Inc
+ 1998, Tom Tromey
+ 2001, Sid Vicious
+ 2010, Carlos Garcia Campos <carlosgc at gnome.org>
+ 2011, Perberos <perberos at gmail.com>
+ 2012, Jasmine Hassan <jasmine.aura at gmail.com>
+License: LGPL-2+
+
+Files: debian/*
+Copyright: 2011 Stefano Karapetsas <stefano at karapetsas.com>
+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 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 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+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.
+ .
+ See /usr/share/common-licenses/LGPL-2 for the full license text.
\ No newline at end of file
diff --git a/debian/libmate-desktop-2-17.install b/debian/libmate-desktop-2-17.install
new file mode 100644
index 0000000..146d0ad
--- /dev/null
+++ b/debian/libmate-desktop-2-17.install
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
\ No newline at end of file
diff --git a/debian/libmate-desktop-2-17.symbols b/debian/libmate-desktop-2-17.symbols
new file mode 100644
index 0000000..83e4bdc
--- /dev/null
+++ b/debian/libmate-desktop-2-17.symbols
@@ -0,0 +1,158 @@
+libmate-desktop-2.so.17 libmate-desktop-2-17 #MINVER#
+ _mate_desktop_init_i18n at Base 1.6.1
+ decode_edid at Base 1.6.1
+ make_display_name at Base 1.6.1
+ mate_bg_changes_with_time at Base 1.6.1
+ mate_bg_create_frame_thumbnail at Base 1.6.1
+ mate_bg_create_pixmap at Base 1.6.1
+ mate_bg_create_thumbnail at Base 1.6.1
+ mate_bg_crossfade_get_type at Base 1.6.1
+ mate_bg_crossfade_is_started at Base 1.6.1
+ mate_bg_crossfade_new at Base 1.6.1
+ mate_bg_crossfade_set_end_pixmap at Base 1.6.1
+ mate_bg_crossfade_set_start_pixmap at Base 1.6.1
+ mate_bg_crossfade_start at Base 1.6.1
+ mate_bg_crossfade_stop at Base 1.6.1
+ mate_bg_draw at Base 1.6.1
+ mate_bg_get_color at Base 1.6.1
+ mate_bg_get_draw_background at Base 1.6.1
+ mate_bg_get_filename at Base 1.6.1
+ mate_bg_get_image_size at Base 1.6.1
+ mate_bg_get_pixmap_from_root at Base 1.6.1
+ mate_bg_get_placement at Base 1.6.1
+ mate_bg_get_type at Base 1.6.1
+ mate_bg_has_multiple_sizes at Base 1.6.1
+ mate_bg_is_dark at Base 1.6.1
+ mate_bg_load_from_gsettings at Base 1.6.1
+ mate_bg_load_from_preferences at Base 1.6.1
+ mate_bg_load_from_system_gsettings at Base 1.6.1
+ mate_bg_load_from_system_preferences at Base 1.6.1
+ mate_bg_new at Base 1.6.1
+ mate_bg_save_to_gsettings at Base 1.6.1
+ mate_bg_save_to_preferences at Base 1.6.1
+ mate_bg_set_color at Base 1.6.1
+ mate_bg_set_draw_background at Base 1.6.1
+ mate_bg_set_filename at Base 1.6.1
+ mate_bg_set_pixmap_as_root at Base 1.6.1
+ mate_bg_set_pixmap_as_root_with_crossfade at Base 1.6.1
+ mate_bg_set_placement at Base 1.6.1
+ mate_desktop_item_attr_exists at Base 1.6.1
+ mate_desktop_item_clear_localestring at Base 1.6.1
+ mate_desktop_item_clear_section at Base 1.6.1
+ mate_desktop_item_copy at Base 1.6.1
+ mate_desktop_item_drop_uri_list at Base 1.6.1
+ mate_desktop_item_drop_uri_list_with_env at Base 1.6.1
+ mate_desktop_item_error_quark at Base 1.6.1
+ mate_desktop_item_exists at Base 1.6.1
+ mate_desktop_item_find_icon at Base 1.6.1
+ mate_desktop_item_get_attr_locale at Base 1.6.1
+ mate_desktop_item_get_boolean at Base 1.6.1
+ mate_desktop_item_get_entry_type at Base 1.6.1
+ mate_desktop_item_get_file_status at Base 1.6.1
+ mate_desktop_item_get_icon at Base 1.6.1
+ mate_desktop_item_get_languages at Base 1.6.1
+ mate_desktop_item_get_localestring at Base 1.6.1
+ mate_desktop_item_get_localestring_lang at Base 1.6.1
+ mate_desktop_item_get_location at Base 1.6.1
+ mate_desktop_item_get_string at Base 1.6.1
+ mate_desktop_item_get_strings at Base 1.6.1
+ mate_desktop_item_get_type at Base 1.6.1
+ mate_desktop_item_launch at Base 1.6.1
+ mate_desktop_item_launch_on_screen at Base 1.6.1
+ mate_desktop_item_launch_with_env at Base 1.6.1
+ mate_desktop_item_new at Base 1.6.1
+ mate_desktop_item_new_from_basename at Base 1.6.1
+ mate_desktop_item_new_from_file at Base 1.6.1
+ mate_desktop_item_new_from_string at Base 1.6.1
+ mate_desktop_item_new_from_uri at Base 1.6.1
+ mate_desktop_item_ref at Base 1.6.1
+ mate_desktop_item_save at Base 1.6.1
+ mate_desktop_item_set_boolean at Base 1.6.1
+ mate_desktop_item_set_entry_type at Base 1.6.1
+ mate_desktop_item_set_launch_time at Base 1.6.1
+ mate_desktop_item_set_localestring at Base 1.6.1
+ mate_desktop_item_set_localestring_lang at Base 1.6.1
+ mate_desktop_item_set_location at Base 1.6.1
+ mate_desktop_item_set_location_file at Base 1.6.1
+ mate_desktop_item_set_string at Base 1.6.1
+ mate_desktop_item_set_strings at Base 1.6.1
+ mate_desktop_item_unref at Base 1.6.1
+ mate_desktop_prepend_terminal_to_vector at Base 1.6.1
+ mate_desktop_thumbnail_factory_can_thumbnail at Base 1.6.1
+ mate_desktop_thumbnail_factory_create_failed_thumbnail at Base 1.6.1
+ mate_desktop_thumbnail_factory_generate_thumbnail at Base 1.6.1
+ mate_desktop_thumbnail_factory_get_type at Base 1.6.1
+ mate_desktop_thumbnail_factory_has_valid_failed_thumbnail at Base 1.6.1
+ mate_desktop_thumbnail_factory_lookup at Base 1.6.1
+ mate_desktop_thumbnail_factory_new at Base 1.6.1
+ mate_desktop_thumbnail_factory_save_thumbnail at Base 1.6.1
+ mate_desktop_thumbnail_has_uri at Base 1.6.1
+ mate_desktop_thumbnail_is_valid at Base 1.6.1
+ mate_desktop_thumbnail_md5 at Base 1.6.1
+ mate_desktop_thumbnail_path_for_uri at Base 1.6.1
+ mate_desktop_thumbnail_scale_down_pixbuf at Base 1.6.1
+ mate_rr_config_applicable at Base 1.6.1
+ mate_rr_config_apply at Base 1.6.1
+ mate_rr_config_apply_from_filename at Base 1.6.1
+ mate_rr_config_apply_from_filename_with_time at Base 1.6.1
+ mate_rr_config_apply_stored at Base 1.6.1
+ mate_rr_config_apply_with_time at Base 1.6.1
+ mate_rr_config_equal at Base 1.6.1
+ mate_rr_config_free at Base 1.6.1
+ mate_rr_config_get_backup_filename at Base 1.6.1
+ mate_rr_config_get_intended_filename at Base 1.6.1
+ mate_rr_config_match at Base 1.6.1
+ mate_rr_config_new_current at Base 1.6.1
+ mate_rr_config_new_stored at Base 1.6.1
+ mate_rr_config_sanitize at Base 1.6.1
+ mate_rr_config_save at Base 1.6.1
+ mate_rr_crtc_can_drive_output at Base 1.6.1
+ mate_rr_crtc_get_current_mode at Base 1.6.1
+ mate_rr_crtc_get_current_rotation at Base 1.6.1
+ mate_rr_crtc_get_gamma at Base 1.6.1
+ mate_rr_crtc_get_id at Base 1.6.1
+ mate_rr_crtc_get_position at Base 1.6.1
+ mate_rr_crtc_get_rotations at Base 1.6.1
+ mate_rr_crtc_set_config at Base 1.6.1
+ mate_rr_crtc_set_config_with_time at Base 1.6.1
+ mate_rr_crtc_set_gamma at Base 1.6.1
+ mate_rr_crtc_supports_rotation at Base 1.6.1
+ mate_rr_error_quark at Base 1.6.1
+ mate_rr_labeler_get_color_for_output at Base 1.6.1
+ mate_rr_labeler_get_type at Base 1.6.1
+ mate_rr_labeler_hide at Base 1.6.1
+ mate_rr_labeler_new at Base 1.6.1
+ mate_rr_mode_get_freq at Base 1.6.1
+ mate_rr_mode_get_height at Base 1.6.1
+ mate_rr_mode_get_id at Base 1.6.1
+ mate_rr_mode_get_width at Base 1.6.1
+ mate_rr_output_can_clone at Base 1.6.1
+ mate_rr_output_get_connector_type at Base 1.6.1
+ mate_rr_output_get_crtc at Base 1.6.1
+ mate_rr_output_get_current_mode at Base 1.6.1
+ mate_rr_output_get_edid_data at Base 1.6.1
+ mate_rr_output_get_height_mm at Base 1.6.1
+ mate_rr_output_get_id at Base 1.6.1
+ mate_rr_output_get_is_primary at Base 1.6.1
+ mate_rr_output_get_name at Base 1.6.1
+ mate_rr_output_get_position at Base 1.6.1
+ mate_rr_output_get_preferred_mode at Base 1.6.1
+ mate_rr_output_get_width_mm at Base 1.6.1
+ mate_rr_output_is_connected at Base 1.6.1
+ mate_rr_output_is_laptop at Base 1.6.1
+ mate_rr_output_list_modes at Base 1.6.1
+ mate_rr_output_supports_mode at Base 1.6.1
+ mate_rr_screen_destroy at Base 1.6.1
+ mate_rr_screen_get_crtc_by_id at Base 1.6.1
+ mate_rr_screen_get_output_by_id at Base 1.6.1
+ mate_rr_screen_get_output_by_name at Base 1.6.1
+ mate_rr_screen_get_ranges at Base 1.6.1
+ mate_rr_screen_get_timestamps at Base 1.6.1
+ mate_rr_screen_list_clone_modes at Base 1.6.1
+ mate_rr_screen_list_crtcs at Base 1.6.1
+ mate_rr_screen_list_modes at Base 1.6.1
+ mate_rr_screen_list_outputs at Base 1.6.1
+ mate_rr_screen_new at Base 1.6.1
+ mate_rr_screen_refresh at Base 1.6.1
+ mate_rr_screen_set_primary_output at Base 1.6.1
+ mate_rr_screen_set_size at Base 1.6.1
diff --git a/debian/libmate-desktop-dev.install b/debian/libmate-desktop-dev.install
new file mode 100644
index 0000000..5be5463
--- /dev/null
+++ b/debian/libmate-desktop-dev.install
@@ -0,0 +1,3 @@
+usr/include/
+usr/lib/*/*.so
+usr/lib/*/pkgconfig/
diff --git a/debian/libmate-desktop-doc.install b/debian/libmate-desktop-doc.install
new file mode 100644
index 0000000..d6da04c
--- /dev/null
+++ b/debian/libmate-desktop-doc.install
@@ -0,0 +1 @@
+usr/share/gtk-doc/
diff --git a/debian/mate-desktop-common.install b/debian/mate-desktop-common.install
new file mode 100644
index 0000000..92a8a5e
--- /dev/null
+++ b/debian/mate-desktop-common.install
@@ -0,0 +1,6 @@
+usr/share/glib-2.0/
+usr/share/libmate-desktop/
+usr/share/locale/
+usr/share/MateConf/
+usr/share/mate/
+usr/share/mate-about/
diff --git a/debian/mate-desktop.install b/debian/mate-desktop.install
new file mode 100644
index 0000000..68bc965
--- /dev/null
+++ b/debian/mate-desktop.install
@@ -0,0 +1,3 @@
+usr/bin/
+usr/share/applications/
+usr/share/man/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..48fb3ca
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_install:
+ rm -f debian/tmp/usr/lib/*/*.la
+ rm -rf debian/tmp/usr/share/omf/
+ dh_install --list-missing
+
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --disable-static \
+ --disable-scrollkeeper \
+ --disable-schemas-compile \
+ --enable-gtk-doc
+
+override_dh_strip:
+ dh_strip --dbg-package=mate-desktop-dbg
+
+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..2f56d5c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-desktop-?([\d\.-]+)\.tar\.gz/mate-desktop-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-desktop/tags .*/archive/mate-desktop-?([\d\.]+).tar.gz
--
mate-desktop Debian package
More information about the pkg-mate-commits
mailing list