Skip to content
Snippets Groups Projects

Add debian/apertis/lintian

Merged Vignesh Raman requested to merge wip/vignesh/enable-lintian-job into apertis/v2024dev1
9 files
+ 18
13
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 1
1
@@ -14,5 +14,5 @@ install:
$(INSTALL) -d $(AAC_CONFDIR)
for t in $(AAC_CONF); \
do \
$(INSTALL) $$t $(AAC_CONFDIR); \
$(INSTALL) $$t -m 644 $(AAC_CONFDIR); \
done
Loading