We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2545b92 commit 626d4e1Copy full SHA for 626d4e1
src/main/java/org/vafer/jdeb/DebMaker.java
@@ -374,6 +374,8 @@ private void makeChangesFiles(final BinaryPackageControlFile packageControlFile)
374
try {
375
console.info("Creating changes file: " + changesOut);
376
377
+ changesOut.getParentFile().mkdirs();
378
+
379
out = new FileOutputStream(changesOut);
380
381
if (changesIn != null && changesIn.exists()) {
0 commit comments