debian/0000755000000000000000000000000012143122765007171 5ustar debian/geany-plugin-pg.install0000644000000000000000000000003312143122644013554 0ustar usr/lib/*/geany/geanypg.so debian/geany-plugin-lua.lintian-overrides0000644000000000000000000000003712143122644015723 0ustar hardening-no-fortify-functions debian/geany-plugin-tableconvert.lintian-overrides0000644000000000000000000000003712143122644017632 0ustar hardening-no-fortify-functions debian/geany-plugin-multiterm.docs0000644000000000000000000000002112143122644014447 0ustar multiterm/README debian/geany-plugin-scope.install0000644000000000000000000000006712143122644014266 0ustar usr/share/geany-plugins/scope usr/lib/*/geany/scope.so debian/geany-plugin-sendmail.docs0000644000000000000000000000002512143122644014225 0ustar geanysendmail/README debian/geany-plugin-xmlsnippets.lintian-overrides0000644000000000000000000000003712143122644017530 0ustar hardening-no-fortify-functions debian/geany-plugin-vc.docs0000644000000000000000000000001712143122644013042 0ustar geanyvc/README debian/geany-plugin-doc.lintian-overrides0000644000000000000000000000037112143122644015710 0ustar # This is a plugin to search for documentation, not containing documentation geany-plugin-doc binary: wrong-section-according-to-package-name geany-plugin-doc binary: documentation-package-not-architecture-independent hardening-no-fortify-functions debian/geany-plugin-commander.lintian-overrides0000644000000000000000000000003712143122644017107 0ustar hardening-no-fortify-functions debian/geany-plugin-debugger.install0000644000000000000000000000007612143122644014741 0ustar usr/lib/*/geany/debugger.so usr/share/geany-plugins/debugger/ debian/geany-plugin-spellcheck.install0000644000000000000000000000003712143122644015267 0ustar /usr/lib/*/geany/spellcheck.so debian/geany-plugin-shiftcolumn.install0000644000000000000000000000004012143122644015477 0ustar /usr/lib/*/geany/shiftcolumn.so debian/watch0000644000000000000000000000024212143122644010214 0ustar # Compulsory line, this is a version 3 file version=3 opts=dversionmangle=s/\+dfsg(\.\d+)?$// \ http://plugins.geany.org/geany-plugins/geany-plugins-(.*).tar.gz debian/geany-plugin-xmlsnippets.install0000644000000000000000000000003712143122644015540 0ustar usr/lib/*/geany/xmlsnippets.so debian/geany-plugin-shiftcolumn.lintian-overrides0000644000000000000000000000003712143122644017475 0ustar hardening-no-fortify-functions debian/geany-plugin-addons.install0000644000000000000000000000003312143122644014416 0ustar /usr/lib/*/geany/addons.so debian/geany-plugin-gendoc.install0000644000000000000000000000010412143122644014404 0ustar /usr/lib/*/geany/geanygendoc.so usr/share/geany-plugins/geanygendoc debian/geany-plugin-devhelp.docs0000644000000000000000000000001712143122644014061 0ustar devhelp/README debian/geany-plugin-doc.docs0000644000000000000000000000002012143122644013171 0ustar geanydoc/README debian/geany-plugin-gproject.docs0000644000000000000000000000002012143122644014241 0ustar gproject/README debian/geany-plugin-commander.install0000644000000000000000000000003512143122644015115 0ustar usr/lib/*/geany/commander.so debian/rules0000755000000000000000000000543112143122644010250 0ustar #!/usr/bin/make -f include /usr/share/dpkg/buildflags.mk export LDFLAGS += -Wl,--as-needed -Wl,-z,defs GEANY_VERSION = $(shell pkg-config --modversion geany) GEANY_ABI = geany-abi-$(shell grep 'define GEANY_ABI_VERSION' /usr/include/geany/plugindata.h | awk '{print $$3}') GEANY_API = geany-api-$(shell grep 'define GEANY_API_VERSION' /usr/include/geany/plugindata.h | awk '{print $$3}') override_dh_autoreconf: dh_autoreconf --as-needed # specify libexecdir to avoid cascading geany-plugins directories in /usr/lib override_dh_auto_configure: dh_auto_configure -- \ --libexecdir='$${exec_prefix}/lib' \ --enable-addons \ --enable-codenav \ --enable-commander \ --enable-debugger \ --enable-devhelp \ --enable-geanydoc \ --enable-geanyextrasel \ --enable-geanygendoc \ --enable-geanyinsertnum \ --enable-geanylatex \ --enable-geanylipsum \ --enable-geanylua \ --enable-geanymacro \ --enable-geanyminiscript \ --enable-geanynumberedbookmarks \ --enable-geanyprj \ --enable-geanysendmail \ --enable-geanyvc \ --enable-gtkspell \ --enable-geanypg \ --enable-largefile \ --enable-geniuspaste \ --enable-gproject \ --enable-markdown \ --enable-multiterm \ --enable-pretty_printer \ --enable-scope \ --enable-shiftcolumn \ --enable-spellcheck \ --enable-treebrowser \ --enable-tableconvert \ --enable-updatechecker \ --enable-webhelper \ --enable-xmlsnippets # install separate ChangeLogs for each different plugin override_dh_installchangelogs: for changelog in */ChangeLog; do \ [ ! -s $$changelog ] && continue; \ if [ $$changelog = po/ChangeLog ]; then \ pkg=geany-plugins-common; \ else \ pkg=geany-plugin-$$(dirname $$changelog | sed -e's/^geany//'); \ fi; \ dh_installchangelogs \ -p$$pkg \ $$changelog; \ done dh_installchangelogs # add geany:Version substvar to debian/*.substvars override_dh_gencontrol: dh_gencontrol -- \ "-Vgeany:Version=$(GEANY_VERSION)" \ "-Vgeany:API=$(GEANY_API)" \ "-Vgeany:ABI=$(GEANY_ABI)" # Don't make shlibs (false positive on pretty-printer.so override_dh_makeshlibs: override_dh_install: dh_install --list-missing %: dh $@ --with=autoreconf --parallel upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg)?.*$$/\1/p') dfsg_version = $(upstream_version)+dfsg pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p') get-orig-source: uscan --noconf --force-download --rename --repack --download-current-version --destdir=. tar -xzf $(pkg)_$(upstream_version).orig.tar.gz mv $(pkg)-$(upstream_version) $(pkg)-$(dfsg_version) rm $(pkg)-$(dfsg_version)/waf GZIP="-9fn --rsyncable" tar -czf $(pkg)_$(dfsg_version).orig.tar.gz $(pkg)-$(dfsg_version) rm -rf $(pkg)-$(dfsg_version) debian/geany-plugin-markdown.install0000644000000000000000000000003412143122644014771 0ustar usr/lib/*/geany/markdown.so debian/geany-plugin-prj.lintian-overrides0000644000000000000000000000003712143122644015735 0ustar hardening-no-fortify-functions debian/geany-plugin-sendmail.install0000644000000000000000000000004212143122644014742 0ustar /usr/lib/*/geany/geanysendmail.so debian/geany-plugin-xmlsnippets.docs0000644000000000000000000000002312143122644015015 0ustar xmlsnippets/README debian/geany-plugin-insertnum.install0000644000000000000000000000004312143122644015173 0ustar /usr/lib/*/geany/geanyinsertnum.so debian/geany-plugin-scope.docs0000644000000000000000000000014712143122644013547 0ustar debian/tmp/usr/share/doc/geany-plugins/scope/README debian/tmp/usr/share/doc/geany-plugins/scope/html/ debian/geany-plugin-pg.docs0000644000000000000000000000001712143122644013040 0ustar geanypg/README debian/geany-plugin-doc.install0000644000000000000000000000003512143122644013715 0ustar /usr/lib/*/geany/geanydoc.so debian/geany-plugin-addons.lintian-overrides0000644000000000000000000000003712143122644016412 0ustar hardening-no-fortify-functions debian/geany-plugin-tableconvert.install0000644000000000000000000000004012143122644015634 0ustar usr/lib/*/geany/tableconvert.so debian/geany-plugins-common.install0000644000000000000000000000002212143122644014617 0ustar /usr/share/locale debian/geany-plugin-pg.lintian-overrides0000644000000000000000000000003712143122644015550 0ustar hardening-no-fortify-functions debian/geany-plugin-shiftcolumn.docs0000644000000000000000000000002312143122644014762 0ustar shiftcolumn/README debian/geany-plugin-prettyprinter.install0000644000000000000000000000004312143122644016102 0ustar /usr/lib/*/geany/pretty-printer.so debian/geany-plugin-latex.doc-base0000644000000000000000000000053112143122644014275 0ustar Document: geanylatex-manual Title: Geany LaTeX manual Abstract: GeanyLaTeX is a plugin for the Geany IDE to improve work with LaTeX. Section: Typesetting Format: HTML Index: /usr/share/doc/geany-plugin-latex/geanylatex.html Files: /usr/share/doc/geany-plugin-latex/*.html Format: PDF Files: /usr/share/doc/geany-plugin-latex/geanylatex.pdf.gz debian/geany-plugin-geniuspaste.docs0000644000000000000000000000002312143122644014756 0ustar geniuspaste/README debian/geany-plugin-treebrowser.lintian-overrides0000644000000000000000000000003712143122644017505 0ustar hardening-no-fortify-functions debian/geany-plugin-lua.doc-base0000644000000000000000000000045212143122644013743 0ustar Document: geanylua-manual Title: GeanyLua manual Abstract: This manual includes a manual and a scripting reference for the GeanyLua scripting interface Section: Programming/Lua Format: HTML Index: /usr/share/doc/geany-plugin-lua/geanylua-index.html Files: /usr/share/doc/geany-plugin-lua/*.html debian/geany-plugin-extrasel.lintian-overrides0000644000000000000000000000003712143122644016771 0ustar hardening-no-fortify-functions debian/patches/0000755000000000000000000000000012143122644010614 5ustar debian/patches/series0000644000000000000000000000003312143122644012025 0ustar debian-doc-locations.patch debian/patches/debian-doc-locations.patch0000644000000000000000000000251312143122644015614 0ustar diff --git a/commander/src/commander-plugin.c b/commander/src/commander-plugin.c index 7afb6fe..92ff4ca 100644 --- a/commander/src/commander-plugin.c +++ b/commander/src/commander-plugin.c @@ -704,5 +704,5 @@ plugin_cleanup (void) void plugin_help (void) { - utils_open_browser (DOCDIR "/" PLUGIN "/README"); + utils_open_browser ("/usr/share/doc/geany-plugin-commander/README"); } diff --git a/markdown/src/plugin.c b/markdown/src/plugin.c index d59678b..4562759 100644 --- a/markdown/src/plugin.c +++ b/markdown/src/plugin.c @@ -46,7 +46,7 @@ PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, #ifndef MARKDOWN_HELP_FILE # define MARKDOWN_HELP_FILE MARKDOWN_DOC_DIR "/html/help.html" #endif -#define MARKDOWN_HELP_FILE_URI "file://" MARKDOWN_HELP_FILE +#define MARKDOWN_HELP_FILE_URI "file://" "/usr/share/doc/geany-plugin-markdown/html/help.html" #define MARKDOWN_PREVIEW_LABEL _("Markdown Preview") diff --git a/scope/src/scope.c b/scope/src/scope.c index 0f976e4..d24201c 100644 --- a/scope/src/scope.c +++ b/scope/src/scope.c @@ -467,7 +467,7 @@ void scope_configure(void) void plugin_help() { - char *helpfile = g_build_filename(PLUGINHTMLDOCDIR, "scope.html", NULL); + char *helpfile = g_build_filename("/usr/share/doc/geany-plugin-scope/html/", "scope.html", NULL); utils_open_browser(helpfile); g_free(helpfile); } debian/control0000644000000000000000000005521612143122644010601 0ustar Source: geany-plugins Section: devel Priority: optional Maintainer: Geany Packaging Team Uploaders: Chow Loong Jin , Evgeni Golov Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), dh-autoreconf (>= 4), autotools-dev, intltool (>= 0.35), geany (>= 1.23), libgtk2.0-dev (>= 2.16), libglib2.0-dev (>= 2.18), libenchant-dev (>= 1.3), libgtkspell-dev, liblua5.1-dev, libctpl-dev (>= 0.3), python-docutils, libxml2-dev (>= 2.6.27), libsoup2.4-dev (>= 2.4.0), libwebkitgtk-dev (>= 1.1.18) | libwebkit-dev (>= 1.1.18), libgdk-pixbuf2.0-dev (>= 2.0), libgpgme11-dev, libvte-dev (>= 1:0.24), libwnck-dev (>= 2.10.0), libgconf2-dev (>= 2.6.0), libmarkdown2-dev, valac (>= 0.7.0) Standards-Version: 3.9.4 Homepage: http://plugins.geany.org Vcs-Git: git://git.debian.org/git/pkg-geany/packages/geany-plugins.git Vcs-Browser: http://git.debian.org/?p=pkg-geany/packages/geany-plugins.git Package: geany-plugins Architecture: all Enhances: geany Depends: geany-plugin-addons (>= ${source:Version}), geany-plugin-codenav (>= ${source:Version}), geany-plugin-debugger (>= ${source:Version}), geany-plugin-devhelp (>= ${source:Version}), geany-plugin-doc (>= ${source:Version}), geany-plugin-extrasel (>= ${source:Version}), geany-plugin-gendoc (>= ${source:Version}), geany-plugin-geniuspaste (>= ${source:Version}), geany-plugin-gproject (>= ${source:Version}), geany-plugin-insertnum (>= ${source:Version}), geany-plugin-latex (>= ${source:Version}), geany-plugin-lipsum (>= ${source:Version}), geany-plugin-lua (>= ${source:Version}), geany-plugin-macro (>= ${source:Version}), geany-plugin-miniscript (>= ${source:Version}), geany-plugin-multiterm (>= ${source:Version}), geany-plugin-numberedbookmarks (>= ${source:Version}), geany-plugin-pg (>= ${source:Version}), geany-plugin-prj (>= ${source:Version}), geany-plugin-sendmail (>= ${source:Version}), geany-plugin-tableconvert (>= ${source:Version}), geany-plugin-vc (>= ${source:Version}), geany-plugin-prettyprinter (>= ${source:Version}), geany-plugin-shiftcolumn (>= ${source:Version}), geany-plugin-spellcheck (>= ${source:Version}), geany-plugin-treebrowser (>= ${source:Version}), geany-plugin-updatechecker (>= ${source:Version}), geany-plugin-webhelper (>= ${source:Version}), geany-plugin-xmlsnippets (>= ${source:Version}), ${misc:Depends} Description: set of plugins for Geany This is a metapackage which installs the whole set of plugins for Geany. . Geany is a fast and lightweight IDE. Package: geany-plugins-common Architecture: all Depends: geany (>= ${geany:Version}), ${misc:Depends} Breaks: geany-plugin-addons (<< 0.19), geany-plugin-doc (<< 0.19), geany-plugin-gdb (<< 0.19), geany-plugin-latex (<< 0.19), geany-plugin-lipsum (<< 0.19), geany-plugin-lua (<< 0.19), geany-plugin-prj (<< 0.19), geany-plugin-sendmail (<< 0.19), geany-plugin-vc (<< 0.19), geany-plugin-shiftcolumn (<< 0.19), geany-plugin-spellcheck (<< 0.19) Description: set of plugins for Geany (translations) This package contains translations for the Geany Plugins. You probably do not want to install this package directly, but instead install one of the other plugins packages. Package: geany-plugin-addons Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: miscellanous plugins for Geany This plugin adds various small addons to Geany which aren't worth an individual plugin, but might still be useful for people. * DocList: This addon places a new item in the toolbar and when clicked offers a menu listing all open files plus the 'Close All' and 'Close Other Documents' menu items. This can be useful to quickly access open files and switch to them. * OpenURI: Adds 'Open URI' and 'Copy URI' menu items to the editor menu when the word under the cursor looks like a URI. 'Open URI' uses the browser command configured in Geany to open it. * Tasks: The tasks plugin goes through a file being edited and picks out lines with "TODO" or "FIXME" in them. It collects the text after those words and putsthem in a new "Tasks" tab in the message window. Clicking on a task in thattab takes you to the line in the file where the task was defined. * Systray: Adds a status icon to the notification area (systray) and providesa simple popup menu with some basic actions. It can also be used to quickly show and hide the Geany main window. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-codenav Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: code navigation plugin for Geany This plugin adds some facilities for navigating in code using Geany, making it possible to: * Switch between header and implementation * Go to a file by typing its name . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-commander Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: command panel plugin for Geany This plugin adds a command panel to Geany for rapid access to any action. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-debugger Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: debugger plugin for Geany Features: * Debugger panel * Setting target, environment variables and command line arguments * Breakpoints * Watches, autos * Debug terminal * Debugger messages window * Variables calltips while debugging * Saving debug session data in a Geany project (can be switched through settings) * Double or single panel modes * Hotkeys . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-devhelp Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: DevHelp plugin for Geany This plugin embeds an API documentation browser and search functionality directly into Geany's user interface. . Devhelp is an API documentation browser mainly aimed at GNOME-related libraries, although there are Devhelp books for a wide range of library APIs. Check your package manager and/or Google and you should have no trouble finding books that can be viewed with Devhelp. . Geany is a small and lightweight integrated development environment using the GTK+ toolkit. Package: geany-plugin-doc Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: documentation plugin for Geany Geanydoc is a plugin for the Geany IDE which is intended to be used to search for documentation API from different sources. It allows execution of specified commands on the current word at the cursor position or otherwise specified via a dialog to obtain this documentation. This documentation is displayed in the geany buffer as a tab called *DOC*, or may be displayed in an external program. . After installing this package, you'll need to enable the "Doc" plugin and then setup a keyword binding for it in Geany's preferences dialogue. . Geany is a small and lightweight integrated development environment using the GTK+ toolkit. Package: geany-plugin-extrasel Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: extra selection plugin for Geany The Extra Selection plugin adds the following functions to Geany:- * Go to matching brace and select (select to matching brace) * Go to line and select (select to line) * Ctrl+Shift+Alt+Left/Right/Home/End key - same as Ctrl+Shift, but for rectangular selection. * Column mode - while active, all (Ctrl)-Shift-Arrow keys do rectangle selection instead of stream. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-gendoc Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: documentation generation plugin for Geany GeanyGenDoc is a plugin for Geany which provides support for automatically generating documentation based on comments in the source code. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-geniuspaste Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: GeniusPaste plugin for Geany This plugin allows the user to paste the code from Geany into five different pastebins. At the moment it supports this services: - codepad.org - tinypaste.com - pastebin.geany.org - dpaste.de - sprunge.us . GeniusPaste detects automatically the syntax of the code and paste it with syntax highlighting enabled. It can also display the pasted code opening a new browser tab. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-gproject Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: gproject plugin for Geany GProject is an extension of Geany's project management displaying a tree of files belonging to the project in the sidebar. In addition, it enables quick swapping between header and source files, searching project files by name and more. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-insertnum Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: number inserting plugin for Geany This plugin for Geany replaces a (possibly zero-width) rectangular selection with integer numbers, using start/step/base etc. specified by the user. For practical reasons, the number of lines is limited to 500000. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-latex Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: improved LaTeX support plugin for Geany GeanyLaTeX is a plugin for the Geany IDE to improve work with LaTeX. Features include: * Wizard for creating a new LaTeX-document * Frontend for easy input of \ref{} and \label{} * Easy adding of special characters and environments through plugin menu entry * Support for adding new items to BibTeX database * Toolbar with commonly used format options * Bulk replacement and input replacement of special characters . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-lipsum Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Lorem Ipsum generator plugin for Geany GeanyLipsum is a plugin for Geany which implements a Lorem Ipsum generator to insert placeholder text into your document. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-lua Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Lua scripting plugin for Geany GeanyLua is a plugin which provides a Lua scripting interface for the Geany IDE. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-macro Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: macro plugin for Geany Geanymacro is a plugin to provide user defined macros for Geany. This plugin allows you to record and use your own macros. Macros are sequences of actions that can then be repeated with a single key combination. So if you had dozens of lines where you wanted to delete the last 2 characters, you could simple start recording, press End, Backspace, Backspace, down line and then stop recording. Then simply trigger the macro and it would automatically edit the line and move to the next. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-markdown Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: markdown plugin for Geany This plugin provides a real-time preview of rendered Markdown in Geany. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-miniscript Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Geany Mini-Script filter plugin This plugin is a tool to apply a script filter on: - the text selection, - the current document, - all documents of the current session. . The filter type can be: - Unix shell script, - perl script, - python script, - sed commands, - awk script. . The output can be: - the selection of the current document, - all the current document, - or a new document. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-multiterm Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: multiterm plugin for Geany MultiTerm is similar to Geany's built-in VTE terminal except that it supports multiple terminals in tabs and supports different shells in each of the terminal tabs. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-numberedbookmarks Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: numbered bookmarks plugin for Geany Geanynumberedbookmarks is a plugin to provide users with 10 numbered bookmarks (in addition to the usual bookkmarks). Normaly if you had more than one bookmark, you would have to cycle through them until you reached the one you wanted. With this plugin you can go straight to the bookmark that you want with a single key combination. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-pg Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: pg plugin for Geany GeanyPG is a plugin for Geany that allows the user to encrypt, decrypt and verify signatures with GnuPG. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-prj Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: alternative project manager for Geany GeanyPrj is a plugin for Geany that provides an alternative method for managing projects in Geany, which moves away from Geany's default project management style, which is session-based, instead implementing a system which automatically opens a project when oen of its files are opened. . Geany is a small and lightweight integrated development environment using the GTK+ toolkit. Package: geany-plugin-scope Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: graphical GDB front-end for Geany Scope is a graphical GDB front-end with the normal functions you would expect (stepping, breakpoints, etc.), and a few notable features: * The comminication between Scope and gdb is asynchronous. * You can enter any gdb command, at any time. * All gdb I/O (along with some other messages) is displayed in a terminal-like "Debug Console". Whenever you find the GUI lacking, simply switch to that console and work directly with gdb. * 7-bit/Locale/UTF-8 support for values. . Geany is a small and lightweight integrated development environment using the GTK+ toolkit. Package: geany-plugin-sendmail Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: mailer plugin for Geany GeanySendMail is a plugin to send a document as attachment using the preferred mail client from inside Geany. It is similar to the envelope symbol of most office tools and requires a mail client that is supporting remote calls. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-tableconvert Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: table convert plugin for Geany Tableconvert is a plugin which helps on converting a tabulator separated selection into a tables. Currently the plugin supports: * HTML * LaTeX * SQL . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-vc Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: VCS plugin for Geany GeanyVC is a plugin for Geany that provides a uniform way of accessing the different version-control systems inside the Geany IDE. Only a small subset of vc operations are implemented, which are: * diff * log * status * revert * commit . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-prettyprinter Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: XML pretty printer for Geany This plugin gives Geany XML pretty-printing functionality, allowing it to beautify and enhance the readability of XML files. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-shiftcolumn Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: text column shifting plugin for Geany ShiftColumn is a plugin which allows text to be shifted horizontally in the Geany IDE. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-spellcheck Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: spellcheck plugin for Geany Spellcheck is a plugin which checks the content of the current document in Geany with the spell check library Enchant. This plugin allows the whole document, or only a selection to be checked for spelling mistakes. Misspelt words are highlighted with a red squiggly underline, and wrong words are printed in Geany's messages window along with available suggestions. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-treebrowser Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: tree browser plugin for Geany This plugin adds a tree browser to Geany, allowing the user to browse files using a tree view of the directory being browsed. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-updatechecker Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: update checker plugin for Geany This plugin adds an update checker plugin to Geany, allowing users to check whether there is a more recent version of Geany available. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-webhelper Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: web helper plugin for Geany This plugin provides some web development facilities such as web page preview and some debugging tools (web inspector) for Geany. . Its prominent features include:- * A basic web view, which provides a display of any web page (using WebKit) * Automatic reloading of web view upon document saving * A web inspector/debugging tool for the web view's content (including a Javascript console, a viewer and editor of processed HTML and CSS, a network usage analysis tool and many more, thanks to WebKit) . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. Package: geany-plugin-xmlsnippets Enhances: geany Architecture: any Depends: ${geany:ABI}, geany-plugins-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: XMLSnippets plugin for Geany This plugin extends XML/HTML tag autocompletion provided by Geany. It automatically inserts a matching snippet after you type an opening tag. . Geany is a small and lightweight integrated development environment using the Gtk+ toolkit. debian/geany-plugin-gendoc.docs0000644000000000000000000000022512143122644013672 0ustar geanygendoc/README debian/tmp/usr/share/doc/geany-plugins/geanygendoc/manual.rst debian/tmp/usr/share/doc/geany-plugins/geanygendoc/html/manual.html debian/geany-plugin-geniuspaste.install0000644000000000000000000000003712143122644015501 0ustar usr/lib/*/geany/geniuspaste.so debian/geany-plugin-codenav.install0000644000000000000000000000003412143122644014566 0ustar /usr/lib/*/geany/codenav.so debian/geany-plugin-insertnum.lintian-overrides0000644000000000000000000000003712143122644017166 0ustar hardening-no-fortify-functions debian/geany-plugin-debugger.lintian-overrides0000644000000000000000000000003712143122644016726 0ustar hardening-no-fortify-functions debian/geany-plugin-latex.install0000644000000000000000000000003712143122644014267 0ustar /usr/lib/*/geany/geanylatex.so debian/compat0000644000000000000000000000000212143122644010363 0ustar 9 debian/geany-plugin-sendmail.lintian-overrides0000644000000000000000000000003712143122644016736 0ustar hardening-no-fortify-functions debian/geany-plugin-devhelp.install0000644000000000000000000000007412143122644014602 0ustar usr/lib/*/geany/devhelp.so usr/share/geany-plugins/devhelp/ debian/geany-plugin-spellcheck.docs0000644000000000000000000000002212143122644014543 0ustar spellcheck/README debian/geany-plugin-miniscript.docs0000644000000000000000000000002712143122644014614 0ustar geanyminiscript/README debian/geany-plugin-vc.lintian-overrides0000644000000000000000000000003712143122644015552 0ustar hardening-no-fortify-functions debian/geany-plugin-insertnum.docs0000644000000000000000000000002612143122644014456 0ustar geanyinsertnum/README debian/geany-plugin-webhelper.lintian-overrides0000644000000000000000000000003712143122644017117 0ustar hardening-no-fortify-functions debian/copyright0000644000000000000000000002504412143122644011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: geany-plugins Source: http://plugins.geany.org/geany-plugins/ Files: addons/* Copyright: 2009, Bert Vermeulen 2009-2011, Enrico Tröger 2010 Frank Lanitz 2009 Eugene Arshinov License: GPL-2+ Files: build/* configure.ac */Makefile.am Copyright: 2009-2012, Chow Loong Jin License: GPL-2+ Files: build/waf* Copyright: 2010 Enrico Tröger License: GPL-2+ Files: codenav/* Copyright: 2009, Lionel Fuentes License: GPL-2+ Files: commander/* Copyright: 2012-2013 Colomban Wendling License: GPL-3+ Files: debugger/* Copyright: 2010-2012 Alexander Petukhov License: GPL-2+ Files: devhelp/* Copyright: 2010-2011 Matthew Brush License: GPL-3+ Files: devhelp/devhelp/* Copyright: 1998-1999, Alex Roberts 1998-1999, Evan Lawrence 2000-2001, Chema Celorio 2000-2005, Paolo Maggi 2001-2003, Mikael Hallendal 2001-2003, CodeFactory AB 2001-2008, Imendio AB 2004, Red Hat, Inc 2008, Sven Herzberg 2010, Lanedo GmbH License: GPL-2+ X-Comment: Bundled copy of Devhelp prior to Gtk+3 port Files: geanydoc/* Copyright: 2008, Yura Siamashka License: GPL-3+ Files: geanyextrasel/* geanyinsertnum/* Copyright: 2010, Dimitar Toshkov Zhekov License: GPL-2+ Files: geanygendoc/* Copyright: 2009-2010, Colomban Wendling License: GPL-3+ Files: geanylatex/* geanylipsum/* Copyright: 2007-2011, Frank Lanitz License: GPL-2+ Files: geanylatex/src/geanylatex.c Copyright: 2006-2009 Nick Treleaven 2007-2011 Frank Lanitz 2005-2009 Enrico Tröger License: GPL-2+ Files: geanylua/* Copyright: Nick Treleaven 2007-2008, Jeff Pohlmeyer Enrico Tröger License: GPL-2+ Files: geanymacro/* geanynumberedbookmarks/* Copyright: 2010 William Fraser License: GPL-2 Files: geanyminiscript/* Copyright: 2008, Pascal BURLOT License: GPL-2+ Files: geanypg/* Copyright: 2011 Hans Alves License: GPL-2+ Files: geanyprj/* Copyright: 2008, Yura Siamashka License: GPL-3+ Files: geanyprj/src/geanyprj.c geanyprj/src/project.c geanyprj/src/xproject.c Copyright: 2007-2008, Yura Siamashka 2007, Nick Treleaven 2007, Enrico Tröger 2007, Frank Lanitz License: GPL-3+ Files: geanysendmail/* Copyright: 2007-2011, Frank Lanitz 2008-2009, Timothy Boronczyk 2007, Enrico Tröger 2007-2008, Nick Treleaven License: GPL-2+ Files: geanyvc/* Copyright: 2007-2009, Yura Siamashka 2007, Nick Treleaven 2007-2009, Enrico Tröger License: GPL-2+ Files: geanyvc/src/externdiff.c geanyvc/src/utils.c Copyright: 2008, Yura Siamashka License: GPL-2+ Files: geanyvc/src/vc_cvs.c Copyright: 2007-2009 Enrico Tröger 2007-2011 Frank Lanitz 2010 Jean-Paul Iribarren 2007 Nick Treleaven 2007-2009 Yura Siamashka License: GPL-2+ Files: geniuspaste/* Copyright: 2012, Enrico "Enrix835" Trotta License: GPL-2+ Files: gproject/* Copyright: 2010 Jiri Techet License: GPL-2+ Files: markdown/* Copyright: 2012-2013 Matthew Brush License: GPL-2+ Files: markdown/peg-markdown/* Copyright: 2008 John MacFarlane (jgm at berkeley dot edu) License: GPL-1+ or MIT Files: markdown/peg-markdown/odf.* Copyright: 2011 Fletcher T. Penney (http://fletcherpenney.net/) License: GPL-1+ or MIT Files: markdown/peg-markdown/peg-0.1.9/* Copyright: 2007 Ian Piumarta License: PEG-shorted-Expat Files: multiterm/* Copyright: 2011 Matthew Brush License: GPL-2+ Files: pretty-printer/* Copyright: 2009, Cedric Tabin License: GPL-2+ Files: scope/* Copyright: 2012-2013 Dimitar Toshkov Zhekov License: GPL-2+ Files: shiftcolumn/* Copyright: 2009 Andrew L Janke License: GPL-2+ Files: spellcheck/* Copyright: 2008-2010, Nick Treleaven 2008-2011, Enrico Tröger License: GPL-2+ Files: tableconvert/* Copyright: 2011-2012 Frank Lanitz License: GPL-2+ Files: treebrowser/* Copyright: 2010, Adrian Dimitrov License: GPL-3+ Files: updatechecker/* Copyright: 2011, Frank Lanitz License: GPL-2+ Files: webhelper/* Copyright: 2010-2011, Colomban Wendling License: GPL-3+ Files: xmlsnippets/* Copyright: 2010 Eugene Arshinov License: GPL-2+ Files: debian/* Copyright: 2009-2011, Chow Loong Jin 2010-2011, Evgeni Golov License: GPL-2+ License: GPL-1+ 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 1, or (at your option) any later version. . This program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA . On Debian systems, the full copy of the GPL-1 license can be found in /usr/share/common-licenses/GPL-1 License: GPL-2+ 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 2 of the License, or (at your option) any later version. . This program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full copy of the GPL-2 license can be found in /usr/share/common-licenses/GPL-2 License: GPL-2 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; version 2 of the License. . This program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full copy of the GPL-2 license can be found in /usr/share/common-licenses/GPL-2 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 program 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 . . On Debian systems, the full copy of the GPL-2 license can be found in /usr/share/common-licenses/GPL-3 License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: PEG-shorted-Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, provided that the above copyright notice(s) and this permission notice appear in all copies of the Software. Acknowledgement of the use of this Software in supporting documentation would be appreciated but is not required. . THE SOFTWARE IS PROVIDED 'AS IS'. USE ENTIRELY AT YOUR OWN RISK. debian/geany-plugin-macro.install0000644000000000000000000000003612143122644014252 0ustar usr/lib/*/geany/geanymacro.so debian/geany-plugin-latex.lintian-overrides0000644000000000000000000000003712143122644016257 0ustar hardening-no-fortify-functions debian/geany-plugin-addons.docs0000644000000000000000000000001612143122644013701 0ustar addons/README debian/geany-plugin-miniscript.install0000644000000000000000000000004312143122644015330 0ustar usr/lib/*/geany/geanyminiscript.so debian/geany-plugin-treebrowser.install0000644000000000000000000000004012143122644015507 0ustar /usr/lib/*/geany/treebrowser.so debian/geany-plugin-spellcheck.lintian-overrides0000644000000000000000000000003712143122644017257 0ustar hardening-no-fortify-functions debian/geany-plugin-updatechecker.docs0000644000000000000000000000002512143122644015240 0ustar updatechecker/README debian/geany-plugin-markdown.lintian-overrides0000644000000000000000000000003712143122644016764 0ustar hardening-no-fortify-functions debian/geany-plugin-codenav.lintian-overrides0000644000000000000000000000003712143122644016561 0ustar hardening-no-fortify-functions debian/geany-plugin-multiterm.install0000644000000000000000000000003512143122644015172 0ustar usr/lib/*/geany/multiterm.so debian/geany-plugin-updatechecker.lintian-overrides0000644000000000000000000000003712143122644017751 0ustar hardening-no-fortify-functions debian/geany-plugin-lipsum.docs0000644000000000000000000000002312143122644013740 0ustar geanylipsum/README debian/geany-plugin-vc.install0000644000000000000000000000003412143122644013557 0ustar /usr/lib/*/geany/geanyvc.so debian/geany-plugin-numberedbookmarks.lintian-overrides0000644000000000000000000000003712143122644020654 0ustar hardening-no-fortify-functions debian/geany-plugin-prettyprinter.lintian-overrides0000644000000000000000000000003712143122644020075 0ustar hardening-no-fortify-functions debian/geany-plugin-commander.docs0000644000000000000000000000007012143122644014376 0ustar debian/tmp/usr/share/doc/geany-plugins/commander/README debian/geany-plugin-lipsum.install0000644000000000000000000000004012143122644014455 0ustar /usr/lib/*/geany/geanylipsum.so debian/geany-plugin-prj.install0000644000000000000000000000003512143122644013743 0ustar /usr/lib/*/geany/geanyprj.so debian/geany-plugin-latex.docs0000644000000000000000000000017112143122644013550 0ustar geanylatex/README geanylatex/doc/*.html geanylatex/doc/geanylatex.css geanylatex/doc/geanylatex.pdf geanylatex/doc/img/ debian/geany-plugin-extrasel.install0000644000000000000000000000004212143122644014775 0ustar /usr/lib/*/geany/geanyextrasel.so debian/geany-plugin-miniscript.lintian-overrides0000644000000000000000000000003712143122644017323 0ustar hardening-no-fortify-functions debian/geany-plugin-debugger.docs0000644000000000000000000000002012143122644014210 0ustar debugger/README debian/geany-plugin-gendoc.doc-base0000644000000000000000000000063512143122644014424 0ustar Document: geanygendoc-manual Title: Geany GenDoc manual Abstract: GeanyGenDoc is a plugin for Geany which provides support for automatically generating documentation based on comments in the source code. Section: Programming Format: HTML Index: /usr/share/doc/geany-plugin-gendoc/manual.html Files: /usr/share/doc/geany-plugin-gendoc/*.html Format: Text Files: /usr/share/doc/geany-plugin-gendoc/manual.rst.gz debian/geany-plugin-macro.lintian-overrides0000644000000000000000000000003712143122644016243 0ustar hardening-no-fortify-functions debian/geany-plugin-multiterm.lintian-overrides0000644000000000000000000000003712143122644017164 0ustar hardening-no-fortify-functions debian/geany-plugin-prj.docs0000644000000000000000000000002012143122644013217 0ustar geanyprj/README debian/geany-plugin-gproject.install0000644000000000000000000000011512143122644014764 0ustar usr/lib/*/geany/gproject.so usr/share/icons/hicolor/16x16/apps/gproject*.png debian/geany-plugin-lipsum.lintian-overrides0000644000000000000000000000003712143122644016453 0ustar hardening-no-fortify-functions debian/geany-plugin-numberedbookmarks.docs0000644000000000000000000000003612143122644016145 0ustar geanynumberedbookmarks/README debian/geany-plugin-webhelper.install0000644000000000000000000000003612143122644015126 0ustar /usr/lib/*/geany/webhelper.so debian/geany-plugin-updatechecker.install0000644000000000000000000000004212143122644015755 0ustar /usr/lib/*/geany/updatechecker.so debian/geany-plugin-webhelper.docs0000644000000000000000000000002112143122644014402 0ustar webhelper/README debian/geany-plugin-geniuspaste.lintian-overrides0000644000000000000000000000003712143122644017471 0ustar hardening-no-fortify-functions debian/geany-plugin-scope.lintian-overrides0000644000000000000000000000003712143122644016253 0ustar hardening-no-fortify-functions debian/geany-plugin-tableconvert.docs0000644000000000000000000000002412143122644015120 0ustar tableconvert/README debian/geany-plugin-gproject.lintian-overrides0000644000000000000000000000003712143122644016757 0ustar hardening-no-fortify-functions debian/geany-plugin-lua.install0000644000000000000000000000016012143122644013730 0ustar /usr/lib/*/geany/geanylua.so /usr/lib/*/geany-plugins/geanylua/libgeanylua.so /usr/share/geany-plugins/geanylua debian/geany-plugin-gendoc.lintian-overrides0000644000000000000000000000003712143122644016401 0ustar hardening-no-fortify-functions debian/lintian-overrides0000644000000000000000000000002312143122644012541 0ustar hardening-no-relro debian/geany-plugin-codenav.docs0000644000000000000000000000001712143122644014051 0ustar codenav/README debian/geany-plugin-lua.docs0000644000000000000000000000004512143122644013214 0ustar geanylua/README geanylua/docs/*.html debian/source/0000755000000000000000000000000012143122644010465 5ustar debian/source/format0000644000000000000000000000001412143122644011673 0ustar 3.0 (quilt) debian/geany-plugin-treebrowser.docs0000644000000000000000000000002312143122644014772 0ustar treebrowser/README debian/geany-plugin-macro.docs0000644000000000000000000000002212143122644013527 0ustar geanymacro/README debian/geany-plugin-numberedbookmarks.install0000644000000000000000000000005212143122644016661 0ustar usr/lib/*/geany/geanynumberedbookmarks.so debian/gbp.conf0000644000000000000000000000013212143122644010600 0ustar [DEFAULT] debian-branch = master builder = debuild -i'^\.git' -I.git pristine-tar = True debian/changelog0000644000000000000000000002175312143122644011047 0ustar geany-plugins (1.23+dfsg-3) unstable; urgency=low * No-change upload to unstable now that freeze is over -- Chow Loong Jin Fri, 10 May 2013 15:45:38 +0800 geany-plugins (1.23+dfsg-2) experimental; urgency=low * [c25de03] Add reference to /usr/share/common-licenses/GPL-1 * [f1273ba] Include buildflags.mk. This fixes hardening-no-relro, which was caused by us overriding LDFLAGS. * [db37f6b] Drop hardening-no-relro from lintian overrides -- Chow Loong Jin Sun, 31 Mar 2013 18:02:38 +0800 geany-plugins (1.23+dfsg-1) experimental; urgency=low [ Chow Loong Jin ] * [d617de5] Imported Upstream version 1.23 * [fa625d4] Update configure flags [ Evgeni Golov ] * [ea13bdb] drop patch against geanylatex, applied upstream * [e1d875e] drop geany-plugin-gdb, it's not shipped upstream anymore * [4c980c5] enable the markdown plugin * [c8f6e33] create packages for the new plugins and install them there * [aac1b14] load help files from Debian's locations * [64e1be8] use libmarkdown instead of peg markdown * [762e8e0] update d/copyright for the added and removed plugins [ Chow Loong Jin ] * [c127275] Bump geany build-dep * [e1a066a] Override hardening-no-relro * [22845f0] Bump Standards-Version to 3.9.4 * [8f028e0] Add MIT and GPL-1+ paragraphs -- Chow Loong Jin Sun, 31 Mar 2013 01:43:01 +0800 geany-plugins (1.22+dfsg-2) experimental; urgency=low * [84061f4] Update copyright file * [418a783] Enable parallel builds -- Chow Loong Jin Thu, 12 Jul 2012 18:26:52 +0800 geany-plugins (1.22+dfsg-1) experimental; urgency=low * [8cc36bf] Add missing epoch to libvte-dev build-dep * [62e2e05] Imported Upstream version 1.22 * [f266578] Create packages for new plugins - geany-plugin-devhelp - geany-plugin-geniuspaste - geany-plugin-miniscript - geany-plugin-multiterm * [2d89ff4] Update geany version in build-deps * [372a69e] Drop all patches (applied upstream) * [cbc8c50] Add build-deps for devhelp and multiterm plugins - libwnck-dev - libgconf2-dev - valac * [62b114a] Update g-p-prettyprinter.install pretty-print.so was renamed to pretty-printer.so * [aaf46de] Patch geanylatex to install its docs correctly * [ec6b40a] Use +dfsg instead of .dfsg -- Chow Loong Jin Thu, 12 Jul 2012 17:07:42 +0800 geany-plugins (0.21.1.dfsg-4) unstable; urgency=low * [f53b3da] Use new project preference open/close signals in the gproject plugin. -- Evgeni Golov Tue, 26 Jun 2012 21:02:26 +0200 geany-plugins (0.21.1.dfsg-3) unstable; urgency=low [ Chow Loong Jin ] * [d75948f] Fix dversionmangle in debian/watch [ Evgeni Golov ] * [4fd29dc] Build-Depend on dh-autoreconf >= 4 as this introduced --as-needed * [e7ec0a4] move geany-abi Depends from geany-plugins-common to the individual plugins * [36bbc4f] Standards-Version: 3.9.3 * [c0e3469] Build-Depends: debhelper (>= 9) -- Evgeni Golov Tue, 19 Jun 2012 20:47:33 +0200 geany-plugins (0.21.1.dfsg-2) unstable; urgency=low * [9e2298b] Add gmodule-2.0 to geanylua deps. This fixes an FTBFS while linking geanylua due to missing symbols in Ubuntu Precise. (LP: #935110) * [becc080] Use dh-autoreconf. Also drop 99_ltmain_as-needed.patch as dh-autoreconf handles the patching. -- Chow Loong Jin Sun, 19 Feb 2012 02:03:04 +0800 geany-plugins (0.21.1.dfsg-1) unstable; urgency=low * [1439d18] Add Enhances: geany to all plugins and metapackage * [aefccbd] Fix typo in specifying geany:API substvar * [c86590d] Add version to libvte-dev build-dep * [dff6cc0] Implement repacking of tarball to remove waf * [ba9f6b4] Imported Upstream version 0.21.1.dfsg (Closes: #654467) * [1568b1f] Change my email address -- Chow Loong Jin Fri, 06 Jan 2012 02:11:03 +0800 geany-plugins (0.21.1-3) unstable; urgency=low * [ddaf0ad] add new packages to Depends of the geany-plugins metapackage * [abe38e1] Fix FTBFS due to hardcoded amd64 path (Closes: #649502) -- Evgeni Golov Mon, 21 Nov 2011 19:16:08 +0100 geany-plugins (0.21.1-2) unstable; urgency=low * [304083c] call dh_install with --list-missing * [b89b54d] fix linking of debugger and geanypg with --as-needed * [412c733] add libgpgme11-dev and libvte-dev to build-depends * [5d3bb00] enable new plugins * [9e7f591] create packages for new plugins * [ab1e03c] install more docs into the packages * [b57a5ea] update copyright -- Evgeni Golov Sun, 20 Nov 2011 17:26:23 +0100 geany-plugins (0.21.1-1) unstable; urgency=low [ Evgeni Golov ] * [f4007f2] Imported Upstream version 0.21.1 * [5ff622d] install plugins from/to /usr/lib//geany * [75411d7] bump build-dep to geany 0.21 * [db92155] depend on the virtual geany-abi-XX package * [dd84769] switch to 3.0 (quilt) * [3ab76d7] drop readme.source * [233d44c] refresh patch against 0.21.1 * [030bec1] add lintian override for documentation-package-not-architecture-independent * [aba43d7] use debhelper compat level 9 -- Evgeni Golov Thu, 17 Nov 2011 20:03:24 +0100 geany-plugins (0.20-3) unstable; urgency=low [ Chow Loong Jin ] * [7207010] Don't install .la files (Closes: #621163) [ Evgeni Golov ] * [fd8d00d] Swap libwebkit-dev and libwebkitgtk-dev (Closes: #635408) * [b274e54] Don't ship /usr/lib/geany-plugins/geanylua/libgeanylua.la either * [8044cb8] fix lintian's debian-watch-contains-dh_make-template * [b8f62a6] Standards-Version: 3.9.2 * [93c2d9f] fix lintian's description-synopsis-starts-with-article -- Evgeni Golov Tue, 26 Jul 2011 12:06:28 +0200 geany-plugins (0.20-2) unstable; urgency=low * [2a4fca9] Add updatechecker and webhelper plugin packages * [8cdf50c] Update build-depends * [e4de909] Add enable flags for all plugins during configure * [bdfaa13] No change Standards-Version bump from 3.9.0 to 3.9.1 * [4c528b3] Update copyright file * [88ad6ef] Revert "Disable gendoc for Squeeze." * [a7dac51] Revert "Disable *all* the new plugins for now." * [c096ce6] Depend on libwebkit-dev or libwebkitgtk-dev * [efac459] Disable dh_makeshlibs -- Chow Loong Jin Wed, 30 Mar 2011 23:01:45 +0800 geany-plugins (0.20-1) unstable; urgency=low * [71f0af3] New upstream release + Fixes build failuers with Geany 0.20 (Closes: #618078) * [8b2a095] Update copyright file -- Chow Loong Jin Wed, 30 Mar 2011 01:17:20 +0800 geany-plugins (0.19-1) unstable; urgency=low [ Chow Loong Jin ] * New upstream release + Builds against geany 0.19 (Closes: #590346, #587141) * debian/control, debian/rules: + Shift geany dependency to geany-plugins-common instead, since it's a common dependency for all plugins * debian/control: + Add new packages for codenav, extrasel, gendoc, insertnum, prettyprinter and treebrowser plugins + Update build-deps: - Bump geany dependency to 0.19. (Closes: #573318) - Add libctpl-dev and python-docutils for geanygendoc - Add libxml2-dev for prettyprinter + No-change bump of Standards-Version from 3.8.3 to 3.9.0 + Tighten dependency on geany-plugins-common (= instead of >=) + Add a Breaks on all geany-plugin-* packages prior to this version to ensure geany-plugins-common and geany-plugin-* versions match * debian/geany-plugin-codenav.{docs,install}, debian/geany-plugin-extrasel.{docs,install}, geany-plugin-gendoc.{docs,install}, geany-plugin-insertnum.{docs,install}, geany-plugin-prettyprinter.install geany-plugin-treebrowser.{docs,install}: + Install plugin files into individual packages [ Evgeni Golov ] * debian/control: + Disable the new plugins for now. If you want to build them localy, just uncomment them. + Don't D-B on libctpl-dev (it's not in Debian yet). + Add myself to Uploaders. + Standards-Version: 3.9.1 * debian/copyright: + Update to include latest plugins. -- Evgeni Golov Sat, 04 Sep 2010 23:05:00 +0200 geany-plugins (0.18-2) unstable; urgency=low * debian/control: + Corrected spelling error in geany-plugin-addons' description * debian/control, debian/geany-plugin-doc.*, debian/geany-plugin-prj.*: + Added geany-plugin-doc and geany-plugin-prj packages -- Chow Loong Jin Wed, 11 Nov 2009 07:35:44 +0800 geany-plugins (0.18-1) unstable; urgency=low * New upstream release * debian/control: Bump Standards-Version to 3.8.3 (no changes) * debian/(control, rules): + Automatically get Geany version for binary depends during build time. * debian/README.source: Copied from /usr/share/doc/quilt -- Chow Loong Jin Sat, 07 Nov 2009 16:18:37 +0800 geany-plugins (0.17.1-1) unstable; urgency=low * Initial release (Closes: #536499) -- Chow Loong Jin Fri, 10 Jul 2009 22:56:41 +0800 debian/geany-plugin-extrasel.docs0000644000000000000000000000002512143122644014260 0ustar geanyextrasel/README debian/geany-plugin-devhelp.lintian-overrides0000644000000000000000000000003712143122644016571 0ustar hardening-no-fortify-functions debian/geany-plugin-markdown.docs0000644000000000000000000000015512143122644014257 0ustar debian/tmp/usr/share/doc/geany-plugins/markdown/README debian/tmp/usr/share/doc/geany-plugins/markdown/html/