1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
#! /usr/bin/dh-exec --with-scripts=filter-arch,filter-build-profiles
# .la files are to be discarded per policy x.y.z;
# .so files will be regenerated at install time
usr/lib/*/*.la
usr/lib/*/*.so
# libgettextlib is internal use only
usr/lib/*/libgettextlib.a
# libgettextsrc is internal use only
usr/lib/*/libgettextsrc.a
# libtextstyle is internal use only
usr/include/textstyle.h
usr/include/textstyle/*
usr/lib/*/libtextstyle.a
# libtextstyle is internal use only, no documentation
usr/share/doc/libtextstyle/*
usr/share/info/libtextstyle.info
# .elc files will be regenerated at install time
usr/share/emacs/site-lisp/*.elc
# not wanted by doc-base
usr/share/doc/gettext/javadoc2/package-list
# installed via maven-repo-helper to have proper symlinks
usr/share/gettext/libintl.jar
# The following two files are not installed:
# A) If the architecture does not support Java
# OR
# B) If build profile "nojava" has been selected
[hppa hurd-any kfreebsd-any] usr/share/gettext/gettext.jar
[hppa hurd-any kfreebsd-any] usr/share/gettext/javaversion.class
<nojava> usr/share/gettext/gettext.jar
<nojava> usr/share/gettext/javaversion.class
|