Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit)

This commit is contained in:
Clement Lefebvre
2016-02-04 09:20:42 +00:00
parent c8dd785ea8
commit 16eacdc3f4
487 changed files with 104410 additions and 104432 deletions

4
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
xedit (1.0.1) sarah; urgency=medium
xed (1.0.1) sarah; urgency=medium
* Remove branding from window title and menu item
* Removed more MATE references
@@ -9,7 +9,7 @@ xedit (1.0.1) sarah; urgency=medium
-- Clement Lefebvre <root@linuxmint.com> Wed, 27 Jan 2016 11:17:20 +0000
xedit (1.0.0) sarah; urgency=medium
xed (1.0.0) sarah; urgency=medium
* Initial version

62
debian/control vendored
View File

@@ -1,4 +1,4 @@
Source: xedit
Source: xed
Section: x11
Priority: optional
Maintainer: Linux Mint <root@linuxmint.com>
@@ -18,121 +18,121 @@ Build-Depends: autotools-dev,
yelp-tools,
Standards-Version: 3.9.6
Package: xedit
Package: xed
Architecture: any
Depends: iso-codes,
xedit-common (= ${source:Version}),
xed-common (= ${source:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends},
zenity
XB-Python-Version: ${python:Versions}
Description: generic text editor
Xedit is a text editor which supports most standard editor features,
Xed is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Xedit is a graphical application which
found in simple text editors. Xed is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xedit fully supports international text through its use of the
Xed 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.
.
Xedit is also extensible through its plugin system, which currently
Xed is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
Package: xedit-common
Package: xed-common
Architecture: all
Depends: python,
${misc:Depends},
Description: generic text editor (common files)
Xedit is a text editor which supports most standard editor features,
Xed is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Xedit is a graphical application which
found in simple text editors. Xed is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xedit fully supports international text through its use of the
Xed 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.
.
Xedit is also extensible through its plugin system, which currently
Xed 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: xedit-dev
Package: xed-dev
Architecture: any
Section: devel
Depends: xedit (= ${binary:Version}),
Depends: xed (= ${binary:Version}),
${misc:Depends},
Description: generic text editor (development files)
Xedit is a text editor which supports most standard editor features,
Xed is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Xedit is a graphical application which
found in simple text editors. Xed is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xedit fully supports international text through its use of the
Xed 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.
.
Xedit is also extensible through its plugin system, which currently
Xed 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 Xedit plugins.
This package contains the development files for building Xed plugins.
Package: xedit-dbg
Package: xed-dbg
Section: debug
Priority: extra
Architecture: any
Depends: xedit (= ${binary:Version}),
Depends: xed (= ${binary:Version}),
${misc:Depends},
Description: generic text editor (debugging symbols)
Xedit is a text editor which supports most standard editor features,
Xed is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Xedit is a graphical application which
found in simple text editors. Xed is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xedit fully supports international text through its use of the
Xed 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.
.
Xedit is also extensible through its plugin system, which currently
Xed 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 Xedit. It is
This package contains debugging symbols for Xed. It is
provided to help debugging problems.
.
The debugging symbols are installed in /usr/lib/debug and will
automatically be used by gdb.
Package: xedit-doc
Package: xed-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: generic text editor (documentation files)
Xedit is a text editor which supports most standard editor features,
Xed is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Xedit is a graphical application which
found in simple text editors. Xed is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xedit fully supports international text through its use of the
Xed 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.
.
Xedit is also extensible through its plugin system, which currently
Xed 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: xedit (old name: mate-text-editor)
Upstream-Name: xed (old name: mate-text-editor)
Upstream-Contact: Stefano Karapetsas <stefano@karapetsas.com>
Source: http://git.mate-desktop.org/xedit/
Source: http://git.mate-desktop.org/xed/
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
Files: plugins/docinfo/xed-docinfo-plugin.c
plugins/docinfo/xed-docinfo-plugin.h
plugins/spell/xed-spell-checker-dialog.c
plugins/spell/xed-spell-checker-dialog.h
plugins/spell/xed-spell-checker-language.h
plugins/spell/xed-spell-checker.c
plugins/spell/xed-spell-checker.h
plugins/spell/xed-spell-language-dialog.c
plugins/spell/xed-spell-language-dialog.h
plugins/spell/xed-spell-plugin.c
plugins/spell/xed-spell-plugin.h
plugins/taglist/xed-taglist-plugin-panel.c
plugins/taglist/xed-taglist-plugin-panel.h
plugins/taglist/xed-taglist-plugin-parser.c
plugins/taglist/xed-taglist-plugin-parser.h
plugins/taglist/xed-taglist-plugin.c
plugins/taglist/xed-taglist-plugin.h
plugins/time/xed-time-plugin.c
plugins/time/xed-time-plugin.h
xed/dialogs/xed-encodings-dialog.c
xed/dialogs/xed-encodings-dialog.h
xed/dialogs/xed-preferences-dialog.c
xed/dialogs/xed-preferences-dialog.h
xed/dialogs/xed-search-dialog.c
xed/dialogs/xed-search-dialog.h
xed/xed-app.c
xed/xed-app.h
xed/xed-documents-panel.c
xed/xed-documents-panel.h
xed/xed-encodings-combo-box.c
xed/xed-encodings-combo-box.h
xed/xed-encodings.h
xed/xed-file-chooser-dialog.c
xed/xed-file-chooser-dialog.h
xed/xed-help.c
xed/xed-help.h
xed/xed-io-error-message-area.c
xed/xed-io-error-message-area.h
xed/xed-language-manager.c
xed/xed-language-manager.h
xed/xed-metadata-manager.c
xed/xed-metadata-manager.h
xed/xed-panel.c
xed/xed-panel.h
xed/xed-plugin-manager.h
xed/xed-plugin.c
xed/xed-plugin.h
xed/xed-plugins-engine.c
xed/xed-plugins-engine.h
xed/xed-prefs-manager-app.c
xed/xed-prefs-manager-app.h
xed/xed-prefs-manager-private.h
xed/xed-prefs-manager.c
xed/xed-prefs-manager.h
xed/xed-progress-message-area.c
xed/xed-progress-message-area.h
xed/xed-tab.c
xed/xed-tab.h
xed/xed-ui.h
xed/xed-ui.xml
xed/xed-window-private.h
xed/xed-window.c
xed/xed-window.h
xed/xed.c
Copyright: 2001-2007, Paolo Maggi
License: GPL-2+
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
Files: plugins/filebrowser/xed-file-bookmarks-store.c
plugins/filebrowser/xed-file-bookmarks-store.h
plugins/filebrowser/xed-file-browser-error.h
plugins/filebrowser/xed-file-browser-messages.h
plugins/filebrowser/xed-file-browser-plugin.c
plugins/filebrowser/xed-file-browser-plugin.h
plugins/filebrowser/xed-file-browser-store.c
plugins/filebrowser/xed-file-browser-store.h
plugins/filebrowser/xed-file-browser-utils.c
plugins/filebrowser/xed-file-browser-view.c
plugins/filebrowser/xed-file-browser-view.h
plugins/filebrowser/xed-file-browser-widget.c
plugins/filebrowser/xed-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/xedit-file-bookmarks-store.c
Copyright: 2005-2008, Jesse van den Kieboom <jesse@icecrew.nl>
License: GPL-2+
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
Files: plugin-loaders/c/xed-plugin-loader-c.c
plugin-loaders/c/xed-plugin-loader-c.h
plugin-loaders/python/xed-plugin-loader-python.c
plugin-loaders/python/xed-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/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
plugins/spell/xed-spell-utils.c
plugins/spell/xed-spell-utils.h
xed/xed-plugin-loader.c
xed/xed-plugin-loader.h
xed/xed-status-combo-box.c
xed/xed-status-combo-box.h
tests/document-loader.c
tests/document-saver.c
Copyright: 2008-2010, Jesse van den Kieboom
License: GPL-2+
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
Files: xed/xed-commands-documents.c
xed/xed-commands-edit.c
xed/xed-commands-file-print.c
xed/xed-commands-file.c
xed/xed-commands-search.c
xed/xed-commands-view.c
xed/xed-commands.h
xed/xed-debug.c
xed/xed-debug.h
xed/xed-document.c
xed/xed-document.h
xed/xed-utils.c
xed/xed-utils.h
xed/xed-view.c
xed/xed-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/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
Files: plugins/changecase/xed-changecase-plugin.c
plugins/changecase/xed-changecase-plugin.h
xed/xed-close-button.c
xed/xed-close-button.h
xed/xed-history-entry.c
xed/xed-history-entry.h
xed/xed-print-preview.c
xed/xed-print-preview.h
xed/xed-statusbar.c
xed/xed-statusbar.h
xed/xed-style-scheme-manager.h
xed/xed-tab-label.c
xed/xed-tab-label.h
Copyright: 2004-2010, Paolo Borelli
License: GPL-2+
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
Files: xed/xed-dirs.h
xed/xed-document-input-stream.c
xed/xed-document-input-stream.h
xed/xed-document-output-stream.c
xed/xed-document-output-stream.h
xed/xed-smart-charset-converter.c
xed/xed-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/xedit-tool-merge.pl
Files: plugins/externaltools/scripts/xed-tool-merge.pl
plugins/externaltools/tools/library.py
plugins/modelines/modeline-parser.c
plugins/modelines/modeline-parser.h
plugins/modelines/xedit-modeline-plugin.c
plugins/modelines/xedit-modeline-plugin.h
plugins/modelines/xed-modeline-plugin.c
plugins/modelines/xed-modeline-plugin.h
Copyright: 2005-2007, Steve Frécinaux <code@istique.net>
License: GPL-2+
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
Files: xed/xed-document-loader.c
xed/xed-document-loader.h
xed/xed-document-saver.h
xed/xed-plugin-info-priv.h
xed/xed-plugin-info.c
xed/xed-plugin-info.h
Copyright: 2002-2005, Paolo Maggi
2007, Paolo Maggi
2007, Steve Frécinaux
License: GPL-2+
Files: xedit/smclient/eggdesktopfile.h
xedit/smclient/eggsmclient-private.h
xedit/smclient/eggsmclient.c
xedit/smclient/eggsmclient.h
Files: xed/smclient/eggdesktopfile.h
xed/smclient/eggsmclient-private.h
xed/smclient/eggsmclient.c
xed/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/xedit-plugin.c
tools/plugin_template/xedit-plugin.h
tools/plugin_template/xed-plugin.c
tools/plugin_template/xed-plugin.h
Copyright: 2005-2006, Steve Frécinaux <steve@istique.net>
2006, Steve Frécinaux <steve@istique.net>
License: GPL-2+
Files: xedit/xedit-gio-document-loader.c
xedit/xedit-gio-document-loader.h
xedit/xedit-gio-document-saver.h
Files: xed/xed-gio-document-loader.c
xed/xed-gio-document-loader.h
xed/xed-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/xedit-sort-plugin.c
plugins/sort/xedit-sort-plugin.h
Files: plugins/sort/xed-sort-plugin.c
plugins/sort/xed-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: xedit/bacon-message-connection.c
xedit/bacon-message-connection.h
Files: xed/bacon-message-connection.c
xed/bacon-message-connection.h
Copyright: 2003, Bastien Nocera <hadess@hadess.net>
License: GPL-2+
Files: xedit/xedit-print-job.c
xedit/xedit-print-job.h
Files: xed/xed-print-job.c
xed/xed-print-job.h
Copyright: 2000-2001, Chema Celorio, Paolo Maggi
2002-2008, Paolo Maggi
License: GPL-2+
Files: xedit/xedit-notebook.c
xedit/xedit-notebook.h
Files: xed/xed-notebook.c
xed/xed-notebook.h
Copyright: 2002, Christophe Fergeau
2003, Marco Pesenti Gritti
2003-2004, Christian Persch
2005, Paolo Maggi
License: GPL-2+
Files: xedit/xedit-object-module.c
xedit/xedit-object-module.h
Files: xed/xed-object-module.c
xed/xed-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/xedit-automatic-spell-checker.c
plugins/spell/xedit-automatic-spell-checker.h
Files: plugins/spell/xed-automatic-spell-checker.c
plugins/spell/xed-automatic-spell-checker.h
Copyright: 2002, Evan Martin
2002, Paolo Maggi
License: GPL-2+
Files: xedit/xedittextregion.c
xedit/xedittextregion.h
Files: xed/xedtextregion.c
xed/xedtextregion.h
Copyright: 2002, Gustavo Giráldez <gustavo.giraldez@gmx.net>
License: GPL-2+
Files: plugins/checkupdate/xedit-check-update-plugin.c
plugins/checkupdate/xedit-check-update-plugin.h
Files: plugins/checkupdate/xed-check-update-plugin.c
plugins/checkupdate/xed-check-update-plugin.h
Copyright: 2009, Ignacio Casal Quinteiro <icq@gnome.org>
License: GPL-2+
Files: plugin-loaders/python/xedit-plugin-python.c
plugin-loaders/python/xedit-plugin-python.h
Files: plugin-loaders/python/xed-plugin-python.c
plugin-loaders/python/xed-plugin-python.h
Copyright: 2005, Raphael Slinckx
2008, Jesse van den Kieboom
License: GPL-2+
Files: xedit/dialogs/xedit-close-confirmation-dialog.c
xedit/dialogs/xedit-close-confirmation-dialog.h
Files: xed/dialogs/xed-close-confirmation-dialog.c
xed/dialogs/xed-close-confirmation-dialog.h
Copyright: 2004-2005, GNOME Foundation
License: GPL-2+
Files: xedit/xedit-session.c
xedit/xedit-session.h
Files: xed/xed-session.c
xed/xed-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: ./xedit/xedit-plugin-info.h
Files: ./xed/xed-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: xedit/xedit-commands-help.c
Files: xed/xed-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/xedit-spell-checker-language.c
Files: plugins/spell/xed-spell-checker-language.c
Copyright: 2003-2004, Christian Persch
2006, Paolo Maggi
License: GPL-2+
Files: xedit/xedit-dirs.c
Files: xed/xed-dirs.c
Copyright: 2008, Ignacio Casal Quinteiro
2011, Perberos
License: GPL-2+
Files: xedit/xedit-gio-document-saver.c
Files: xed/xed-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: xedit/xedit-style-scheme-manager.c
Files: xed/xed-style-scheme-manager.c
Copyright: 2007, Paolo Borelli and Paolo Maggi
License: GPL-2+
Files: xedit/xedit-document-saver.c
Files: xed/xed-document-saver.c
Copyright: 2005-2006, Paolo Borelli and Paolo Maggi
2007, Paolo Borelli, Paolo Maggi, Steve Fr<46>cinaux
License: GPL-2+
Files: xedit/xedit-plugin-manager.c
Files: xed/xed-plugin-manager.c
Copyright: 2002, Paolo Maggi and James Willcox
2003-2006, Paolo Maggi
License: GPL-2+
Files: xedit/xedit-encodings.c
Files: xed/xed-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: xedit/smclient/eggsmclient-xsmp.c
Files: xed/smclient/eggsmclient-xsmp.c
Copyright: 1998, Carsten Schaar
1998, The Open Group
2007, Novell, Inc.
License: LGPL-2+
Files: xedit/smclient/eggdesktopfile.c
Files: xed/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/xedit.1
data/xed.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/xedit-file-browser-messages.c
plugins/filebrowser/xedit-file-browser-utils.h
plugins/filebrowser/xed-file-browser-messages.c
plugins/filebrowser/xed-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
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
xed/xed-message-bus.c
xed/xed-message-bus.h
xed/xed-message-type.c
xed/xed-message-type.h
xed/xed-message.c
xed/xed-message.h
xed/*.template
xed/*.ui
xed/*.rc
xed/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/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
plugin-loaders/python/bindings/xed.defs
plugin-loaders/python/bindings/xed.override
plugin-loaders/python/bindings/xedcommands.defs
plugin-loaders/python/bindings/xedcommands.override
plugin-loaders/python/bindings/xedmessage.override
plugin-loaders/python/bindings/xedplugin.override
plugin-loaders/python/bindings/xedutils.defs
plugin-loaders/python/bindings/xedutils.override
plugins/time/Makefile.am
plugins/docinfo/Makefile.am
plugins/pythonconsole/pythonconsole/Makefile.am
plugins/pythonconsole/Makefile.am
plugins/filebrowser/Makefile.am
plugins/filebrowser/xedit-file-browser-widget-ui.xml
plugins/filebrowser/xed-file-browser-widget-ui.xml
plugins/quickopen/quickopen/Makefile.am
plugins/quickopen/Makefile.am
plugins/spell/Makefile.am
plugins/spell/xedit-spell-marshal.list
plugins/spell/xed-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
xedit/xedit-marshal.list
xed/xed-marshal.list
po/gnome-copyrights.txt
xedit/Makefile.am
xedit/smclient/Makefile.am
xedit/dialogs/Makefile.am
xed/Makefile.am
xed/smclient/Makefile.am
xed/dialogs/Makefile.am
po/LINGUAS
po/POTFILES.in
po/POTFILES.skip
tests/Makefile.am
tools/plugin_template/Makefile.am
tools/plugin_template/xedit-plugin.desktop.in
tools/plugin_template/xed-plugin.desktop.in
.tx/config
AUTHORS
COPYING

6
debian/rules vendored
View File

@@ -6,8 +6,8 @@ DHFLAGS=--parallel
dh $@ $(DHFLAGS)
override_dh_install:
rm -rfv debian/tmp/usr/lib/*/xedit/plugin-loaders/*.la
rm -rfv debian/tmp/usr/lib/*/xedit/plugins/*.la
rm -rfv debian/tmp/usr/lib/*/xed/plugin-loaders/*.la
rm -rfv debian/tmp/usr/lib/*/xed/plugins/*.la
dh_install --fail-missing
override_dh_auto_configure:
@@ -27,7 +27,7 @@ override_dh_auto_test:
DEB_BUILD_OPTIONS=nocheck dh_auto_test
override_dh_strip:
dh_strip --dbg-package=xedit-dbg
dh_strip --dbg-package=xed-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/xedit/ \
snapshot/xedit-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz
http://git.mate-desktop.org/xed/ \
snapshot/xed-(\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/xedit/icons/
usr/share/xedit/plugins/
usr/share/xedit/ui/
usr/share/xed/icons/
usr/share/xed/plugins/
usr/share/xed/ui/

2
debian/xed-common.lintian-overrides vendored Normal file
View File

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

View File

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

6
debian/xed.install vendored Normal file
View File

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

View File

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

View File

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

10
debian/xedit.postrm vendored
View File

@@ -1,10 +0,0 @@
#!/bin/sh
set -e
if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
dpkg-divert --package xedit --remove --rename --divert /usr/bin/x11edit /usr/bin/xedit
dpkg-divert --package xedit --remove --rename --divert /usr/share/man/man1/x11edit.1.gz /usr/share/man/man1/xedit.1.gz
fi
exit 0

12
debian/xedit.preinst vendored
View File

@@ -1,12 +0,0 @@
#!/bin/sh
set -e
case "$1" in
install|upgrade)
dpkg-divert --package xedit --add --rename --divert /usr/bin/x11edit /usr/bin/xedit
dpkg-divert --package xedit --add --rename --divert /usr/share/man/man1/x11edit.1.gz /usr/share/man/man1/xedit.1.gz
;;
esac
exit 0