Source: gedit-developer-plugins
Section: gnome
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 8),
               intltool (>= 0.35.0),
               python (>= 2.7),
               dh-autoreconf,
               gnome-common (>= 3.1.0),
               gnome-pkg-tools (>= 0.19),
               libgirepository1.0-dev (>= 1.30.0),
               gir1.2-glib-2.0 (>= 1.30.0),
               gir1.2-gtk-3.0 (>= 3.2.0),
               python-gi-dev (>= 3.0.0),
               libpeas-dev (>= 1.2.0),
               gedit-dev (>= 3.2.0),
               python-pocket-lint (>= 0.5.23)
Standards-Version: 3.9.2
XS-Python-Version: >= 2.7

Homepage: https://launchpad.net/gdp
Package: gedit-developer-plugins
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         python-gi (>= 3.0.0),
         gir1.2-glib-2.0 (>= 1.30.0),
         gir1.2-gtk-3.0 (>= 3.2.0),
         gedit (>= 3.2.0),
         python-pocket-lint (>= 0.5.23)
Enhances: gedit
Recommends: bzr, bzr-gtk, python-cssutils
XB-Python-Version: ${python:Versions}
Description: A set of gedit plugins for developers
 gedit-developer-plugins (GDP) are a set of plugins for gedit that provide
 additional editing features for software development. GDP provides:
 .
 * Multi-file find and replace
   Directories and file types can be specified. Regular expressions are
   supported.
 * Syntax completion
   Python completion using the file's imports and definitions. Simple
   word completion based on the words in the file. XML tag and attribute
   completions based on document structure.
 * Formatting
   Format paragraphs, lists, and imports. Reformat test using regular
   expressions. Check the syntax and style of Python, XML, CSS, and plain
   text. Check and reformat Python doctests and CSS.
 * Project management via Bazaar DVCS
   integrates bzr-gtk to show status, tags, annotations, visualize,
   commit, merge, and push. Open files changes in the branch.
