[game-data-packager] 03/11: Partially apply wrap-and-sort to dependencies

Simon McVittie smcv at debian.org
Sun Dec 31 16:59:26 UTC 2017


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

smcv pushed a commit to branch master
in repository game-data-packager.

commit a84b5d7682ad5c993cfa8ee8c49d70e961b009ea
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Dec 31 12:09:31 2017 +0000

    Partially apply wrap-and-sort to dependencies
    
    Signed-off-by: Simon McVittie <smcv at debian.org>
---
 debian/control | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 11512f3..a6da56f 100644
--- a/debian/control
+++ b/debian/control
@@ -31,11 +31,11 @@ Homepage: https://wiki.debian.org/Games/GameDataPackager
 
 Package: game-data-packager
 Depends:
- ${misc:Depends},
- ${python3:Depends},
  dpkg (>= 1.19.0) | fakeroot,
  python3-debian,
  python3-yaml,
+ ${misc:Depends},
+ ${python3:Depends},
 Recommends:
  game-data-packager-runtime,
 Suggests:
@@ -75,7 +75,8 @@ Suggests:
 	xdelta,
 # for Unreal
 	gir1.2-gdkpixbuf-2.0,
-Breaks: lgogdownloader (<< 2.26-1~)
+Breaks:
+ lgogdownloader (<< 2.26-1~),
 Architecture: all
 Multi-Arch: foreign
 Description: Installer for game data files
@@ -292,11 +293,11 @@ Description: dedicated server for Enemy Territory: Quake Wars
 
 Package: game-data-packager-runtime
 Depends:
- ${python3:Depends},
- ${misc:Depends},
- python3-gi,
  gir1.2-gtk-3.0,
  gir1.2-pango-1.0,
+ python3-gi,
+ ${misc:Depends},
+ ${python3:Depends},
 Breaks:
  game-data-packager (<< 46~),
 Replaces:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list