소스 검색

Use line-based list syntax in Build-Depends

Line-based list syntax makes lists easy to extend without creating
commit noise.
Alois Mahdal 6 년 전
부모
커밋
53e5c7fed8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/stub

+ 2
- 1
src/stub 파일 보기

@@ -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'