Rename Pluma to Xedit

This commit is contained in:
Clement Lefebvre
2016-01-25 14:13:49 +00:00
parent 3a62ddff64
commit 4304f9ffc1
563 changed files with 112901 additions and 112901 deletions

28
debian/changelog vendored
View File

@@ -1,82 +1,82 @@
pluma (1.12.1-1) unstable; urgency=medium
xedit (1.12.1-1) unstable; urgency=medium
* New upstream bugfix release
-- Vlad Orlov <monsta@inbox.ru> Mon, 07 Dec 2015 11:18:59 +0300
pluma (1.12.0-1) unstable; urgency=medium
xedit (1.12.0-1) unstable; urgency=medium
* New upstream release
-- Clement Lefebvre <root@linuxmint.com> Tue, 03 Nov 2015 13:22:14 +0000
pluma (1.11.0-1) unstable; urgency=medium
xedit (1.11.0-1) unstable; urgency=medium
* New upstream development release
-- Vlad Orlov <monsta@inbox.ru> Thu, 15 Oct 2015 17:03:49 +0300
pluma (1.10.2-1) unstable; urgency=medium
xedit (1.10.2-1) unstable; urgency=medium
* New upstream bugfix release
-- Vlad Orlov <monsta@inbox.ru> Wed, 15 Jul 2015 17:41:57 +0300
pluma (1.10.1-1) unstable; urgency=medium
xedit (1.10.1-1) unstable; urgency=medium
* New upstream bugfix release
-- Vlad Orlov <monsta@inbox.ru> Thu, 25 Jun 2015 12:40:02 +0300
pluma (1.10.0-1) unstable; urgency=medium
xedit (1.10.0-1) unstable; urgency=medium
* New upstream release
-- Vlad Orlov <monsta@inbox.ru> Tue, 23 Jun 2015 17:11:54 +0300
pluma (1.9.90-1) unstable; urgency=low
xedit (1.9.90-1) unstable; urgency=low
* New upstream release candidate
-- Stefano Karapetsas <stefano@karapetsas.com> Mon, 06 Apr 2015 11:26:50 +0200
pluma (1.9.1-1) unstable; urgency=medium
xedit (1.9.1-1) unstable; urgency=medium
* New upstream development release
-- Stefano Karapetsas <stefano@karapetsas.com> Thu, 22 Jan 2015 11:55:31 +0100
pluma (1.9.0-1) unstable; urgency=low
xedit (1.9.0-1) unstable; urgency=low
* New upstream development release
-- Stefano Karapetsas <stefano@karapetsas.com> Tue, 22 Apr 2014 16:14:41 +0200
pluma (1.8.0-0) unstable; urgency=low
xedit (1.8.0-0) unstable; urgency=low
* New upstream release
-- Stefano Karapetsas <stefano@karapetsas.com> Thu, 06 Mar 2014 23:26:22 +0100
pluma (1.7.90-1) unstable; urgency=low
xedit (1.7.90-1) unstable; urgency=low
* New upstream development release
-- Stefano Karapetsas <stefano@karapetsas.com> Tue, 18 Feb 2014 22:05:43 +0100
pluma (1.7.2-1) unstable; urgency=low
xedit (1.7.2-1) unstable; urgency=low
* New upstream development release
-- Stefano Karapetsas <stefano@karapetsas.com> Thu, 13 Feb 2014 22:35:30 +0100
pluma (1.7.1-1) unstable; urgency=low
xedit (1.7.1-1) unstable; urgency=low
* New upstream development release.
-- Stefano Karapetsas <stefano@karapetsas.com> Sat, 18 Jan 2014 13:49:19 +0100
pluma (1.7.0-1) unstable; urgency=low
xedit (1.7.0-1) unstable; urgency=low
* New upstream development release.

62
debian/control vendored
View File

@@ -1,4 +1,4 @@
Source: pluma
Source: xedit
Section: x11
Priority: optional
Maintainer: Stefano Karapetsas <stefano@karapetsas.com>
@@ -24,11 +24,11 @@ Build-Depends: autotools-dev,
Standards-Version: 3.9.6
Homepage: http://www.mate-desktop.org/
Package: pluma
Package: xedit
Architecture: any
Depends: iso-codes,
mate-desktop-common,
pluma-common (= ${source:Version}),
xedit-common (= ${source:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends},
@@ -38,113 +38,113 @@ Breaks: mate-text-editor (<< 1.5.0),
Replaces: mate-text-editor (<< 1.5.0),
XB-Python-Version: ${python:Versions}
Description: official text editor of the MATE desktop environment
Pluma is a text editor which supports most standard editor features,
Xedit is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Pluma is a graphical application which
found in simple text editors. Xedit is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Pluma fully supports international text through its use of the
Xedit fully supports international text through its use of the
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Pluma is also extensible through its plugin system, which currently
Xedit is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
Package: pluma-common
Package: xedit-common
Architecture: all
Depends: python,
${misc:Depends},
Breaks: mate-text-editor (<< 1.5.0),
Description: official text editor of the MATE desktop environment (common files)
Pluma is a text editor which supports most standard editor features,
Xedit is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Pluma is a graphical application which
found in simple text editors. Xedit is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Pluma fully supports international text through its use of the
Xedit fully supports international text through its use of the
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Pluma is also extensible through its plugin system, which currently
Xedit is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.
This package contains the architecture independent files.
Package: pluma-dev
Package: xedit-dev
Architecture: any
Section: devel
Depends: pluma (= ${binary:Version}),
Depends: xedit (= ${binary:Version}),
${misc:Depends},
Breaks: mate-text-editor (<< 1.5.0),
Description: official text editor of the MATE desktop environment (development files)
Pluma is a text editor which supports most standard editor features,
Xedit is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Pluma is a graphical application which
found in simple text editors. Xedit is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Pluma fully supports international text through its use of the
Xedit fully supports international text through its use of the
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Pluma is also extensible through its plugin system, which currently
Xedit is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.
This package contains the development files for building Pluma plugins.
This package contains the development files for building Xedit plugins.
Package: pluma-dbg
Package: xedit-dbg
Section: debug
Priority: extra
Architecture: any
Depends: pluma (= ${binary:Version}),
Depends: xedit (= ${binary:Version}),
${misc:Depends},
Description: official text editor of the MATE desktop environment (debugging symbols)
Pluma is a text editor which supports most standard editor features,
Xedit is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Pluma is a graphical application which
found in simple text editors. Xedit is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Pluma fully supports international text through its use of the
Xedit fully supports international text through its use of the
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Pluma is also extensible through its plugin system, which currently
Xedit is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.
This package contains debugging symbols for Pluma. It is
This package contains debugging symbols for Xedit. It is
provided to help debugging problems.
.
The debugging symbols are installed in /usr/lib/debug and will
automatically be used by gdb.
Package: pluma-doc
Package: xedit-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: official text editor of the MATE desktop environment (documentation files)
Pluma is a text editor which supports most standard editor features,
Xedit is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Pluma is a graphical application which
found in simple text editors. Xedit is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Pluma fully supports international text through its use of the
Xedit fully supports international text through its use of the
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Pluma is also extensible through its plugin system, which currently
Xedit is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.

406
debian/copyright vendored
View File

@@ -1,88 +1,88 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pluma (old name: mate-text-editor)
Upstream-Name: xedit (old name: mate-text-editor)
Upstream-Contact: Stefano Karapetsas <stefano@karapetsas.com>
Source: http://git.mate-desktop.org/pluma/
Source: http://git.mate-desktop.org/xedit/
Files: plugins/docinfo/pluma-docinfo-plugin.c
plugins/docinfo/pluma-docinfo-plugin.h
plugins/spell/pluma-spell-checker-dialog.c
plugins/spell/pluma-spell-checker-dialog.h
plugins/spell/pluma-spell-checker-language.h
plugins/spell/pluma-spell-checker.c
plugins/spell/pluma-spell-checker.h
plugins/spell/pluma-spell-language-dialog.c
plugins/spell/pluma-spell-language-dialog.h
plugins/spell/pluma-spell-plugin.c
plugins/spell/pluma-spell-plugin.h
plugins/taglist/pluma-taglist-plugin-panel.c
plugins/taglist/pluma-taglist-plugin-panel.h
plugins/taglist/pluma-taglist-plugin-parser.c
plugins/taglist/pluma-taglist-plugin-parser.h
plugins/taglist/pluma-taglist-plugin.c
plugins/taglist/pluma-taglist-plugin.h
plugins/time/pluma-time-plugin.c
plugins/time/pluma-time-plugin.h
pluma/dialogs/pluma-encodings-dialog.c
pluma/dialogs/pluma-encodings-dialog.h
pluma/dialogs/pluma-preferences-dialog.c
pluma/dialogs/pluma-preferences-dialog.h
pluma/dialogs/pluma-search-dialog.c
pluma/dialogs/pluma-search-dialog.h
pluma/pluma-app.c
pluma/pluma-app.h
pluma/pluma-documents-panel.c
pluma/pluma-documents-panel.h
pluma/pluma-encodings-combo-box.c
pluma/pluma-encodings-combo-box.h
pluma/pluma-encodings.h
pluma/pluma-file-chooser-dialog.c
pluma/pluma-file-chooser-dialog.h
pluma/pluma-help.c
pluma/pluma-help.h
pluma/pluma-io-error-message-area.c
pluma/pluma-io-error-message-area.h
pluma/pluma-language-manager.c
pluma/pluma-language-manager.h
pluma/pluma-metadata-manager.c
pluma/pluma-metadata-manager.h
pluma/pluma-panel.c
pluma/pluma-panel.h
pluma/pluma-plugin-manager.h
pluma/pluma-plugin.c
pluma/pluma-plugin.h
pluma/pluma-plugins-engine.c
pluma/pluma-plugins-engine.h
pluma/pluma-prefs-manager-app.c
pluma/pluma-prefs-manager-app.h
pluma/pluma-prefs-manager-private.h
pluma/pluma-prefs-manager.c
pluma/pluma-prefs-manager.h
pluma/pluma-progress-message-area.c
pluma/pluma-progress-message-area.h
pluma/pluma-tab.c
pluma/pluma-tab.h
pluma/pluma-ui.h
pluma/pluma-ui.xml
pluma/pluma-window-private.h
pluma/pluma-window.c
pluma/pluma-window.h
pluma/pluma.c
Files: plugins/docinfo/xedit-docinfo-plugin.c
plugins/docinfo/xedit-docinfo-plugin.h
plugins/spell/xedit-spell-checker-dialog.c
plugins/spell/xedit-spell-checker-dialog.h
plugins/spell/xedit-spell-checker-language.h
plugins/spell/xedit-spell-checker.c
plugins/spell/xedit-spell-checker.h
plugins/spell/xedit-spell-language-dialog.c
plugins/spell/xedit-spell-language-dialog.h
plugins/spell/xedit-spell-plugin.c
plugins/spell/xedit-spell-plugin.h
plugins/taglist/xedit-taglist-plugin-panel.c
plugins/taglist/xedit-taglist-plugin-panel.h
plugins/taglist/xedit-taglist-plugin-parser.c
plugins/taglist/xedit-taglist-plugin-parser.h
plugins/taglist/xedit-taglist-plugin.c
plugins/taglist/xedit-taglist-plugin.h
plugins/time/xedit-time-plugin.c
plugins/time/xedit-time-plugin.h
xedit/dialogs/xedit-encodings-dialog.c
xedit/dialogs/xedit-encodings-dialog.h
xedit/dialogs/xedit-preferences-dialog.c
xedit/dialogs/xedit-preferences-dialog.h
xedit/dialogs/xedit-search-dialog.c
xedit/dialogs/xedit-search-dialog.h
xedit/xedit-app.c
xedit/xedit-app.h
xedit/xedit-documents-panel.c
xedit/xedit-documents-panel.h
xedit/xedit-encodings-combo-box.c
xedit/xedit-encodings-combo-box.h
xedit/xedit-encodings.h
xedit/xedit-file-chooser-dialog.c
xedit/xedit-file-chooser-dialog.h
xedit/xedit-help.c
xedit/xedit-help.h
xedit/xedit-io-error-message-area.c
xedit/xedit-io-error-message-area.h
xedit/xedit-language-manager.c
xedit/xedit-language-manager.h
xedit/xedit-metadata-manager.c
xedit/xedit-metadata-manager.h
xedit/xedit-panel.c
xedit/xedit-panel.h
xedit/xedit-plugin-manager.h
xedit/xedit-plugin.c
xedit/xedit-plugin.h
xedit/xedit-plugins-engine.c
xedit/xedit-plugins-engine.h
xedit/xedit-prefs-manager-app.c
xedit/xedit-prefs-manager-app.h
xedit/xedit-prefs-manager-private.h
xedit/xedit-prefs-manager.c
xedit/xedit-prefs-manager.h
xedit/xedit-progress-message-area.c
xedit/xedit-progress-message-area.h
xedit/xedit-tab.c
xedit/xedit-tab.h
xedit/xedit-ui.h
xedit/xedit-ui.xml
xedit/xedit-window-private.h
xedit/xedit-window.c
xedit/xedit-window.h
xedit/xedit.c
Copyright: 2001-2007, Paolo Maggi
License: GPL-2+
Files: plugins/filebrowser/pluma-file-bookmarks-store.c
plugins/filebrowser/pluma-file-bookmarks-store.h
plugins/filebrowser/pluma-file-browser-error.h
plugins/filebrowser/pluma-file-browser-messages.h
plugins/filebrowser/pluma-file-browser-plugin.c
plugins/filebrowser/pluma-file-browser-plugin.h
plugins/filebrowser/pluma-file-browser-store.c
plugins/filebrowser/pluma-file-browser-store.h
plugins/filebrowser/pluma-file-browser-utils.c
plugins/filebrowser/pluma-file-browser-view.c
plugins/filebrowser/pluma-file-browser-view.h
plugins/filebrowser/pluma-file-browser-widget.c
plugins/filebrowser/pluma-file-browser-widget.h
Files: plugins/filebrowser/xedit-file-bookmarks-store.c
plugins/filebrowser/xedit-file-bookmarks-store.h
plugins/filebrowser/xedit-file-browser-error.h
plugins/filebrowser/xedit-file-browser-messages.h
plugins/filebrowser/xedit-file-browser-plugin.c
plugins/filebrowser/xedit-file-browser-plugin.h
plugins/filebrowser/xedit-file-browser-store.c
plugins/filebrowser/xedit-file-browser-store.h
plugins/filebrowser/xedit-file-browser-utils.c
plugins/filebrowser/xedit-file-browser-view.c
plugins/filebrowser/xedit-file-browser-view.h
plugins/filebrowser/xedit-file-browser-widget.c
plugins/filebrowser/xedit-file-browser-widget.h
plugins/snippets/snippets/Document.py
plugins/snippets/snippets/Helper.py
plugins/snippets/snippets/Library.py
@@ -96,98 +96,98 @@ Files: plugins/filebrowser/pluma-file-bookmarks-store.c
Copyright: 2005-2008, Jesse van den Kieboom <jesse@icecrew.nl>
License: GPL-2+
Files: plugin-loaders/c/pluma-plugin-loader-c.c
plugin-loaders/c/pluma-plugin-loader-c.h
plugin-loaders/python/pluma-plugin-loader-python.c
plugin-loaders/python/pluma-plugin-loader-python.h
Files: plugin-loaders/c/xedit-plugin-loader-c.c
plugin-loaders/c/xedit-plugin-loader-c.h
plugin-loaders/python/xedit-plugin-loader-python.c
plugin-loaders/python/xedit-plugin-loader-python.h
plugins/quickopen/quickopen/__init__.py
plugins/quickopen/quickopen/popup.py
plugins/quickopen/quickopen/virtualdirs.py
plugins/quickopen/quickopen/windowhelper.py
plugins/spell/pluma-spell-utils.c
plugins/spell/pluma-spell-utils.h
pluma/pluma-plugin-loader.c
pluma/pluma-plugin-loader.h
pluma/pluma-status-combo-box.c
pluma/pluma-status-combo-box.h
plugins/spell/xedit-spell-utils.c
plugins/spell/xedit-spell-utils.h
xedit/xedit-plugin-loader.c
xedit/xedit-plugin-loader.h
xedit/xedit-status-combo-box.c
xedit/xedit-status-combo-box.h
tests/document-loader.c
tests/document-saver.c
Copyright: 2008-2010, Jesse van den Kieboom
License: GPL-2+
Files: pluma/pluma-commands-documents.c
pluma/pluma-commands-edit.c
pluma/pluma-commands-file-print.c
pluma/pluma-commands-file.c
pluma/pluma-commands-search.c
pluma/pluma-commands-view.c
pluma/pluma-commands.h
pluma/pluma-debug.c
pluma/pluma-debug.h
pluma/pluma-document.c
pluma/pluma-document.h
pluma/pluma-utils.c
pluma/pluma-utils.h
pluma/pluma-view.c
pluma/pluma-view.h
Files: xedit/xedit-commands-documents.c
xedit/xedit-commands-edit.c
xedit/xedit-commands-file-print.c
xedit/xedit-commands-file.c
xedit/xedit-commands-search.c
xedit/xedit-commands-view.c
xedit/xedit-commands.h
xedit/xedit-debug.c
xedit/xedit-debug.h
xedit/xedit-document.c
xedit/xedit-document.h
xedit/xedit-utils.c
xedit/xedit-utils.h
xedit/xedit-view.c
xedit/xedit-view.h
Copyright: 1998-1999, Alex Roberts, Evan Lawrence
2000-2002, Chema Celorio, Paolo Maggi
2002-2006, Paolo Maggi
License: GPL-2+
Files: plugins/changecase/pluma-changecase-plugin.c
plugins/changecase/pluma-changecase-plugin.h
pluma/pluma-close-button.c
pluma/pluma-close-button.h
pluma/pluma-history-entry.c
pluma/pluma-history-entry.h
pluma/pluma-print-preview.c
pluma/pluma-print-preview.h
pluma/pluma-statusbar.c
pluma/pluma-statusbar.h
pluma/pluma-style-scheme-manager.h
pluma/pluma-tab-label.c
pluma/pluma-tab-label.h
Files: plugins/changecase/xedit-changecase-plugin.c
plugins/changecase/xedit-changecase-plugin.h
xedit/xedit-close-button.c
xedit/xedit-close-button.h
xedit/xedit-history-entry.c
xedit/xedit-history-entry.h
xedit/xedit-print-preview.c
xedit/xedit-print-preview.h
xedit/xedit-statusbar.c
xedit/xedit-statusbar.h
xedit/xedit-style-scheme-manager.h
xedit/xedit-tab-label.c
xedit/xedit-tab-label.h
Copyright: 2004-2010, Paolo Borelli
License: GPL-2+
Files: pluma/pluma-dirs.h
pluma/pluma-document-input-stream.c
pluma/pluma-document-input-stream.h
pluma/pluma-document-output-stream.c
pluma/pluma-document-output-stream.h
pluma/pluma-smart-charset-converter.c
pluma/pluma-smart-charset-converter.h
Files: xedit/xedit-dirs.h
xedit/xedit-document-input-stream.c
xedit/xedit-document-input-stream.h
xedit/xedit-document-output-stream.c
xedit/xedit-document-output-stream.h
xedit/xedit-smart-charset-converter.c
xedit/xedit-smart-charset-converter.h
tests/document-input-stream.c
tests/document-output-stream.c
tests/smart-converter.c
Copyright: 2008-2010, Ignacio Casal Quinteiro
License: GPL-2+
Files: plugins/externaltools/scripts/pluma-tool-merge.pl
Files: plugins/externaltools/scripts/xedit-tool-merge.pl
plugins/externaltools/tools/library.py
plugins/modelines/modeline-parser.c
plugins/modelines/modeline-parser.h
plugins/modelines/pluma-modeline-plugin.c
plugins/modelines/pluma-modeline-plugin.h
plugins/modelines/xedit-modeline-plugin.c
plugins/modelines/xedit-modeline-plugin.h
Copyright: 2005-2007, Steve Frécinaux <code@istique.net>
License: GPL-2+
Files: pluma/pluma-document-loader.c
pluma/pluma-document-loader.h
pluma/pluma-document-saver.h
pluma/pluma-plugin-info-priv.h
pluma/pluma-plugin-info.c
pluma/pluma-plugin-info.h
Files: xedit/xedit-document-loader.c
xedit/xedit-document-loader.h
xedit/xedit-document-saver.h
xedit/xedit-plugin-info-priv.h
xedit/xedit-plugin-info.c
xedit/xedit-plugin-info.h
Copyright: 2002-2005, Paolo Maggi
2007, Paolo Maggi
2007, Steve Frécinaux
License: GPL-2+
Files: pluma/smclient/eggdesktopfile.h
pluma/smclient/eggsmclient-private.h
pluma/smclient/eggsmclient.c
pluma/smclient/eggsmclient.h
Files: xedit/smclient/eggdesktopfile.h
xedit/smclient/eggsmclient-private.h
xedit/smclient/eggsmclient.c
xedit/smclient/eggsmclient.h
Copyright: 2007, Novell, Inc.
License: LGPL-2+
@@ -197,22 +197,22 @@ Files: plugins/externaltools/tools/__init__.py
plugins/externaltools/tools/manager.py
tools/generate-plugin.py
tools/preprocessor.py
tools/plugin_template/pluma-plugin.c
tools/plugin_template/pluma-plugin.h
tools/plugin_template/xedit-plugin.c
tools/plugin_template/xedit-plugin.h
Copyright: 2005-2006, Steve Frécinaux <steve@istique.net>
2006, Steve Frécinaux <steve@istique.net>
License: GPL-2+
Files: pluma/pluma-gio-document-loader.c
pluma/pluma-gio-document-loader.h
pluma/pluma-gio-document-saver.h
Files: xedit/xedit-gio-document-loader.c
xedit/xedit-gio-document-loader.h
xedit/xedit-gio-document-saver.h
Copyright: 2005, Paolo Maggi
2007, Paolo Maggi, Steve Frécinaux
2008, Jesse van den Kieboom
License: GPL-2+
Files: plugins/sort/pluma-sort-plugin.c
plugins/sort/pluma-sort-plugin.h
Files: plugins/sort/xedit-sort-plugin.c
plugins/sort/xedit-sort-plugin.h
Copyright: *No copyright*
License: GPL-2+
@@ -223,62 +223,62 @@ Copyright: 1998, James Henstridge <james@daa.com.au>
2006, Steve Frécinaux
License: GPL-2+
Files: pluma/bacon-message-connection.c
pluma/bacon-message-connection.h
Files: xedit/bacon-message-connection.c
xedit/bacon-message-connection.h
Copyright: 2003, Bastien Nocera <hadess@hadess.net>
License: GPL-2+
Files: pluma/pluma-print-job.c
pluma/pluma-print-job.h
Files: xedit/xedit-print-job.c
xedit/xedit-print-job.h
Copyright: 2000-2001, Chema Celorio, Paolo Maggi
2002-2008, Paolo Maggi
License: GPL-2+
Files: pluma/pluma-notebook.c
pluma/pluma-notebook.h
Files: xedit/xedit-notebook.c
xedit/xedit-notebook.h
Copyright: 2002, Christophe Fergeau
2003, Marco Pesenti Gritti
2003-2004, Christian Persch
2005, Paolo Maggi
License: GPL-2+
Files: pluma/pluma-object-module.c
pluma/pluma-object-module.h
Files: xedit/xedit-object-module.c
xedit/xedit-object-module.h
Copyright: 2003, Marco Pesenti Gritti
2003-2004, Christian Persch
2005, Paolo Maggi
2008, Jesse van den Kieboom
License: GPL-2+
Files: plugins/spell/pluma-automatic-spell-checker.c
plugins/spell/pluma-automatic-spell-checker.h
Files: plugins/spell/xedit-automatic-spell-checker.c
plugins/spell/xedit-automatic-spell-checker.h
Copyright: 2002, Evan Martin
2002, Paolo Maggi
License: GPL-2+
Files: pluma/plumatextregion.c
pluma/plumatextregion.h
Files: xedit/xedittextregion.c
xedit/xedittextregion.h
Copyright: 2002, Gustavo Giráldez <gustavo.giraldez@gmx.net>
License: GPL-2+
Files: plugins/checkupdate/pluma-check-update-plugin.c
plugins/checkupdate/pluma-check-update-plugin.h
Files: plugins/checkupdate/xedit-check-update-plugin.c
plugins/checkupdate/xedit-check-update-plugin.h
Copyright: 2009, Ignacio Casal Quinteiro <icq@gnome.org>
License: GPL-2+
Files: plugin-loaders/python/pluma-plugin-python.c
plugin-loaders/python/pluma-plugin-python.h
Files: plugin-loaders/python/xedit-plugin-python.c
plugin-loaders/python/xedit-plugin-python.h
Copyright: 2005, Raphael Slinckx
2008, Jesse van den Kieboom
License: GPL-2+
Files: pluma/dialogs/pluma-close-confirmation-dialog.c
pluma/dialogs/pluma-close-confirmation-dialog.h
Files: xedit/dialogs/xedit-close-confirmation-dialog.c
xedit/dialogs/xedit-close-confirmation-dialog.h
Copyright: 2004-2005, GNOME Foundation
License: GPL-2+
Files: pluma/pluma-session.c
pluma/pluma-session.h
Files: xedit/xedit-session.c
xedit/xedit-session.h
Copyright: 2002, Ximian, Inc.
2005, Paolo Maggi
License: GPL-2+
@@ -288,7 +288,7 @@ Files: plugins/externaltools/tools/filelookup.py
Copyright: 2009-2010, Per Arneng <per.arneng@anyplanet.com>
License: GPL-2+
Files: ./pluma/pluma-plugin-info.h
Files: ./xedit/xedit-plugin-info.h
Copyright: 2002-2005, Paolo Maggi
2007, Paolo Maggi
2007, Steve Frécinaux
@@ -300,44 +300,44 @@ Copyright: 1998, James Henstridge <james@daa.com.au>
2008, B. Clausius
License: GPL-2+
Files: pluma/pluma-commands-help.c
Files: xedit/xedit-commands-help.c
Copyright: 1998-1999, Alex Roberts, Evan Lawrence
2000-2001, Chema Celorio, Paolo Maggi
2002-2005, Paolo Maggi
2011, Perberos
License: GPL-2+
Files: plugins/spell/pluma-spell-checker-language.c
Files: plugins/spell/xedit-spell-checker-language.c
Copyright: 2003-2004, Christian Persch
2006, Paolo Maggi
License: GPL-2+
Files: pluma/pluma-dirs.c
Files: xedit/xedit-dirs.c
Copyright: 2008, Ignacio Casal Quinteiro
2011, Perberos
License: GPL-2+
Files: pluma/pluma-gio-document-saver.c
Files: xedit/xedit-gio-document-saver.c
Copyright: 2005-2006, Paolo Borelli and Paolo Maggi
2007, Paolo Borelli, Paolo Maggi, Steve Fr<46>cinaux
2008, Jesse van den Kieboom
License: GPL-2+
Files: pluma/pluma-style-scheme-manager.c
Files: xedit/xedit-style-scheme-manager.c
Copyright: 2007, Paolo Borelli and Paolo Maggi
License: GPL-2+
Files: pluma/pluma-document-saver.c
Files: xedit/xedit-document-saver.c
Copyright: 2005-2006, Paolo Borelli and Paolo Maggi
2007, Paolo Borelli, Paolo Maggi, Steve Fr<46>cinaux
License: GPL-2+
Files: pluma/pluma-plugin-manager.c
Files: xedit/xedit-plugin-manager.c
Copyright: 2002, Paolo Maggi and James Willcox
2003-2006, Paolo Maggi
License: GPL-2+
Files: pluma/pluma-encodings.c
Files: xedit/xedit-encodings.c
Copyright: 2002, Red Hat, Inc.
2002-2005, Paolo Maggi
License: GPL-2+
@@ -347,13 +347,13 @@ Copyright: 2005-2006, Steve Fr<46>cinaux <steve@istique.net>
2010, Per Arneng <per.arneng@anyplanet.com>
License: GPL-2+
Files: pluma/smclient/eggsmclient-xsmp.c
Files: xedit/smclient/eggsmclient-xsmp.c
Copyright: 1998, Carsten Schaar
1998, The Open Group
2007, Novell, Inc.
License: LGPL-2+
Files: pluma/smclient/eggdesktopfile.c
Files: xedit/smclient/eggdesktopfile.c
Copyright: 1999-2000, Red Hat Inc.
2001, George Lebl
2007, Novell, Inc.
@@ -361,7 +361,7 @@ License: LGPL-2+
Files: data/*.in.in
data/*.sh.in
data/pluma.1
data/xedit.1
data/*.convert
data/*.desktop.in.in
data/*.pc.in
@@ -382,8 +382,8 @@ Files: data/*.in.in
plugins/filebrowser/*.template
plugins/filebrowser/*-marshal.list
plugins/modelines/language-mappings
plugins/filebrowser/pluma-file-browser-messages.c
plugins/filebrowser/pluma-file-browser-utils.h
plugins/filebrowser/xedit-file-browser-messages.c
plugins/filebrowser/xedit-file-browser-utils.h
plugins/snippets/snippets/Completion.py
plugins/snippets/snippets/Exporter.py
plugins/snippets/snippets/Importer.py
@@ -392,16 +392,16 @@ Files: data/*.in.in
plugins/snippets/data/lang/snippets.lang
plugins/snippets/snippets/*.ui
plugins/taglist/*.xml.in
pluma/pluma-message-bus.c
pluma/pluma-message-bus.h
pluma/pluma-message-type.c
pluma/pluma-message-type.h
pluma/pluma-message.c
pluma/pluma-message.h
pluma/*.template
pluma/*.ui
pluma/*.rc
pluma/dialogs/*.ui
xedit/xedit-message-bus.c
xedit/xedit-message-bus.h
xedit/xedit-message-type.c
xedit/xedit-message-type.h
xedit/xedit-message.c
xedit/xedit-message.h
xedit/*.template
xedit/*.ui
xedit/*.rc
xedit/dialogs/*.ui
tests/setup-document-saver.sh
data/Makefile.am
docs/reference/Makefile.am
@@ -411,24 +411,24 @@ Files: data/*.in.in
plugin-loaders/Makefile.am
plugin-loaders/python/Makefile.am
plugin-loaders/python/bindings/Makefile.am
plugin-loaders/python/bindings/pluma.defs
plugin-loaders/python/bindings/pluma.override
plugin-loaders/python/bindings/plumacommands.defs
plugin-loaders/python/bindings/plumacommands.override
plugin-loaders/python/bindings/plumamessage.override
plugin-loaders/python/bindings/plumaplugin.override
plugin-loaders/python/bindings/plumautils.defs
plugin-loaders/python/bindings/plumautils.override
plugin-loaders/python/bindings/xedit.defs
plugin-loaders/python/bindings/xedit.override
plugin-loaders/python/bindings/xeditcommands.defs
plugin-loaders/python/bindings/xeditcommands.override
plugin-loaders/python/bindings/xeditmessage.override
plugin-loaders/python/bindings/xeditplugin.override
plugin-loaders/python/bindings/xeditutils.defs
plugin-loaders/python/bindings/xeditutils.override
plugins/time/Makefile.am
plugins/docinfo/Makefile.am
plugins/pythonconsole/pythonconsole/Makefile.am
plugins/pythonconsole/Makefile.am
plugins/filebrowser/Makefile.am
plugins/filebrowser/pluma-file-browser-widget-ui.xml
plugins/filebrowser/xedit-file-browser-widget-ui.xml
plugins/quickopen/quickopen/Makefile.am
plugins/quickopen/Makefile.am
plugins/spell/Makefile.am
plugins/spell/pluma-spell-marshal.list
plugins/spell/xedit-spell-marshal.list
plugins/Makefile.am
plugins/modelines/Makefile.am
plugins/externaltools/tools/Makefile.am
@@ -443,17 +443,17 @@ Files: data/*.in.in
plugins/snippets/data/Makefile.am
plugins/snippets/snippets/Makefile.am
plugins/sort/Makefile.am
pluma/pluma-marshal.list
xedit/xedit-marshal.list
po/gnome-copyrights.txt
pluma/Makefile.am
pluma/smclient/Makefile.am
pluma/dialogs/Makefile.am
xedit/Makefile.am
xedit/smclient/Makefile.am
xedit/dialogs/Makefile.am
po/LINGUAS
po/POTFILES.in
po/POTFILES.skip
tests/Makefile.am
tools/plugin_template/Makefile.am
tools/plugin_template/pluma-plugin.desktop.in
tools/plugin_template/xedit-plugin.desktop.in
.tx/config
AUTHORS
COPYING

View File

@@ -1,6 +0,0 @@
usr/bin/
usr/lib/*/pluma/plugin-loaders/*.so
usr/lib/*/pluma/plugins/
usr/lib/pluma/pluma-bugreport.sh
usr/share/applications/
usr/share/man/

6
debian/rules vendored
View File

@@ -7,8 +7,8 @@ DHFLAGS=--parallel
override_dh_install:
rm -f debian/tmp/usr/share/MateConf/gsettings/*.convert
rm -rfv debian/tmp/usr/lib/*/pluma/plugin-loaders/*.la
rm -rfv debian/tmp/usr/lib/*/pluma/plugins/*.la
rm -rfv debian/tmp/usr/lib/*/xedit/plugin-loaders/*.la
rm -rfv debian/tmp/usr/lib/*/xedit/plugins/*.la
dh_install --fail-missing
override_dh_auto_configure:
@@ -28,7 +28,7 @@ override_dh_auto_test:
DEB_BUILD_OPTIONS=nocheck dh_auto_test
override_dh_strip:
dh_strip --dbg-package=pluma-dbg
dh_strip --dbg-package=xedit-dbg
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..

4
debian/watch vendored
View File

@@ -1,3 +1,3 @@
version=3
http://git.mate-desktop.org/pluma/ \
snapshot/pluma-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz
http://git.mate-desktop.org/xedit/ \
snapshot/xedit-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz

View File

@@ -2,6 +2,6 @@ usr/share/appdata/
usr/share/glib-2.0/
usr/share/help/
usr/share/locale/
usr/share/pluma/icons/
usr/share/pluma/plugins/
usr/share/pluma/ui/
usr/share/xedit/icons/
usr/share/xedit/plugins/
usr/share/xedit/ui/

View File

@@ -1,2 +1,2 @@
# Catch false-positive lintian message
pluma-common: privacy-breach-generic usr/share/pluma/plugins/snippets/mallard.xml (http://$1/)
xedit-common: privacy-breach-generic usr/share/xedit/plugins/snippets/mallard.xml (http://$1/)

View File

@@ -1,2 +1,2 @@
usr/include/pluma/
usr/include/xedit/
usr/lib/*/pkgconfig/

6
debian/xedit.install vendored Normal file
View File

@@ -0,0 +1,6 @@
usr/bin/
usr/lib/*/xedit/plugin-loaders/*.so
usr/lib/*/xedit/plugins/
usr/lib/xedit/xedit-bugreport.sh
usr/share/applications/
usr/share/man/