Procházet zdrojové kódy

Use line-based list syntax in Build-Depends

Line-based list syntax makes lists easy to extend without creating
commit noise.
Alois Mahdal před 8 roky
rodič
revize
53e5c7fed8
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      src/stub

+ 2
- 1
src/stub Zobrazit soubor

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