-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric Wheeler
committed
Aug 15, 2024
1 parent
529f646
commit f610ca8
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
@@ -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 | ||
|