Skip to content

Commit

Permalink
flags for lintian
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy theler committed Jul 21, 2024
1 parent 7bd746a commit 700e81c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 14 additions & 1 deletion dist/dsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,21 @@ cp ../metadata debian/upstream
m4 -Dfeenox_version=${version} ../changelog > debian/changelog
rm -f debian/source/control debian/tests/control debian/patches/series debian/source/local-options debian/source/options debian/source/patch-header
rmdir debian/patches
rm COPYING
rm -f COPYING debian/feenox/usr/share/doc/feenox/COPYRIGHT.gz
debuild
# # we could have also used
# pdebuild

cd ..
lintian -v -i -I -E --pedantic --profile debian feenox_${version}-1.dsc
lintian -v -i -I -E --pedantic --profile debian feenox_${version}-1.deb
lintian -v -i -I -E --pedantic --profile debian feenox_${version}-1_amd64.changes
lintian -v -i -I -E --pedantic --profile debian feenox_${version}-1_amd64.buildinfo


feenox_1.0.66-1_amd64.changes

# # check
# sudo pbuilder create --debootstrapopts --variant=buildd
# sudo pbuilder update
# sudo pbuilder build feenox_${version}-1.dsc
2 changes: 2 additions & 0 deletions dist/rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
dh $@ --with autoreconf

0 comments on commit 700e81c

Please sign in to comment.