Skip to content

Commit f19b420

Browse files
committed
Update GenerateDeb.java
1 parent 82e6cfd commit f19b420

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/github/fvarrui/javapackager/gradle/GenerateDeb.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public File apply(Packager packager) throws Exception {
6464
debTask.setDistribution("development");
6565
debTask.setEpoch(0);
6666
debTask.setRelease("1");
67+
debTask.customField("Section", "misc");
6768

6869
// installation destination
6970
debTask.into("/opt/" + name);

0 commit comments

Comments
 (0)