We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570719c commit 458021fCopy full SHA for 458021f
.github/workflows/main.yml
@@ -70,3 +70,9 @@ jobs:
70
run: lintian --info --display-info opendds.deb
71
continue-on-error: true
72
if: always()
73
+
74
+ - uses: actions/upload-artifact@v4
75
+ with:
76
+ name: deb
77
+ path: opendds_*_*.deb
78
+ compression-level: 0 # no compression
debian/opendds.lintian-overrides
@@ -1 +1,6 @@
1
binary-without-manpage *
2
3
+# ACE/TAO specific
4
+national-encoding usr/share/ace/THANKS
5
+national-encoding usr/share/tao/docs/releasenotes/notify.html
6
+executable-not-elf-or-script usr/share/ace/bin/ace_install_pkgconfig.pl
0 commit comments