[Pkg-mpd-commits] [python-mpd] 14/19: Sort package lists (wrap-and-sort -abst)

Simon McVittie smcv at debian.org
Sun May 22 18:17:09 UTC 2016


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

smcv pushed a commit to branch debian/experimental
in repository python-mpd.

commit 7a28ce0ea674a2e6dbce7414bad3894c07abf50c
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Apr 30 17:16:23 2016 +0100

    Sort package lists (wrap-and-sort -abst)
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4fbaae0..a4c3b48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ python-mpd (0.5.5-1) UNRELEASED; urgency=medium
   * Add myself to Uploaders
   * Standards-Version: 3.9.8 (no changes required)
   * Vcs-Git, Vcs-Browser: canonicalize
+  * Sort package lists (wrap-and-sort -abst)
 
  -- Simon McVittie <smcv at debian.org>  Sat, 30 Apr 2016 13:43:38 +0100
 
diff --git a/debian/control b/debian/control
index 6cadbf6..e16aaa5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,10 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- python3-setuptools,
- python-setuptools,
  python-all (>= 2.6.6-3~),
+ python-setuptools,
  python3-all,
+ python3-setuptools,
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
@@ -22,9 +22,9 @@ Homepage: https://github.com/Mic92/python-mpd2
 Package: python-mpd
 Architecture: all
 Depends:
- ${shlibs:Depends},
  ${misc:Depends},
  ${python:Depends},
+ ${shlibs:Depends},
 Breaks:
  python-mpd2 (<< 0.5.5-1~),
 Replaces:
@@ -40,9 +40,9 @@ Description: Python MPD client library
 Package: python3-mpd
 Architecture: all
 Depends:
- ${shlibs:Depends},
  ${misc:Depends},
  ${python3:Depends},
+ ${shlibs:Depends},
 Breaks:
  python3-mpd2 (<< 0.5.5-1~),
 Replaces:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list