[Python-modules-commits] [python-svg.path] 02/04: run cme fix

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Sep 21 19:54:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository python-svg.path.

commit a0c4d6940cca29eb3caba23b4f8c777c8e0c619c
Author: Daniel Stender <debian at danielstender.com>
Date:   Mon Sep 21 19:22:44 2015 +0200

    run cme fix
---
 debian/changelog                           |  2 +-
 debian/compat                              |  2 +-
 debian/control                             | 34 +++++++++++++-----------------
 debian/copyright                           |  2 +-
 debian/patches/test_doc-absolute-path.diff |  3 +--
 debian/source/format                       |  2 +-
 debian/source/options                      |  6 +++++-
 7 files changed, 25 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e59de5..7cadc84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ python-svg.path (2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #775238).
 
- -- Daniel Stender <debian at danielstender.com>  Mon, 21 Sep 2015 19:14:19 +0200
+ -- Daniel Stender <debian at danielstender.com>  Mon, 21 Sep 2015 19:22:20 +0200
diff --git a/debian/compat b/debian/compat
index f11c82a..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
\ No newline at end of file
+9
diff --git a/debian/control b/debian/control
index edeffa4..3dd2672 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,26 @@
 Source: python-svg.path
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Section: python
+Testsuite: autopkgtest
 Priority: optional
-Maintainer: Daniel Stender <debian at danielstender.com>
-Uploaders:
- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools
 Standards-Version: 3.9.6
-Homepage: https://github.com/regebro/svg.path
-Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-svg.path.git
 Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-svg.path.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-svg.path.git
+Homepage: https://github.com/regebro/svg.path
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.1
-Testsuite: autopkgtest
 
 Package: python-svg.path
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends}
 Description: SVG path objects and parser for Python
  In SVG (Scalable Vector Graphics), paths are used to draw simple or
  compounded shape outlines. svg.path is a collection of objects
@@ -34,9 +31,8 @@ Description: SVG path objects and parser for Python
 
 Package: python3-svg.path
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends}
 Description: SVG path objects and parser for Python3
  In SVG (Scalable Vector Graphics), paths are used to draw simple or
  compounded shape outlines. svg.path is a collection of objects
diff --git a/debian/copyright b/debian/copyright
index de8aa6c..2003f3f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Source: https://github.com/regebro/svg.path
 Files: *
 Copyright: 2013-2014 Lennart Regebro
                      Justin Gruenberg
-		     Michiel Schelling
+                     Michiel Schelling
 License: CC0-1.0
 
 Files: debian/*
diff --git a/debian/patches/test_doc-absolute-path.diff b/debian/patches/test_doc-absolute-path.diff
index 2daa205..7e3deb4 100644
--- a/debian/patches/test_doc-absolute-path.diff
+++ b/debian/patches/test_doc-absolute-path.diff
@@ -1,9 +1,8 @@
 Description: don't use relative path to import doctests from
  README.rst, because that doesn't work with pybuild
-Author: Daniel Stender <debian at danielstender.com>
 Forwarded: no
+Author: Daniel Stender <debian at danielstender.com>
 Last-Update: 2015-09-17
-
 --- a/src/svg/path/tests/test_doc.py
 +++ b/src/svg/path/tests/test_doc.py
 @@ -3,5 +3,5 @@
diff --git a/debian/source/format b/debian/source/format
index 46ebe02..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (quilt)
\ No newline at end of file
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
index 09460e4..448fdfa 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1 +1,5 @@
-extend-diff-ignore="^src/[^/]+\.egg-info/"
\ No newline at end of file
+## This file was written by cme command.
+## You can run 'cme edit dpkg' to modify this file.
+## You may also modify the content of this file with your favorite editor.
+
+extend-diff-ignore="^src/[^/]+\.egg-info/"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-svg.path.git



More information about the Python-modules-commits mailing list