[Python-modules-commits] r6071 - in packages/ropemacs/trunk (9 files)

netzwurm at users.alioth.debian.org netzwurm at users.alioth.debian.org
Wed Jul 30 22:58:41 UTC 2008


    Date: Wednesday, July 30, 2008 @ 22:58:39
  Author: netzwurm
Revision: 6071

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/ropemacs/trunk/debian/
  packages/ropemacs/trunk/debian/changelog
  packages/ropemacs/trunk/debian/compat
  packages/ropemacs/trunk/debian/control
  packages/ropemacs/trunk/debian/copyright
  packages/ropemacs/trunk/debian/docs
  packages/ropemacs/trunk/debian/pycompat
  packages/ropemacs/trunk/debian/rules
  packages/ropemacs/trunk/debian/watch


Property changes on: packages/ropemacs/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/ropemacs/trunk/debian/changelog
===================================================================
--- packages/ropemacs/trunk/debian/changelog	                        (rev 0)
+++ packages/ropemacs/trunk/debian/changelog	2008-07-30 22:58:39 UTC (rev 6071)
@@ -0,0 +1,6 @@
+ropemacs (0.6c2-1) unstable; urgency=low
+
+  * Initial release (Closes: #492931).
+
+ -- David Spreen <netzwurm at debian.org>  Tue, 29 Jul 2008 17:29:41 -0700
+

Added: packages/ropemacs/trunk/debian/compat
===================================================================
--- packages/ropemacs/trunk/debian/compat	                        (rev 0)
+++ packages/ropemacs/trunk/debian/compat	2008-07-30 22:58:39 UTC (rev 6071)
@@ -0,0 +1 @@
+7

Added: packages/ropemacs/trunk/debian/control
===================================================================
--- packages/ropemacs/trunk/debian/control	                        (rev 0)
+++ packages/ropemacs/trunk/debian/control	2008-07-30 22:58:39 UTC (rev 6071)
@@ -0,0 +1,24 @@
+Source: ropemacs
+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/ropemacs.html
+
+Package: python-ropemacs
+Architecture: all
+Depends: ${Python:Depends}, pymacs, python-rope
+XB-Python-Version: ${Python:Versions}
+Description: Emacs mode for Python refactoring
+ Rope is a Python 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. For a complete list of features, 
+ see the project homepage.
+ . 
+ This package provides the features of the python-rope library through a Emacs 
+ major mode using the pymacs package. 

Added: packages/ropemacs/trunk/debian/copyright
===================================================================
--- packages/ropemacs/trunk/debian/copyright	                        (rev 0)
+++ packages/ropemacs/trunk/debian/copyright	2008-07-30 22:58:39 UTC (rev 6071)
@@ -0,0 +1,35 @@
+This package was debianized by David Spreen <netzwurm at debian.org> on
+Tue, 29 Jul 2008 17:29:41 -0700.
+
+It was downloaded from http://rope.sourceforge.net/ropemacs.html
+
+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/ropemacs/trunk/debian/docs
===================================================================
--- packages/ropemacs/trunk/debian/docs	                        (rev 0)
+++ packages/ropemacs/trunk/debian/docs	2008-07-30 22:58:39 UTC (rev 6071)
@@ -0,0 +1 @@
+README.txt
\ No newline at end of file

Added: packages/ropemacs/trunk/debian/pycompat
===================================================================
--- packages/ropemacs/trunk/debian/pycompat	                        (rev 0)
+++ packages/ropemacs/trunk/debian/pycompat	2008-07-30 22:58:39 UTC (rev 6071)
@@ -0,0 +1 @@
+2

Added: packages/ropemacs/trunk/debian/rules
===================================================================
--- packages/ropemacs/trunk/debian/rules	                        (rev 0)
+++ packages/ropemacs/trunk/debian/rules	2008-07-30 22:58:39 UTC (rev 6071)
@@ -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/ropemacs/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/ropemacs/trunk/debian/watch
===================================================================
--- packages/ropemacs/trunk/debian/watch	                        (rev 0)
+++ packages/ropemacs/trunk/debian/watch	2008-07-30 22:58:39 UTC (rev 6071)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/rope/ropemacs-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list