-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Fix from #114 was not enough. Changes generation must be explicitly enabled in maker:
--- i/src/main/groovy/com/netflix/gradle/plugins/deb/DebCopyAction.groovy
+++ w/src/main/groovy/com/netflix/gradle/plugins/deb/DebCopyAction.groovy
@@ -312,6 +312,8 @@ class DebCopyAction extends AbstractPackagingCopyAction<Deb> {
File debFile = task.getArchiveFile().get().asFile
maker.setControl(debianDir)
maker.setDeb(debFile)
+ maker.setChangesOut(task.getChangesFile())
+ maker.setChangesEnabled(true)
if (StringUtils.isNotBlank(task.getSigningKeyId())
&& StringUtils.isNotBlank(task.getSigningKeyPassphrase())
&& task.getSigningKeyRingFile().exists()) {
Metadata
Metadata
Assignees
Labels
No labels