Skip to content

Commit

Permalink
github: fix build-deb-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wheeler committed Aug 15, 2024
1 parent 529f646 commit f610ca8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-deb-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
chmod +x debian/rules
echo "9" > debian/compat
echo "xnec2c ($VERSION) unstable; urgency=low\n\n * Initial release.\n\n -- Your Name <[email protected]> $(date -R)" > debian/changelog
cat > debian/control <<'EOL'
Source: xnec2c
echo "Source: xnec2c
Section: utils
Priority: optional
Maintainer: Your Name <[email protected]>
Expand All @@ -72,12 +71,11 @@ Homepage: https://www.example.com

Package: xnec2c
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: \${shlibs:Depends}, \${misc:Depends}
Description: A multi-threaded EM tool to model antenna near- and far-field radiation patterns.
Xnec2c is a high-performance multi-threaded electromagnetic simulation
package to model antenna near- and far-field radiation patterns for
Linux and UNIX operating systems.
EOL
Linux and UNIX operating systems." > debian/control
fi

- name: Build the DEB package using debuild
Expand Down

0 comments on commit f610ca8

Please sign in to comment.