[Python-modules-commits] [ropemacs] 03/07: New upstream release (0.8).
Arnaud Fontaine
arnau at moszumanska.debian.org
Thu Dec 1 08:12:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
arnau pushed a commit to branch master
in repository ropemacs.
commit 7976d3292f609a7811b189acd31d997aeeac0536
Author: Arnaud Fontaine <arnaud.fontaine at nexedi.com>
Date: Thu Dec 1 17:04:58 2016 +0900
New upstream release (0.8).
---
debian/changelog | 13 ++++++++++---
debian/control | 2 +-
debian/copyright | 4 ++--
debian/docs | 4 ++--
debian/rules | 2 +-
ropemacs.egg-info/SOURCES.txt | 1 +
ropemacs.egg-info/requires.txt | 2 +-
7 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f3b3087..32c67b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-ropemacs (0.7-2) UNRELEASED; urgency=medium
+ropemacs (0.8-1) UNRELEASED; urgency=medium
- * Fixed VCS URL (https)
+ [ Arnaud Fontaine ]
+ * New upstream release.
+ + d/control: Update Homepage.
+ + d/copyright: Update copyright years.
+ + d/docs, d/rules: *.txt have been renamed to .rst.
+
+ [ Ondřej Nový ]
+ * d/control: Fixed VCS URL (https).
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:30:49 +0200
+ -- Arnaud Fontaine <arnau at debian.org> Thu, 01 Dec 2016 16:58:35 +0900
ropemacs (0.7-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b4d33b6..b300f3e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ X-Python-Version: >= 2.5
Standards-Version: 3.9.5
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ropemacs.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ropemacs.git
-Homepage: http://rope.sourceforge.net/ropemacs.html
+Homepage: https://github.com/python-rope/ropemacs
Package: python-ropemacs
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index da437a6..71e1f47 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,12 +4,12 @@ Upstream-Contact: Ali Gholami Rudi <aligrudi at users.sourceforge.net>
Source: https://pypi.python.org/pypi/ropemacs
Files: *
-Copyright: 2007-2014 Ali Gholami Rudi <aligrudi at users.sourceforge.net>
+Copyright: 2007-2016 Ali Gholami Rudi <aligrudi at users.sourceforge.net>
License: GPL-2+
Files: debian/*
Copyright: 2008-2014 David Spreen <netzwurm at debian.org>
- 2014 Arnaud Fontaine <arnau at debian.org>
+ 2014-2016 Arnaud Fontaine <arnau at debian.org>
License: GPL-2+
License: GPL-2+
diff --git a/debian/docs b/debian/docs
index 866d63e..cac63d6 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,2 @@
-README.txt
-docs/todo.txt
+README.rst
+docs/todo.rst
diff --git a/debian/rules b/debian/rules
index a06c8e6..8acb0ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-DEB_INSTALL_CHANGELOGS_ALL := docs/done.txt
+DEB_INSTALL_CHANGELOGS_ALL := docs/done.rst
diff --git a/ropemacs.egg-info/SOURCES.txt b/ropemacs.egg-info/SOURCES.txt
index 2d6b16b..cfccdb5 100644
--- a/ropemacs.egg-info/SOURCES.txt
+++ b/ropemacs.egg-info/SOURCES.txt
@@ -2,6 +2,7 @@ CONTRIBUTORS
COPYING
MANIFEST.in
README.rst
+setup.cfg
setup.py
docs/done.rst
docs/pymacs_signalrecursion.patch
diff --git a/ropemacs.egg-info/requires.txt b/ropemacs.egg-info/requires.txt
index f7cabbb..bc6178e 100644
--- a/ropemacs.egg-info/requires.txt
+++ b/ropemacs.egg-info/requires.txt
@@ -1,2 +1,2 @@
rope >= 0.9.4
-ropemode >= 0.2
\ No newline at end of file
+ropemode >= 0.2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ropemacs.git
More information about the Python-modules-commits
mailing list