From 8a95ae229c5a1528f49247e2688e6feb15e57475 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 1 Jul 2013 13:46:03 +0100 Subject: [PATCH] debian/control: wrap and sort lists of (Build-)Depends This minimizes VCS diff/conflicts when they change. Signed-off-by: Simon McVittie Signed-off-by: Artem Bityutskiy --- debian/control | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1263fe7..66792f6 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,17 @@ Source: bmap-tools Maintainer: Artem Bityutskiy Section: python Priority: optional -Build-Depends: debhelper (>= 7), python-all, python-distribute +Build-Depends: debhelper (>= 7), + python-all, + python-distribute, Standards-Version: 3.8.4 XS-Python-Version: current Package: bmap-tools Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python (>=2.7) +Depends: python (>=2.7), + ${misc:Depends}, + ${python:Depends}, XB-Python-Version: ${python:Versions} Description: tool to flash image files to block devices using the block map bmaptool is a generic tool for creating the block map (bmap) for a -- 2.7.4