ropemacs (0.6c2-4) debian-dir only changes

Summary

 debian/changelog |   38 ++++++++++++++++++++++++++++++++++++++
 debian/compat    |    1 +
 debian/control   |   24 ++++++++++++++++++++++++
 debian/copyright |   39 +++++++++++++++++++++++++++++++++++++++
 debian/docs      |    1 +
 debian/pycompat  |    1 +
 debian/rules     |    6 ++++++
 debian/watch     |    2 ++
 8 files changed, 112 insertions(+)

    
download this patch

Patch contents

--- ropemacs-0.6c2.orig/debian/compat
+++ ropemacs-0.6c2/debian/compat
@@ -0,0 +1 @@
+7
--- ropemacs-0.6c2.orig/debian/docs
+++ ropemacs-0.6c2/debian/docs
@@ -0,0 +1 @@
+README.txt
--- ropemacs-0.6c2.orig/debian/rules
+++ ropemacs-0.6c2/debian/rules
@@ -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
--- ropemacs-0.6c2.orig/debian/changelog
+++ ropemacs-0.6c2/debian/changelog
@@ -0,0 +1,38 @@
+ropemacs (0.6c2-4) unstable; urgency=low
+
+  [ Sandro Tosi]
+  * debian/control
+    - switch Vcs-Browser field to viewsvn
+
+  [ David Spreen ]
+  * debian/control
+    - Fixing typos in Depends and XB-Python-Version fields. Patch by 
+      Julián Hernández Gómez <julianhernandez@gmail.com> 
+      (closes: #519382)
+    - Added build-dependency on debhelper >= 7
+    - Added binary-dependency on ${misc:Depends}
+    - Updated standards version to 3.8.1
+  
+ -- David Spreen <netzwurm@debian.org>  Thu, 23 Apr 2009 10:32:37 -0700
+
+ropemacs (0.6c2-3) unstable; urgency=low
+
+  [ David Spreen ]
+  * debian/control: Fixed error in the description. Package provides minor,
+    not major mode.
+
+ -- David Spreen <netzwurm@debian.org>  Wed, 13 Aug 2008 14:24:28 -0700
+
+ropemacs (0.6c2-2) unstable; urgency=low
+
+  [ David Spreen ]
+  * debian/control: Changed section to devel after discussion on debian-python@lists.
+
+ -- David Spreen <netzwurm@debian.org>  Fri, 01 Aug 2008 11:52:12 -0700
+
+ropemacs (0.6c2-1) unstable; urgency=low
+
+  [ David Spreen ]
+  * Initial release (Closes: #492931).
+
+ -- David Spreen <netzwurm@debian.org>  Fri, 01 Aug 2008 10:45:04 -0700
--- ropemacs-0.6c2.orig/debian/pycompat
+++ ropemacs-0.6c2/debian/pycompat
@@ -0,0 +1 @@
+2
--- ropemacs-0.6c2.orig/debian/control
+++ ropemacs-0.6c2/debian/control
@@ -0,0 +1,24 @@
+Source: ropemacs
+Section: devel
+Priority: optional
+Maintainer: David Spreen <netzwurm@debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 7.0.0), python, python-central (>= 0.5.6)
+XS-Python-Version: >=2.5
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/ropemacs/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ropemacs/trunk/
+Homepage: http://rope.sourceforge.net/ropemacs.html
+
+Package: python-ropemacs
+Architecture: all
+Depends: ${python:Depends}, ${misc: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 
+ minor mode (on top of the Python mode) using the pymacs package. 
--- ropemacs-0.6c2.orig/debian/watch
+++ ropemacs-0.6c2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/rope/ropemacs-(.*)\.tar\.gz
--- ropemacs-0.6c2.orig/debian/copyright
+++ ropemacs-0.6c2/debian/copyright
@@ -0,0 +1,39 @@
+This package was debianized by David Spreen <netzwurm@debian.org> on
+Tue, 29 Jul 2008 17:29:41 -0700.
+
+It was downloaded from http://rope.sourceforge.net/ropemacs.html
+
+Upstream Authors:
+
+    Ali Gholami Rudi <aligrudi@gmail.com>
+
+Upstream Contributors:
+    Sebastjan Trepca <trepca@gmail.com>
+    Stefan Reichoer <stefan@xsteve.at>
+
+Copyright:
+
+    Copyright (C) 2007-2008 Ali Gholami Rudi
+
+
+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@debian.org> and
+is licensed under the GPL, see above.