[Python-modules-commits] r6068 - in packages/rope/trunk (9 files)
netzwurm at users.alioth.debian.org
netzwurm at users.alioth.debian.org
Wed Jul 30 22:55:58 UTC 2008
Date: Wednesday, July 30, 2008 @ 22:55:56
Author: netzwurm
Revision: 6068
[svn-inject] Applying Debian modifications to trunk
Added:
packages/rope/trunk/debian/
packages/rope/trunk/debian/changelog
packages/rope/trunk/debian/compat
packages/rope/trunk/debian/control
packages/rope/trunk/debian/copyright
packages/rope/trunk/debian/docs
packages/rope/trunk/debian/pycompat
packages/rope/trunk/debian/rules
packages/rope/trunk/debian/watch
Property changes on: packages/rope/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/rope/trunk/debian/changelog
===================================================================
--- packages/rope/trunk/debian/changelog (rev 0)
+++ packages/rope/trunk/debian/changelog 2008-07-30 22:55:56 UTC (rev 6068)
@@ -0,0 +1,6 @@
+rope (0.8.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #467377).
+
+ -- David Spreen <netzwurm at debian.org> Tue, 29 Jul 2008 15:14:05 -0700
+
Added: packages/rope/trunk/debian/compat
===================================================================
--- packages/rope/trunk/debian/compat (rev 0)
+++ packages/rope/trunk/debian/compat 2008-07-30 22:55:56 UTC (rev 6068)
@@ -0,0 +1 @@
+7
Added: packages/rope/trunk/debian/control
===================================================================
--- packages/rope/trunk/debian/control (rev 0)
+++ packages/rope/trunk/debian/control 2008-07-30 22:55:56 UTC (rev 6068)
@@ -0,0 +1,27 @@
+Source: rope
+Section: python
+Priority: optional
+Maintainer: David Spreen <netzwurm at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5.0.38), python2.5, python-central (>= 0.5.6)
+XS-Python-Version: >=2.5
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/migrate/trunk/?op=log
+Homepage: http://rope.sourceforge.net/
+
+Package: python-rope
+Architecture: all
+Depends: ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Recommends: python-svn, mercurial, git
+Description: Python refactoring library
+ Rope is a Python refactoring library that can be used with several editors
+ and IDEs. It provides many refactoring operations as well as forms of code
+ assistance like auto-completion and access to documentation. To make use of
+ refactoring in mercurial, git and svn repositories, the recommended python-svn,
+ mercurial and git packages must be installed. For a complete list of features,
+ see the project homepage.
+ .
+ In Debian, this package is used by the python-ropemacs package, an emacs mode
+ that adds python refactoring and IDE features to the Emacs editor.
Added: packages/rope/trunk/debian/copyright
===================================================================
--- packages/rope/trunk/debian/copyright (rev 0)
+++ packages/rope/trunk/debian/copyright 2008-07-30 22:55:56 UTC (rev 6068)
@@ -0,0 +1,35 @@
+This package was debianized by David Spreen <netzwurm at debian.org> on
+Tue, 29 Jul 2008 15:14:05 -0700.
+
+It was downloaded from http://rope.sourceforge.net/
+
+Upstream Authors:
+
+ Rope Development Team <rope-dev at googlegroups.com>
+
+Copyright:
+
+ Copyright (C) 2008 Rope Development Team
+
+
+License:
+
+ This package 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 package 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2008, David Spreen <netzwurm at debian.org> and
+is licensed under the GPL, see above.
\ No newline at end of file
Added: packages/rope/trunk/debian/docs
===================================================================
--- packages/rope/trunk/debian/docs (rev 0)
+++ packages/rope/trunk/debian/docs 2008-07-30 22:55:56 UTC (rev 6068)
@@ -0,0 +1 @@
+README.txt
Added: packages/rope/trunk/debian/pycompat
===================================================================
--- packages/rope/trunk/debian/pycompat (rev 0)
+++ packages/rope/trunk/debian/pycompat 2008-07-30 22:55:56 UTC (rev 6068)
@@ -0,0 +1 @@
+2
Added: packages/rope/trunk/debian/rules
===================================================================
--- packages/rope/trunk/debian/rules (rev 0)
+++ packages/rope/trunk/debian/rules 2008-07-30 22:55:56 UTC (rev 6068)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
\ No newline at end of file
Property changes on: packages/rope/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/rope/trunk/debian/watch
===================================================================
--- packages/rope/trunk/debian/watch (rev 0)
+++ packages/rope/trunk/debian/watch 2008-07-30 22:55:56 UTC (rev 6068)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/rope/rope-(.*)\.tar\.gz
\ No newline at end of file
More information about the Python-modules-commits
mailing list