Codebase list mozc / 1ec0ee0 debian / README.source
1ec0ee0

Tree @1ec0ee0 (Download .tar.gz)

README.source @1ec0ee0raw · history · blame

mozc source package infomation

- about patch system 
  The source package uses quilt to manage all modifications to the upstream
  source. Changes are stored in the source package as diffs in debian/patches
  and applied during the build.

  See /usr/share/doc/quilt/README.source for a detailed explanation.

- Remove source code
  mozc debian source package deletes some source codes. 

  The deleted source code is the following directories. 
    * ./protobuf
    * ./third_party/gtest/

  These have already become Debian pakcage and are not necessary.
    * protobuf
        http://packages.qa.debian.org/p/protobuf.html
    * gtest
        http://packages.qa.debian.org/g/gtest.html

 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 14 May 2010 06:34:06 +0900