Fix Recommend field in debian control file
Previously it gave this warning: dpkg-source: warning: unknown information field 'Recommend' in input data in package's section of control info file
This commit is contained in:
parent
62deb28472
commit
e1599a2bf8
2
debian/control
vendored
2
debian/control
vendored
@ -13,5 +13,5 @@ Standards-Version: 3.9.3
|
|||||||
Package: write-as-gtk
|
Package: write-as-gtk
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
Recommend: fonts-open-sans, fonts-hack
|
Recommends: fonts-open-sans, fonts-hack
|
||||||
Description: A distraction free and private writing tool, with builtin publishing.
|
Description: A distraction free and private writing tool, with builtin publishing.
|
||||||
|
Loading…
Reference in New Issue
Block a user