Browse Source

Use line-based list syntax in Build-Depends

Line-based list syntax makes lists easy to extend without creating
commit noise.
Alois Mahdal 6 years ago
parent
commit
53e5c7fed8
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/stub

+ 2
- 1
src/stub View File

@@ -177,7 +177,8 @@ deploy() {
177 177
             echo 'Section: misc'
178 178
             echo 'Priority: extra'
179 179
             echo 'Standards-Version: 3.9.2'
180
-            echo 'Build-Depends: debhelper (>= 9)'
180
+            echo 'Build-Depends:'
181
+            echo ' debhelper (>= 9),'
181 182
             echo ''
182 183
             echo 'Package: __MKIT_PROJ_PKGNAME__'
183 184
             echo 'Architecture: all'