ICU-678 Remove libicuctestfw from distribution.
Get rid of th removal of gentest because ICU does not install it anymore. Add an undocumented program, gennorm. Move usr/bin into the icu package (that is where uconv is). Update doc-base. Changed packages sections. Moved more packages in the binary-indep rule. Need sleep. X-SVN-Rev: 6773
This commit is contained in:
parent
e54b52b45f
commit
4ce7bf0b34
@ -8,7 +8,6 @@ Abstract: This manual describes the APIs of the
|
||||
Section: Libs
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/icu-docs/html/index.html
|
||||
Files: /usr/share/doc/icu-docs/html/*.html
|
||||
|
||||
Index: /usr/share/doc/icu-doc/index.html
|
||||
Files: /usr/share/doc/icu-doc/*.html
|
||||
|
||||
|
@ -137,10 +137,10 @@ binary-arch: build install
|
||||
# dh_testversion
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm debian/tmp/usr/sbin/gentest
|
||||
#
|
||||
# build libicu${major} package by moving files from icu-dev
|
||||
#
|
||||
rm -f debian/tmp/usr/lib/libicuctestfw.*
|
||||
dh_movefiles -plibicu$(major) \
|
||||
usr/lib/*.so.* \
|
||||
usr/lib/libicudt*
|
||||
@ -150,6 +150,7 @@ binary-arch: build install
|
||||
#
|
||||
dh_movefiles -picu \
|
||||
etc \
|
||||
usr/bin \
|
||||
usr/sbin \
|
||||
$(icudatadir)/README \
|
||||
$(iculibdir)/*.cnv \
|
||||
@ -188,7 +189,7 @@ binary-arch: build install
|
||||
dh_installcron
|
||||
dh_installmanpages -picu
|
||||
dh_installinfo
|
||||
dh_undocumented -picu genccode.8 gennames.8 \
|
||||
dh_undocumented -picu genccode.8 gennames.8 gennorm.8 \
|
||||
genprops.8 gentz.8 genfchk.8 genqchk.8 pkgdata.8
|
||||
dh_installchangelogs
|
||||
dh_link
|
||||
|
Loading…
Reference in New Issue
Block a user