File: python-coverage-doc.maintscript

package info (click to toggle)
python-coverage 6.5.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,580 kB
  • sloc: python: 25,471; ansic: 1,152; javascript: 1,104; makefile: 253; sh: 107; xml: 48
file content (16 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# debian/python-coverage-doc.maintscript
# Maintainer script helper commands for ‘python-coverage-doc’ package.
#
# Manual page: ‘dh_installdeb(1)’, ‘dpkg-maintscript-helper(1)’.

# This documentation package documentation is now relevant for all binary
# packages. Migrate existing documentation directories to symlink to the
# documentation package directory.
dir_to_symlink /usr/share/doc/@PACKAGE@ ../python3-coverage 6.2+dfsg1-2~


# Local variables:
# coding: utf-8
# mode: sh
# End:
# vim: fileencoding=utf-8 filetype=sh :