Differences between revisions 69 and 70
Revision 69 as of 2008-08-07 00:07:56
Size: 6030
Editor: OsamuAoki
Comment:
Revision 70 as of 2008-08-07 00:10:33
Size: 5877
Editor: OsamuAoki
Comment:
Deletions are marked like this. Additions are marked like this.
Line 88: Line 88:
 * [http://www.nn.iij4u.or.jp/~tutimura/vine21/printtool.spec uniprint support for printtool Mon Feb 9 1999] for [http://packages.debian.org/search?keywords=printtool printtool] merged by Bill Nottingham <notting@redhat.com> to printtool.

* [http://packages.debian.org/changelogs/pool/main/d/debian-reference/current/changelog Sun, 30 Dec 2001 00:00:00 -0800: initial changelog entry for Debian Reference]
 * [http://packages.debian.org/changelogs/pool/main/p/printtool/current/changelog
printool fix in 4.5-5] for [http://bugs.debian.org/124157]
 * [http://www.nn.iij4u.or.jp/~tutimura/vine21/printtool.spec Mon Feb 9 1999 uniprint support for printtool ] for [http://packages.debian.org/search?keywords=printtool printtool] merged by Bill Nottingham <notting@redhat.com> to printtool.
 * [http://packages.debian.org/changelogs/pool/main/p/printtool/current/changelog Sat, 15 Dec 2001 printool fix in 4.5-5] for [http://bugs.debian.org/124157]

Osamu Aoki's Wiki contents for users

?TableOfContents(4)

I can be reached via e-mail: osamu_at_debian_dot_org

  • Japanese environment[:JapaneseEnvironmentE: (English)] [:JapaneseEnvironment: (日本語)]

  • Method to edit non-UTF-8 encoded text files under UTF-8 vim [:UTF8vimE: (English)] [:UTF8vim: (日本語)]
  • [:DebianReference: Debian Reference (v2)] -- Pure post-installation guide.

  • [:DefaultMTA: Default MTA]
  • [:MacBookJp: MacBook Japanese]

    • Memo for installing Debian to Intel MacBook with Japanese keyboard

  • [:DebianServiceForDD: Debian Service for DD]
    • Not done yet, work stalled.

Important links for my packages and their maintenance

I have been working on several projects. Here are the links.

Examples

Send data to Git archive

$ scp -p -r debiandoc-sgml.git   git.debian.org:/git/debiandoc-sgml/debiandoc-sgml.git
$ scp -p -r debian-reference.git git.debian.org:public_git/debian-reference.git
$ git push ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git master:master
$ git push # if cloned with ssh://...

Get data from Git archive

* git archive for alioth group project

$ sensible-browser http://git.debian.org/?p=debiandoc-sgml/debiandoc-sgml.git # web
$ git clone  ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # r/w
$ git clone  git://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # ro
$ git clone http://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # ro

* git archive for alioth user project

$ sensible-browser http://git.debian.org/?p=users/osamu/debian-reference.git # web
$ git clone  ssh://git.debian.org/~osamu/public_git/debian-reference.git debian-reference # r/w
$ git clone  ssh://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # r/w
$ git clone  git://git.debian.org/~osamu/debian-reference.git            debian-reference # ro
$ git clone  git://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # ro
$ git clone http://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # ro

Important links for my interest

I am interested in several projects, especially UTF-8 transition. Here are the links.

Key history

Discussion


Osamu Aoki