File: python-coverage-doc.maintscript

package info (click to toggle)
python-coverage 7.8.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,188 kB
  • sloc: python: 31,123; ansic: 1,184; javascript: 773; makefile: 304; 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 :