[Python-apps-commits] r8679 - in packages/gedit-projects/trunk (9 files)

barcc-guest at users.alioth.debian.org barcc-guest at users.alioth.debian.org
Fri May 11 18:49:39 UTC 2012


    Date: Friday, May 11, 2012 @ 18:49:38
  Author: barcc-guest
Revision: 8679

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

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


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

Added: packages/gedit-projects/trunk/debian/changelog
===================================================================
--- packages/gedit-projects/trunk/debian/changelog	                        (rev 0)
+++ packages/gedit-projects/trunk/debian/changelog	2012-05-11 18:49:38 UTC (rev 8679)
@@ -0,0 +1,6 @@
+gedit-projects (1.1-1) unstable; urgency=low
+
+  * Initial Debian release (Closes: #)
+
+ -- B. Clausius <barcc at gmx.de>  Fri, 11 May 2012 15:47:56 +0200
+

Added: packages/gedit-projects/trunk/debian/compat
===================================================================
--- packages/gedit-projects/trunk/debian/compat	                        (rev 0)
+++ packages/gedit-projects/trunk/debian/compat	2012-05-11 18:49:38 UTC (rev 8679)
@@ -0,0 +1 @@
+8

Added: packages/gedit-projects/trunk/debian/control
===================================================================
--- packages/gedit-projects/trunk/debian/control	                        (rev 0)
+++ packages/gedit-projects/trunk/debian/control	2012-05-11 18:49:38 UTC (rev 8679)
@@ -0,0 +1,37 @@
+Source: gedit-projects
+Section: gnome
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: B. Clausius <barcc at gmx.de>
+Build-Depends: debhelper (>= 8),
+               python (>= 2.7),
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.7
+Homepage: https://launchpad.net/gedit-projects
+
+Package: gedit-projects
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         gedit (>= 3.2.0),
+         gir1.2-glib-2.0,
+         gir1.2-gtk-3.0,
+         gir1.2-pango-1.0,
+Enhances: gedit
+Description: Manage projects in gedit
+ For this plugin a project is just a directory path. A list of last opened
+ files is stored in the user config directory. In the project directory itself
+ no data is stored or changed by the plugin. In the sidebar are two lists:
+  * Open Projects: projects with at least one open file
+  * All projects: project directories that are known to the plugin,
+    projects that contain subprojects are shown in a tree structure
+ In the context menu you can perform some actions, including:
+  * Open Project: restore all recently opened files of a project
+  * View Project Folder: the project folder is opened with the default program
+  * Close Project: all project files are closed (the file list is preserved)
+  * Add Folder, Remove Folder: specify which folders are known as a project
+  * Find Subprojects: search within the project folder for nested projects
+ After installing and activating the plugin, you can invoke the settings
+ dialog. There you can set up a directory that can be scanned for projects.
+ Project directories are recognized by specific file names within the
+ directory like VCS folders or files for build systems.

Added: packages/gedit-projects/trunk/debian/copyright
===================================================================
--- packages/gedit-projects/trunk/debian/copyright	                        (rev 0)
+++ packages/gedit-projects/trunk/debian/copyright	2012-05-11 18:49:38 UTC (rev 8679)
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gedit-projects
+Upstream-Contact: B. Clausius <barcc at gmx.de>
+Source: https://launchpad.net/gedit-projects
+
+Files: *
+Copyright: 2012 B. Clausius <barcc at gmx.de>
+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.
+

Added: packages/gedit-projects/trunk/debian/rules
===================================================================
--- packages/gedit-projects/trunk/debian/rules	                        (rev 0)
+++ packages/gedit-projects/trunk/debian/rules	2012-05-11 18:49:38 UTC (rev 8679)
@@ -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-projects/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/gedit-projects/trunk/debian/source/format
===================================================================
--- packages/gedit-projects/trunk/debian/source/format	                        (rev 0)
+++ packages/gedit-projects/trunk/debian/source/format	2012-05-11 18:49:38 UTC (rev 8679)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/gedit-projects/trunk/debian/watch
===================================================================
--- packages/gedit-projects/trunk/debian/watch	                        (rev 0)
+++ packages/gedit-projects/trunk/debian/watch	2012-05-11 18:49:38 UTC (rev 8679)
@@ -0,0 +1,2 @@
+version=3
+http://launchpad.net/gedit-projects/+download https://launchpad.net/gedit-projects/.*/gedit-projects-(.*).tar.gz


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




More information about the Python-apps-commits mailing list