[Python-modules-commits] r29798 - in packages/ropemacs/trunk/debian (8 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Thu Jul 17 07:11:36 UTC 2014
Date: Thursday, July 17, 2014 @ 07:11:35
Author: arnau
Revision: 29798
* New upstream release.
* New maintainer. Closes: #738929.
* New upstream release.
+ d/watch: Update download URL.
+ d/control: Depend against python-rope >= 0.9.4 and python-ropemode >= 0.2.
+ d/docs: Add todo.txt.
+ d/rules: Add docs/done.txt as upstream changelog.
* d/control:
+ Bump Standards-Version to 3.9.5.
- d/copyright: Switched to machine-readable format.
* d/source/format: Switched to 3.0 (quilt).
+ d/source/options: Ignore changes in egg-info directory.
Added:
packages/ropemacs/trunk/debian/source/options
Modified:
packages/ropemacs/trunk/debian/changelog
packages/ropemacs/trunk/debian/control
packages/ropemacs/trunk/debian/copyright
packages/ropemacs/trunk/debian/docs
packages/ropemacs/trunk/debian/rules
packages/ropemacs/trunk/debian/source/format
packages/ropemacs/trunk/debian/watch
Modified: packages/ropemacs/trunk/debian/changelog
===================================================================
--- packages/ropemacs/trunk/debian/changelog 2014-07-17 05:31:45 UTC (rev 29797)
+++ packages/ropemacs/trunk/debian/changelog 2014-07-17 07:11:35 UTC (rev 29798)
@@ -1,16 +1,30 @@
-ropemacs (0.6.0-1) UNRELEASED; urgency=low
+ropemacs (0.7-1) unstable; urgency=low
[ David Spreen ]
- * New upstream release (Closes: 530272)
+ * New upstream release. Closes: #530272.
* debian/watch
- Added mangle to account for upstream versioning seeing 0.6
- as later than 0.6c2. Renamed version to 0.6.0
+ as later than 0.6c2. Renamed version to 0.6.0.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:54 +0200
+ [ Arnaud Fontaine ]
+ * New upstream release.
+ * New maintainer. Closes: #738929.
+ * New upstream release.
+ + d/watch: Update download URL.
+ + d/control: Depend against python-rope >= 0.9.4 and python-ropemode >= 0.2.
+ + d/docs: Add todo.txt.
+ + d/rules: Add docs/done.txt as upstream changelog.
+ * d/control:
+ + Bump Standards-Version to 3.9.5.
+ - d/copyright: Switched to machine-readable format.
+ * d/source/format: Switched to 3.0 (quilt).
+ + d/source/options: Ignore changes in egg-info directory.
+ -- Arnaud Fontaine <arnau at debian.org> Thu, 17 Jul 2014 12:23:22 +0900
+
ropemacs (0.6c2-5) unstable; urgency=low
* Team upload.
@@ -26,13 +40,13 @@
[ David Spreen ]
* debian/control
- - Fixing typos in Depends and XB-Python-Version fields. Patch by
- Julián Hernández Gómez <julianhernandez at gmail.com>
+ - Fixing typos in Depends and XB-Python-Version fields. Patch by
+ Julián Hernández Gómez <julianhernandez at 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 at debian.org> Thu, 23 Apr 2009 10:32:37 -0700
ropemacs (0.6c2-3) unstable; urgency=low
Modified: packages/ropemacs/trunk/debian/control
===================================================================
--- packages/ropemacs/trunk/debian/control 2014-07-17 05:31:45 UTC (rev 29797)
+++ packages/ropemacs/trunk/debian/control 2014-07-17 07:11:35 UTC (rev 29798)
@@ -1,18 +1,24 @@
Source: ropemacs
Section: devel
Priority: optional
-Maintainer: David Spreen <netzwurm at debian.org>
+Maintainer: Arnaud Fontaine <arnau at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7.0.0), python (>= 2.6.6-3~)
-X-Python-Version: >=2.5
-Standards-Version: 3.8.1
+Build-Depends: cdbs (>= 0.4.90~),
+ debhelper (>= 7.0.0),
+ python (>= 2.6.6-3~)
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/ropemacs/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/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
+Depends: ${python:Depends},
+ ${misc:Depends},
+ pymacs,
+ python-rope (>= 0.9.4),
+ python-ropemode (>= 0.2)
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
Modified: packages/ropemacs/trunk/debian/copyright
===================================================================
--- packages/ropemacs/trunk/debian/copyright 2014-07-17 05:31:45 UTC (rev 29797)
+++ packages/ropemacs/trunk/debian/copyright 2014-07-17 07:11:35 UTC (rev 29798)
@@ -1,39 +1,30 @@
-This package was debianized by David Spreen <netzwurm at debian.org> on
-Tue, 29 Jul 2008 17:29:41 -0700.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ropemacs
+Upstream-Contact: Ali Gholami Rudi <aligrudi at users.sourceforge.net>
+Source: https://pypi.python.org/pypi/ropemacs
-It was downloaded from http://rope.sourceforge.net/ropemacs.html
+Files: *
+Copyright: 2007-2014 Ali Gholami Rudi <aligrudi at users.sourceforge.net>
+License: GPL-2+
-Upstream Authors:
+Files: debian/*
+Copyright: 2008-2014 David Spreen <netzwurm at debian.org>
+ 2014 Arnaud Fontaine <arnau at debian.org>
+License: GPL-2+
- Ali Gholami Rudi <aligrudi at gmail.com>
-
-Upstream Contributors:
- Sebastjan Trepca <trepca at gmail.com>
- Stefan Reichoer <stefan at 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 at debian.org> and
-is licensed under the GPL, see above.
+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 St, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ may be found in '/usr/share/common-licenses/GPL-2'.
Modified: packages/ropemacs/trunk/debian/docs
===================================================================
--- packages/ropemacs/trunk/debian/docs 2014-07-17 05:31:45 UTC (rev 29797)
+++ packages/ropemacs/trunk/debian/docs 2014-07-17 07:11:35 UTC (rev 29798)
@@ -1 +1,2 @@
README.txt
+docs/todo.txt
Modified: packages/ropemacs/trunk/debian/rules
===================================================================
--- packages/ropemacs/trunk/debian/rules 2014-07-17 05:31:45 UTC (rev 29797)
+++ packages/ropemacs/trunk/debian/rules 2014-07-17 07:11:35 UTC (rev 29798)
@@ -2,3 +2,5 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_INSTALL_CHANGELOGS_ALL := docs/done.txt
Modified: packages/ropemacs/trunk/debian/source/format
===================================================================
--- packages/ropemacs/trunk/debian/source/format 2014-07-17 05:31:45 UTC (rev 29797)
+++ packages/ropemacs/trunk/debian/source/format 2014-07-17 07:11:35 UTC (rev 29798)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
Added: packages/ropemacs/trunk/debian/source/options
===================================================================
--- packages/ropemacs/trunk/debian/source/options (rev 0)
+++ packages/ropemacs/trunk/debian/source/options 2014-07-17 07:11:35 UTC (rev 29798)
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info"
\ No newline at end of file
Modified: packages/ropemacs/trunk/debian/watch
===================================================================
--- packages/ropemacs/trunk/debian/watch 2014-07-17 05:31:45 UTC (rev 29797)
+++ packages/ropemacs/trunk/debian/watch 2014-07-17 07:11:35 UTC (rev 29798)
@@ -2,4 +2,4 @@
# We need to account for the fact that upstream version numbers count
# 0.6 as higher than 0.6c2
opts="uversionmangle=s/^0.6$/0.6.0/" \
-http://sf.net/rope/ropemacs-(.*)\.tar\.gz
+https://pypi.python.org/packages/source/r/ropemacs/ropemacs-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list