This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-nbpackage.git


The following commit(s) were added to refs/heads/master by this push:
     new b6044ef  Fix stack overflow in Deb packager task caused by non-removed 
call to super method.
     new 62ffb8f  Merge pull request #23 from neilcsmith-net/fix-stackoverflow
b6044ef is described below

commit b6044ef161df278293203f83895c66392d9a82aa
Author: Neil C Smith <[email protected]>
AuthorDate: Tue Mar 28 16:18:39 2023 +0100

    Fix stack overflow in Deb packager task caused by non-removed call to super 
method.
---
 src/main/java/org/apache/netbeans/nbpackage/deb/DebTask.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/netbeans/nbpackage/deb/DebTask.java 
b/src/main/java/org/apache/netbeans/nbpackage/deb/DebTask.java
index f9a37ef..44c756e 100644
--- a/src/main/java/org/apache/netbeans/nbpackage/deb/DebTask.java
+++ b/src/main/java/org/apache/netbeans/nbpackage/deb/DebTask.java
@@ -50,7 +50,6 @@ class DebTask extends AbstractPackagerTask {
 
     @Override
     protected void checkImageRequirements() throws Exception {
-        super.validateCreateImage();
         if (context().isImageOnly()) {
             validateTools(DPKG);
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to