We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e6cfd commit f19b420Copy full SHA for f19b420
src/main/java/io/github/fvarrui/javapackager/gradle/GenerateDeb.java
@@ -64,6 +64,7 @@ public File apply(Packager packager) throws Exception {
64
debTask.setDistribution("development");
65
debTask.setEpoch(0);
66
debTask.setRelease("1");
67
+ debTask.customField("Section", "misc");
68
69
// installation destination
70
debTask.into("/opt/" + name);
0 commit comments