You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/sphinx/GettingStartedApplications/MyFirstProject.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ installation and update mechanism. So, let's try to make a debian out of our p
88
88
[error] packageDescription in Debian := "My package Description"
89
89
[error] Total time: 0 s, completed Apr 1, 2014 10:21:13 AM
90
90
91
-
Here, the native packager is warning that we haven't fully configured all the information required to genreate a valid debian file. In particular, the packageDescription needs to be filled out for debian, in addition to a few other settings. Let's add the debian configuration to ``build.sbt`` ::
91
+
Here, the native packager is warning that we haven't fully configured all the information required to generate a valid debian file. In particular, the packageDescription needs to be filled out for debian, in addition to a few other settings. Let's add the debian configuration to ``build.sbt`` ::
0 commit comments