Skip to content

Commit

Permalink
fixes for deb
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheler committed Jul 30, 2024
1 parent 7f0196e commit a1324ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
petsc-dev,
slepc-dev,
gmsh
Standards-Version: 4.6.2
Standards-Version: 4.7.0
Homepage: https://www.seamplex.com/feenox
Rules-Requires-Root: no
Vcs-Git: https://github.com/seamplex/feenox.git
Expand Down
2 changes: 1 addition & 1 deletion dist/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Copyright: 2024 Jeremy Theler <jeremy@seamplex.com>
License: GPL-3.0+

Files:
README INSTALL config* *.m4
README INSTALL config* aclocal.m4 ax_gcc_builtin.m4 config_links.m4 versiongit.m4 version.m4
Copyright: 2024 Jeremy Theler <jeremy@seamplex.com>
License: FSFAP

Expand Down
1 change: 1 addition & 0 deletions dist/rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_BUILD_OPTIONS=buildinfo=+path

%:
dh $@ --with autoreconf

0 comments on commit a1324ea

Please sign in to comment.