Fix build instruction and rebuild

All entity files updated

Signed-off-by: Osamu Aoki <osamu@debian.org>
This commit is contained in:
Osamu Aoki 2019-03-12 23:46:48 +09:00
parent b3d0da5f81
commit 68c47fc0cb
10 changed files with 891 additions and 925 deletions

View file

@ -229,6 +229,7 @@ If you just updated typos in the ASCIIDOC file, e.g. `asciidoc/foo.txt`, please
test it first by generating HTML files only:
```
$ make debian-reference.raw.xml
$ make test "LANGPO="
```
@ -238,6 +239,8 @@ If this test causes no error, clean the source tree and commit it with:
```
$ make clean
$ git add asciidoc/*.txt
$ git add debian-reference.raw.xml
$ git add bin/replace_package
$ git commit -m "Updated ...."
$ make wrap; make po; make clean
$ git commit -a -m "make po"

View file

@ -48,7 +48,6 @@ package popcon size area description
------------------------------------------------------------------------------------------------------------------------------------------
`icedtea-plugin` @-@popcon1@-@ @-@psize1@-@ main Java plugin based on OpenJDK and IcedTea
`flashplugin-nonfree` @-@popcon1@-@ @-@psize1@-@ contrib Flash plugin helper to install Adobe Flash Player (i386, amd64 only)
`browser-plugin-vlc` @-@popcon1@-@ @-@psize1@-@ main Multimedia plugin based on https://en.wikipedia.org/wiki/VLC_media_player[VLC media player]
------------------------------------------------------------------------------------------------------------------------------------------
TIP: Although use of above Debian packages are much easier, browser plugins can be still manually enabled by installing "\*.so" into plugin directories (e.g., "`/usr/lib/iceweasel/plugins/`") and restarting browsers.

View file

@ -636,7 +636,6 @@ package popcon size description
`x11-xserver-utils` @-@popcon1@-@ @-@psize1@-@ X server utilities: `xset`(1), `xmodmap`(1)
`acpid` @-@popcon1@-@ @-@psize1@-@ daemon to manage events delivered by the Advanced Configuration and Power Interface (ACPI)
`acpi` @-@popcon1@-@ @-@psize1@-@ utility to display information on ACPI devices
`apmd` @-@popcon1@-@ @-@psize1@-@ daemon to manage events delivered by the Advanced Power Management (APM)
`sleepd` @-@popcon1@-@ @-@psize1@-@ daemon to put a laptop to sleep during inactivity
`hdparm` @-@popcon1@-@ @-@psize1@-@ hard disk access optimization (see <<_optimization_of_hard_disk>>)
`smartmontools` @-@popcon1@-@ @-@psize1@-@ control and monitor storage systems using https://en.wikipedia.org/wiki/S.M.A.R.T.[S.M.A.R.T.]

View file

@ -1,5 +1,5 @@
# This is autogenerated by Makefile. Update this with "make rawxml"
s/@emacs@/emacs25/g
s/@libpoppler@/libpoppler74/g
s/@libpoppler@/libpoppler82/g
s/@libgstreamer@/libgstreamer1.0-0/g
s/@libphonon@/libphonon4/g

View file

@ -1,6 +1,6 @@
<!ENTITY build-date "2018-07-01 15:51:07 UTC">
<!ENTITY build-date "2019-03-12 14:54:21 UTC">
<!ENTITY arch "amd64">
<!ENTITY dr-version "2.73">
<!ENTITY dr-version "2.75">
<!ENTITY codename-stable "stretch">
<!ENTITY Codename-stable "Stretch">
<!ENTITY codename-testing "buster">

View file

@ -1 +1 @@
<!ENTITY pop-date "2018-07-01 15:49:36 UTC">
<!ENTITY pop-date "2019-03-12 14:53:46 UTC">

View file

@ -1,5 +1,5 @@
<!ENTITY all-packages "59509">
<!ENTITY main-packages "58588">
<!ENTITY contrib-packages "352">
<!ENTITY non-free-packages "569">
<!ENTITY pkgsize-date "2018-07-01 15:49:41 UTC">
<!ENTITY all-packages "60505">
<!ENTITY main-packages "59509">
<!ENTITY contrib-packages "343">
<!ENTITY non-free-packages "653">
<!ENTITY pkgsize-date "2019-03-12 14:53:48 UTC">

View file

@ -8607,7 +8607,7 @@ Description: Circumventing Debian package dependencies
<screen># apt-get update
# apt-get dist-upgrade
# apt-get install fakeroot devscripts build-essential
$ apt-get build-dep foo
# apt-get build-dep foo
$ apt-get source foo
$ cd foo*</screen>
<para>Update some tool chain packages such as <literal>dpkg</literal>, and <literal>debhelper</literal> from the
@ -15317,23 +15317,6 @@ MSS = MTU - 60 for IPv6
</entry>
<entry>
Flash plugin helper to install Adobe Flash Player (i386, amd64 only)
</entry>
</row>
<row>
<entry>
<literal>browser-plugin-vlc</literal>
</entry>
<entry>
@-@popcon1@-@
</entry>
<entry>
@-@psize1@-@
</entry>
<entry>
main
</entry>
<entry>
Multimedia plugin based on <ulink url="https://en.wikipedia.org/wiki/VLC_media_player">VLC media player</ulink>
</entry>
</row>
</tbody>
@ -22589,20 +22572,6 @@ MAILTO=paul
</entry>
<entry>
utility to display information on ACPI devices
</entry>
</row>
<row>
<entry>
<literal>apmd</literal>
</entry>
<entry>
@-@popcon1@-@
</entry>
<entry>
@-@psize1@-@
</entry>
<entry>
daemon to manage events delivered by the Advanced Power Management (APM)
</entry>
</row>
<row>
@ -31980,7 +31949,7 @@ The TEX Live Guide - TEX Live 2007 ("<literal>/usr/share/doc/texlive-doc-base/en
</row>
<row>
<entry>
<literal>libpoppler74</literal>
<literal>libpoppler82</literal>
</entry>
<entry>
@-@popcon1@-@
@ -34948,7 +34917,7 @@ $ sudo apt-get build-dep ./</screen>
<para>Bump package version to one which does not collide with official Debian versions, e.g. one appended with "<literal>+debug1</literal>" when recompiling existing package version, or one appended with "<literal>~pre1</literal>" when compiling unreleased package version by the following.</para>
<screen>$ dch -i</screen>
<para>Compile and install packages with debug symbols by the following.</para>
<screen>$ export DEB_BUILD_OPTIONS=nostrip,noopt
<screen>$ export DEB_BUILD_OPTIONS="nostrip noopt"
$ debuild
$ cd ..
$ sudo debi package_name*.changes</screen>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff