File: not-installed

package info (click to toggle)
gettext 0.23.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168,104 kB
  • sloc: ansic: 532,579; sh: 68,252; perl: 28,011; makefile: 9,066; lisp: 3,184; yacc: 1,055; java: 615; cs: 589; cpp: 397; objc: 343; sed: 79; tcl: 63; xml: 40; pascal: 11; php: 7; awk: 7
file content (39 lines) | stat: -rwxr-xr-x 1,149 bytes parent folder | download | duplicates (2)
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