debian/*lintian-overrides*: move comments above overrides
authorHans van Kranenburg <hans@knorrie.org>
Fri, 5 Aug 2022 09:48:41 +0000 (11:48 +0200)
committerHans van Kranenburg <hans@knorrie.org>
Tue, 23 Aug 2022 11:40:41 +0000 (13:40 +0200)
The Lintian documentation tells us to put documentation for overrides
above the override line itself.

https://lintian.debian.org/manual/index.html#documenting-overrides

debian/libxenmiscV.lintian-overrides.vsn-in
debian/xen-doc.lintian-overrides
debian/xen-hypervisor-V-F.lintian-overrides.vsn-in
debian/xen-utils-V.lintian-overrides.vsn-in
debian/xenstore-utils.lintian-overrides

index 562575ac900fe901ad40e330a3b369a0a7eed547..e2ab9a8af78ea63ffd3e9004cf7c539fa6723a9f 100644 (file)
@@ -1,7 +1,7 @@
+# The ABI changes every Xen release and every Debian release anyway
+# and we do not upload to Debian packages based on Xen upstream
+# versions which are at least an rc with a stable ABI.
 no-symbols-control-file usr/lib/*/lib*.so.@version@.0
-# ^ the ABI changes every Xen release and every Debian release anyway
-#   and we do not upload to Debian packages based on Xen upstream
-#   versions which are at least an rc with a stable ABI.
 
+# Yes, this is a portmanteau package.  They all change at once.
 package-name-doesnt-match-sonames
-# ^ yes, this is a portmanteau package.  They all change at once.
index 13a78a238503ef5f8ea1eda36f61650a00435763..c2286c57205e3b9e507677188f9f9a18996b6479 100644 (file)
@@ -1,3 +1,3 @@
+# Indeed not.  It is arch-specific because the Xen upstream HTML
+# documentation contains arch-specific hypercall API information.
 documentation-package-not-architecture-independent
-# ^ Indeed not.  It is arch-specific because the Xen upstream HTML
-#   documentation contains arch-specific hhypercall API information.
index b0362510cae628f65aa174f5c67a6c86f02aa6ab..5c6df104ac2c48e0802caa7ebea5f1421dfea132 100644 (file)
@@ -1,4 +1,4 @@
+# Aas is traditional for kernels too, we ship the debug information
+# in the hypervisor package rather than creating yet another
+# package just for this file, which is only 50K or so anyway.
 debug-suffix-not-dbg usr/lib/debug/xen-*.efi.map.gz
-# ^ as is traditional for kernels too, we ship the debug information
-#   in the hypervisor package rather than creating yet another
-#   package just for this file, which is only 50K or so anyway.
index 8c0e496b118aef23133cd813b3cdb3fb5b0ff86c..f6aadc40ae388a91eccebe53b7eddcc9bf543f97 100644 (file)
@@ -1,13 +1,13 @@
 statically-linked-binary usr/lib/xen-@version@/boot/hvmloader
 statically-linked-binary usr/lib/xen-@version@/boot/xen-shim
 
+# That section is certainly needed for the tools etc. to be able
+# to load it!
 binary-has-unneeded-section usr/lib/xen-@version@/boot/xen-shim .note
-# ^ that section is certainly needed for the tools etc. to be able
-#   to load it!
 
+# This is a symbols file for the shim
 binary-from-other-architecture usr/lib/debug/xen-syms-@version@-shim/xen-shim-syms
-# ^ this is a symbols file for the shim
 
+# This module needs to load the libxenfsimage .so from within
+# the xen-utils private directory.  less +/xenfsimage debian/rules
 binary-or-shlib-defines-rpath usr/lib/xen-@version@/lib/python/xenfsimage.*.so /usr/lib/xen-@version@/lib/x86_64-linux-gnu
-# ^ this module needs to load the libxenfsimage .so from within
-#   the xen-utils private directory.  less +/xenfsimage debian/rules
index 7ba6bc17a70b71399fb17310a71ceace50a8c470..d1ce021e2384bf61827f955bc5d4c953c0bf6582 100644 (file)
@@ -1,6 +1,6 @@
+# These have --upto as a command line argument
 spelling-error-in-binary usr/bin/xenstore* upto up to
-# ^ these have --upto as a command line argument
 
+# It's not a homepage, it's a reference to help understand
+# why this package might be useful.
 description-possibly-contains-homepage https://wiki.xen.org/wiki/XenStore
-# ^ It's not a homepage, it's a reference to help understand
-#   why this package might be useful.