[Python-apps-commits] r8682 - in packages/gedit-classbrowser3g/trunk (10 files)

barcc-guest at users.alioth.debian.org barcc-guest at users.alioth.debian.org
Fri May 11 19:12:37 UTC 2012


    Date: Friday, May 11, 2012 @ 19:12:36
  Author: barcc-guest
Revision: 8682

[svn-inject] Applying Debian modifications (1.0-1) to trunk

Added:
  packages/gedit-classbrowser3g/trunk/debian/
  packages/gedit-classbrowser3g/trunk/debian/changelog
  packages/gedit-classbrowser3g/trunk/debian/compat
  packages/gedit-classbrowser3g/trunk/debian/control
  packages/gedit-classbrowser3g/trunk/debian/copyright
  packages/gedit-classbrowser3g/trunk/debian/docs
  packages/gedit-classbrowser3g/trunk/debian/rules
  packages/gedit-classbrowser3g/trunk/debian/source/
  packages/gedit-classbrowser3g/trunk/debian/source/format
  packages/gedit-classbrowser3g/trunk/debian/watch


Property changes on: packages/gedit-classbrowser3g/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/gedit-classbrowser3g/trunk/debian/changelog
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/changelog	                        (rev 0)
+++ packages/gedit-classbrowser3g/trunk/debian/changelog	2012-05-11 19:12:36 UTC (rev 8682)
@@ -0,0 +1,6 @@
+gedit-classbrowser3g (1.0-1) unstable; urgency=low
+
+  * Initial Debian release (Closes: #672484)
+
+ -- B. Clausius <barcc at gmx.de>  Fri, 11 May 2012 20:54:05 +0200
+

Added: packages/gedit-classbrowser3g/trunk/debian/compat
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/compat	                        (rev 0)
+++ packages/gedit-classbrowser3g/trunk/debian/compat	2012-05-11 19:12:36 UTC (rev 8682)
@@ -0,0 +1 @@
+8

Added: packages/gedit-classbrowser3g/trunk/debian/control
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/control	                        (rev 0)
+++ packages/gedit-classbrowser3g/trunk/debian/control	2012-05-11 19:12:36 UTC (rev 8682)
@@ -0,0 +1,26 @@
+Source: gedit-classbrowser3g
+Section: gnome
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               python (>= 2.7)
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: B. Clausius <barcc at gmx.de>
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.7
+Homepage: https://launchpad.net/gedit-classbrowser3g
+
+Package: gedit-classbrowser3g
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         gedit (>= 3.2.0),
+         gir1.2-glib-2.0,
+         gir1.2-gtk-3.0,
+         gir1.2-gdkpixbuf-2.0,
+         exuberant-ctags
+Enhances: gedit
+Description: Class Browser for gedit
+ The class browser is located in the side pane and lists functions,
+ classes, etc. in a tree view. The default parser uses exuberant ctags
+ to support a wide range of languages. Special parsers are used for
+ Python, HTML, XML/Mallard/DocBook, Diff, Ruby and Markdown.

Added: packages/gedit-classbrowser3g/trunk/debian/copyright
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/copyright	                        (rev 0)
+++ packages/gedit-classbrowser3g/trunk/debian/copyright	2012-05-11 19:12:36 UTC (rev 8682)
@@ -0,0 +1,88 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gedit-classbrowser3g
+Upstream-Contact: B. Clausius <barcc at gmx.de>
+Source: https://launchpad.net/gedit-classbrowser3g
+Comment:
+ This package was forked from Class Browser Plugin
+ http://www.stambouliote.de/projects/gedit_plugins.html
+ and ported to gedit 3.
+
+Files: *
+Copyright: 2012 B. Clausius <barcc at gmx.de>
+License: GPL-3+
+
+Files: classbrowser3g/__init__.py
+       classbrowser3g/browserwidget.py
+Copyright: 2012 B. Clausius <barcc at gmx.de>
+           2006-2008 Frederic Back <fredericback at gmail.com>
+License: GPL-3+
+
+Files: classbrowser3g/parsers/*.py
+Copyright: 2012 B. Clausius <barcc at gmx.de>
+           2006-2008 Frederic Back <fredericback at gmail.com>
+License: GPL-3+
+
+Files: classbrowser3g/parsers/__init__.py
+Copyright: 2012 B. Clausius <barcc at gmx.de>
+License: GPL-3+
+
+Files: classbrowser3g/parsers/diff.py
+Copyright: 2012 B. Clausius <barcc at gmx.de>
+           2007 Kristoffer Lundén <kristoffer.lunden at gmail.com>
+License: GPL-3+
+
+Files: classbrowser3g/parsers/ruby.py
+Copyright: 2012 B. Clausius <barcc at gmx.de>
+           2007 Kristoffer Lundén <kristoffer.lunden at gmail.com>
+           2006-2008 Frederic Back <fredericback at gmail.com>
+License: GPL-3+
+
+Files: classbrowser3g/parsers/markdown.py
+       classbrowser3g/parsers/python_ast.py
+       classbrowser3g/parsers/xml_expat.py
+Copyright: 2012 B. Clausius <barcc at gmx.de>
+License: GPL-3+
+
+Files: classbrowser3g/pixmaps/*.png
+Copyright: 2006-2009 KDevelop Team
+License: GPL-2+
+
+Files: classbrowser3g/pixmaps/panel-icon.png
+Copyright: 2012 B. Clausius <barcc at gmx.de>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This 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 <http://www.gnu.org/licenses/>.
+ .
+ The full text of the GPL is distributed in
+ /usr/share/common-licenses/GPL-3 on Debian systems.
+
+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.
+ .
+ The full text of the GPL is distributed in
+ /usr/share/common-licenses/GPL-2 on Debian systems.
+

Added: packages/gedit-classbrowser3g/trunk/debian/docs
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/docs	                        (rev 0)
+++ packages/gedit-classbrowser3g/trunk/debian/docs	2012-05-11 19:12:36 UTC (rev 8682)
@@ -0,0 +1 @@
+README.parsers

Added: packages/gedit-classbrowser3g/trunk/debian/rules
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/rules	                        (rev 0)
+++ packages/gedit-classbrowser3g/trunk/debian/rules	2012-05-11 19:12:36 UTC (rev 8682)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_python2:
+	dh_python2 /usr/lib/gedit/plugins
+


Property changes on: packages/gedit-classbrowser3g/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/gedit-classbrowser3g/trunk/debian/source/format
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/source/format	                        (rev 0)
+++ packages/gedit-classbrowser3g/trunk/debian/source/format	2012-05-11 19:12:36 UTC (rev 8682)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/gedit-classbrowser3g/trunk/debian/watch
===================================================================
--- packages/gedit-classbrowser3g/trunk/debian/watch	                        (rev 0)
+++ packages/gedit-classbrowser3g/trunk/debian/watch	2012-05-11 19:12:36 UTC (rev 8682)
@@ -0,0 +1,2 @@
+version=3
+http://launchpad.net/gedit-classbrowser3g/+download https://launchpad.net/gedit-classbrowser3g/.*/gedit-classbrowser3g-(.*).tar.gz


Property changes on: packages/gedit-classbrowser3g/trunk/debian/watch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-apps-commits mailing list