Bug#611776: ITP: ranger -- A vim-inspired filemanager for the console.

2011-02-01 Thread Qijiang Fan
Package: wnpp
Severity: wishlist
Owner: Qijiang Fan fqj1...@gmail.com


* Package name: ranger
  Version : 1.4.1
  Upstream Author : Roman Zimbelmann rom...@lavabit.com
* URL : http://ranger.nongnu.org
* License : GPL
  Programming Lang: Python
  Description : A vim-inspired filemanager for the console.

Ranger is a free console file manager that gives you greater flexibility and a
good overview of your files without having to leave your *nix console. It
visualizes the directory tree in two dimensions: the directory hierarchy on
one, lists of files on the other, with a preview to the right so you know where
you'll be going.
The default keys are similar to those of Vim, Emacs and Midnight Commander,
though Ranger is easily controllable with just the arrow keys or the mouse.
The program is written in Python (2.6 or 3.1) and uses curses for the text-
based user interface.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#616049: hg-git: cannot import a repo: argument 1 must be string or read-only buffer, not None

2011-03-07 Thread Qijiang Fan
This has been reported to upstream long long ago.@see
https://github.com/schacon/hg-git/issuesearch?state=open#issue/120
 https://github.com/schacon/hg-git/issuesearch?state=openq=None#issue/120

On Wed, Mar 2, 2011 at 2:45 PM, Andrew O. Shadoura bugzi...@tut.by wrote:

 Second, when I try to hg clone git://..., it fails with the following
 exception (the only last lines are here):



Bug#589961: I think I can adopt this package

2010-12-02 Thread Qijiang Fan
I think I can adopt this package.


Bug#616092: hg-git: unable to connect on IPv6-only host

2011-03-30 Thread Qijiang Fan
I don't have an IPv6 connection in China,and I have reported this bug to
upstream.
URI:
https://bitbucket.org/durin42/hg-git/issue/21/hg-git-unable-to-connect-on-ipv6-only-host

https://bitbucket.org/durin42/hg-git/issue/21/hg-git-unable-to-connect-on-ipv6-only-hostAnd
can you test whether 0.2.6-1(now in debian unstable) works well through IPv6
connection?

On Wed, Mar 2, 2011 at 8:49 PM, Andrew O. Shadoura bugzi...@tut.by wrote:

 Package: mercurial-git
 Version: 0.2.5-1
 Severity: important
 Tags: ipv6

 Fails to connect to the server through NAT64 on IPv6-only host:

 $ host github.com
 github.com has address 207.97.227.239
 github.com has IPv6 address 2001:470:...::cf61:e3ef
 github.com mail is handled by 10 ASPMX3.GOOGLEMAIL.com.
 github.com mail is handled by 1 ASPMX.L.GOOGLE.com.
 github.com mail is handled by 5 ALT1.ASPMX.L.GOOGLE.com.
 github.com mail is handled by 5 ALT2.ASPMX.L.GOOGLE.com.
 github.com mail is handled by 10 ASPMX2.GOOGLEMAIL.com.
 $ hg clone git://github.com/schacon/hg-git.git
 destination directory: hg-git
 importing Hg objects into Git
 abort: Network is unreachable
 $ host bitbucket.org
 bitbucket.org has address 207.223.240.182
 bitbucket.org has address 207.223.240.181
 bitbucket.org has IPv6 address 2001:470:...::cfdf:f0b5
 bitbucket.org has IPv6 address 2001:470:...::cfdf:f0b6
 bitbucket.org mail is handled by 10 aspmx2.googlemail.com.
 bitbucket.org mail is handled by 10 aspmx3.googlemail.com.
 bitbucket.org mail is handled by 1 aspmx.l.google.com.
 bitbucket.org mail is handled by 5 alt1.aspmx.l.google.com.
 bitbucket.org mail is handled by 5 alt2.aspmx.l.google.com.
 $ hg clone ssh://h...@bitbucket.org/durin42/hg-git
 ^Cinterrupted!
 $ hg clone https://andrew_shado...@bitbucket.org/durin42/hg-git
 destination directory: hg-git
 requesting all changes
 adding changesets
 ^Ctransaction abort!
 rollback completed
 interrupted!

 Last two commands clearly demonstrate that the problem isn't in
 Mercurial itself.

 P.S. Just to clarify, this host doesn't have any IPv4 connectivity at
 all.

 -- System Information:
 Debian Release: 6.0
  APT prefers sid
  APT policy: (500, 'sid'), (500, 'oldstable'), (500, 'unstable'), (500,
 'testing'), (500, 'stable'), (1, 'experimental')
 Architecture: i386 (i686)

 Kernel: Linux 2.6.36-trunk-686 (SMP w/2 CPU cores)
 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored:
 LC_ALL set to en_GB.UTF-8)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages mercurial-git depends on:
 ii  mercurial   1.6.4-1  scalable distributed version
 contr
 ii  python  2.6.6-3+squeeze1 interactive high-level
 object-orie
 ii  python-dulwich  0.7.0-1  Python Git library
 ii  python-support  1.0.3automated rebuilding support
 for P

 mercurial-git recommends no packages.

 mercurial-git suggests no packages.

 -- no debconf information





Bug#631483: python-dulwich: cannot clone repos from git://git.debian.org/~user/

2011-06-24 Thread Qijiang Fan
Package: python-dulwich
Version: 0.7.1-2
Severity: normal

dulwich cannot clone repos from git://git.debian.org/~user/


$ git clone git://git.debian.org/~enrico/keylog.git
Cloning into keylog...
remote: Counting objects: 23, done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 23 (delta 6), reused 0 (delta 0)
Receiving objects: 100% (23/23), 34.00 KiB | 10 KiB/s, done.
Resolving deltas: 100% (6/6), done.


$ dulwich clone git://git.debian.org/users/enrico/keylog.git
Counting objects: 23, done.
Compressing objects: 100% (23/23), done.
Total 23 (delta 6), reused 0 (delta 0)

$ rm keylog.git keylog -rf

$ dulwich clone git://git.debian.org/~enrico/keylog.git
Traceback (most recent call last):
  File /usr/bin/dulwich, line 186, in module
commands[cmd](sys.argv[2:])
  File /usr/bin/dulwich, line 153, in cmd_clone
progress=sys.stdout.write)
  File /usr/lib/python2.6/dist-packages/dulwich/client.py, line 209, in fetch
target.get_graph_walker(), f.write, progress)
  File /usr/lib/python2.6/dist-packages/dulwich/client.py, line 223, in
fetch_pack
(refs, server_capabilities) = self.read_refs(proto)
  File /usr/lib/python2.6/dist-packages/dulwich/client.py, line 96, in
read_refs
for pkt in proto.read_pkt_seq():
  File /usr/lib/python2.6/dist-packages/dulwich/protocol.py, line 147, in
read_pkt_seq
pkt = self.read_pkt_line()
  File /usr/lib/python2.6/dist-packages/dulwich/protocol.py, line 103, in
read_pkt_line
raise HangupException()
dulwich.errors.HangupException: The remote server unexpectedly closed the
connection.


This first command proves that git can clone from it.
The second proves dulwich can  clone from git://git.debian.org/users/user/
The third does clean.
The last indicates dulwich can not clone from git://git.debian.org/~user/

Many other repos at git://git.debian.org/~user also cannot be cloned.


It also affects mercurial-git (bugs:626827).

Regards.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-dulwich depends on:
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  python2.6.6-14   interactive high-level object-orie
ii  python2.6 2.6.6-10   An interactive high-level object-o

Versions of packages python-dulwich recommends:
ii  python-fastimport 0.9.0-3.1  Fastimport file format parser and 

python-dulwich suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#626827: This might be a bug of dulwich.

2011-06-24 Thread Qijiang Fan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've tried using dulwich to clone the repos.
It fails too.
This might be a bug of dulwich.

I've reported this bug to dulwich's Debian Maintainer.
Bug Number:631483

Regards
Qijiang Fan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOBFkfAAoJEDmDndNQ5GFWNo8P/2i0O6Zzq8L0eQtIJ/hdPCwV
q9e9eV9sw/su+oXS2ftHlhoYNW3+1BJWNqSXBOB3t+hvYKFpSKyzEGHFC3PwmPfR
GYjUqGso2zMh1L/vVnoKUgXkgY2k2vBaQ+9DJGPRCX2ILV1W5qBaKmann4PEwkqk
GgpyDKtt9n6kpK9KhUfe15uhqHLA/4vDf0pMwvznn1vNKZMQdvAYISJ5wXKfpizh
fxDnBNfXnTgNgrQeu8xyo9FBn60Cvh0Jvnc5B24T0usaBqpKRRVxXtrI8Psfl/is
j0mGZ/KvFUWWuv7uV9c6bCamAZXLNlCrB7kj2+4N8+Teslaa352x7KcuFGqhOw2g
voSsoNG4PTR7brJkr873OvtUs/2XTGM+eoaOpT0wVJ0KsDIcxucZ0oWlwK9jDpoK
fduzUc/9portJj2q8XNpeF1I+SWd7L2KYJ8TI+6OSKY+Ue3rI1CmIYUrov0+C2MS
DEUCDSDa3C4O4n12UL99eYweaqHUtZNvXw/RvTpnTYJkU/cXxeZEtuaioPIIrDZf
DvXyBIvZYNtaTylO1JuTKkRX8XE/jY+G4Fs0sWm8TlSOV/wG2d2umcF8s+Rz23DP
tAmF80GxYdirFdqsy5IXGh+1sCbAF30tzE3EGOKqYIoOkEB0FT2GKmrPNYLXW7LK
4Gb2nYJDTbAEElAePHWg
=mL81
-END PGP SIGNATURE-





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#616092: can you try `dulwich clone'?

2011-06-24 Thread Qijiang Fan
hello,
can you try `dulwich clone'?
hg-git depends python-dulwich to clone a git repository.
Can you try
$ dulwich clone git://github.com/schacon/hg-git.git

and then report the result because I dont't have an IPv6 connection ?

Regards
Qijiang Fan




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#631490: python-dulwich: unable to connection on IPv6-only host

2011-06-24 Thread Qijiang Fan
Package: python-dulwich
Version: 0.7.1-2
Severity: normal
Tags: ipv6

This bug is originally reported on Debian BTS(No:616092) to mercurial-git.

A user cannot clone on an IPv6-only host using Mercurial's Git Extension.

As mercurial-git(src:hg-git) depends python-dulwich.
I asked that user to try using dulwich to clone it.
It fails too.

See datails:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616092#20

Regards



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-dulwich depends on:
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  python2.6.6-14   interactive high-level object-orie
ii  python2.6 2.6.6-10   An interactive high-level object-o

Versions of packages python-dulwich recommends:
ii  python-fastimport 0.9.0-3.1  Fastimport file format parser and 

python-dulwich suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#616092: can you try `dulwich clone'?

2011-06-24 Thread Qijiang Fan
OK.I've reported this bug to python-dulwich's Debian BTS(bug:631490).



signature.asc
Description: OpenPGP digital signature


Bug#630125: ERROR: sha512sum rejected install_flash_player_10_linux.tar.gz

2011-06-11 Thread Qijiang Fan
Package: flashplugin-nonfree
Version: 1:2.8.3
Severity: important

ERROR: sha512sum rejected install_flash_player_10_linux.tar.gz

$ sudo update-flashplugin-nonfree --install
--2011-06-11 17:38:13--
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
..
2011-06-11 17:38:33 (269 KB/s) - 已保存
“./install_flash_player_10_linux.tar.gz” [5456136/5456136])

ERROR: sha512sum rejected install_flash_player_10_linux.tar.gz
More information might be available at:
  http://wiki.debian.org/FlashPlayer


I've tried to telnet fpdownload.macromedia.com at port 80 and send HTTP Request
manually.And I found
 this is the header information:
HTTP/1.1 200 OK
Server: Apache
Last-Modified: Sun, 05 Jun 2011 17:32:27 GMT
ETag: 91de2-534108-5eda80c0
Accept-Ranges: bytes
Content-Length: 5456136
Content-Type: application/x-gzip
Content-Encoding: x-gzip
Date: Sat, 11 Jun 2011 09:35:07 GMT
Connection: keep-alive


which means adobe modified it at 05 Jun.

But the sha512 infomation in http://people.debian.org/~bartm/flashplugin-
nonfree/ is too old (May 14).

Please upgrade the sha512 file.

Regards,
Qijiang Fan



-- Package-specific info:
Debian version: wheezy/sid
Architecture: i386
Package version: 1:2.8.3
MD5 checksums:
md5sum: /var/cache/flashplugin-nonfree/*: No such file or directory
md5sum: /usr/lib/flashplugin-nonfree/libflashplayer.so: No such file or 
directory
Alternatives:
flash-mozilla.so - auto mode
  link currently points to /usr/lib/gnash/libgnashplugin.so
/usr/lib/gnash/libgnashplugin.so - priority 10
Current 'best' version is '/usr/lib/gnash/libgnashplugin.so'.
lrwxrwxrwx 1 root root 34 Jun 11 15:02 
/usr/lib/mozilla/plugins/flash-mozilla.so - /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
`/etc/alternatives/flash-mozilla.so'

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages flashplugin-nonfree depends on:
ii  debconf [debconf-2.0] 1.5.39 Debian configuration management sy
ii  gnupg 1.4.11-3   GNU privacy guard - a free PGP rep
ii  libatk1.0-0   2.0.0-1The ATK accessibility toolkit
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libcurl3-gnutls   7.21.6-1   Multi-protocol file transfer libra
ii  libfontconfig12.8.0-2.2  generic font configuration library
ii  libfreetype6  2.4.4-1FreeType 2 font engine, shared lib
ii  libgcc1   1:4.6.0-10 GCC support library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.8-1NetScape Portable Runtime Library
ii  libnss3-1d3.12.10-1  Network Security Service libraries
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libstdc++64.6.0-10   The GNU Standard C++ Library v3
ii  libx11-6  2:1.4.3-1  X11 client-side library
ii  libxext6  2:1.3.0-1  X11 miscellaneous extension librar
ii  libxt61:1.1.1-1  X11 toolkit intrinsics library
ii  wget  1.12-3.1   retrieves files from the web

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
pn  flashplugin-nonfree-extrasoun none (no description available)
ii  iceweasel 3.5.19-2   Web browser based on Firefox
pn  konqueror-nsplugins   none (no description available)
pn  msttcorefonts none (no description available)
ii  ttf-dejavu2.33-1 Metapackage to pull in ttf-dejavu-
pn  ttf-xfree86-nonfree   none (no description available)
ii  x-ttcidfont-conf  32+nmu2TrueType and CID fonts configurati

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#616049: Could you see whether it will work?

2011-06-28 Thread Qijiang Fan
I used to have this problem.
But now I found it fixed.Maybe it's some changes of dulwich that solve it.
Could you see whether it will work now?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#636331: python-dulwich: cannot clone from http(s) git repos.

2011-08-02 Thread Qijiang Fan
Package: python-dulwich
Version: 0.7.1-3
Severity: important

$ dulwich clone  https://github.com/schacon/hg-git.gitTraceback (most
recent call last):
  File /usr/bin/dulwich, line 186, in module
commands[cmd](sys.argv[2:])
  File /usr/bin/dulwich, line 141, in cmd_clone
client, host_path = get_transport_and_path(args.pop(0))
  File /usr/lib/python2.6/dist-packages/dulwich/client.py, line 381,
in get_transport_and_path
raise ValueError('Unknown git protocol scheme: %s' % parsed.scheme)
ValueError: Unknown git protocol scheme: https


$ git clone  https://github.com/schacon/hg-git.git
Cloning into hg-git...
remote: Counting objects: 2104, done.
remote: Compressing objects: 100% (758/758), done.
remote: Total 2104 (delta 1458), reused 1831 (delta 1310)
Receiving objects: 100% (2104/2104), 408.38 KiB | 77 KiB/s, done.
Resolving deltas: 100% (1458/1458), done.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-dulwich depends on:
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  python2.6.7-1interactive high-level object-orie
ii  python2.6 2.6.7-3An interactive high-level object-o

Versions of packages python-dulwich recommends:
ii  python-fastimport 0.9.0-3.1  Fastimport file format parser and 

Versions of packages python-dulwich suggests:
pn  python-dulwich-dbgnone (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633303: manpages-zh: Please remove /usr/share/man/zh_CN/man1/git.1.gz

2011-07-09 Thread Qijiang Fan
Package: manpages-zh
Version: 1.5.1-3
Severity: wishlist

The file /usr/share/man/zh_CN/man1/git.1.gz is the manpage for gnuit.
The original package gnuit does not have the manpage git.1.gz now.
Please remove it from manpages-zh.
Thanks

$ apt-file show gnuit | grep man
gnuit: /usr/share/doc-base/gnuit-manual
gnuit: /usr/share/man/man1/gitaction.1.gz
gnuit: /usr/share/man/man1/gitdpkgname.1.gz
gnuit: /usr/share/man/man1/gitfm.1.gz
gnuit: /usr/share/man/man1/gitinternal.1.gz
gnuit: /usr/share/man/man1/gitkeys.1.gz
gnuit: /usr/share/man/man1/gitmkdirs.1.gz
gnuit: /usr/share/man/man1/gitmount.1.gz
gnuit: /usr/share/man/man1/gitps.1.gz
gnuit: /usr/share/man/man1/gitregrep.1.gz
gnuit: /usr/share/man/man1/gitrfgrep.1.gz
gnuit: /usr/share/man/man1/gitrgrep.1.gz
gnuit: /usr/share/man/man1/gitunpack.1.gz
gnuit: /usr/share/man/man1/gitview.1.gz
gnuit: /usr/share/man/man1/gitwhich.1.gz
gnuit: /usr/share/man/man1/gitwipe.1.gz
gnuit: /usr/share/man/man1/gitxgrep.1.gz


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

manpages-zh depends on no packages.

manpages-zh recommends no packages.

Versions of packages manpages-zh suggests:
ii  man-db [man-browser]  2.6.0.2-1  on-line manual pager

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633418: hgsubversion: wrong dependencies

2011-07-10 Thread Qijiang Fan
Package: hgsubversion
Version: 1.2.1-1
Severity: important

it should depends subversion,but subversion is missing.
the version of python-subvertpy is also missing


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hgsubversion depends on:
ii  mercurial 1.8.3-1+b1 scalable distributed version contr
ii  python-subvertpy  0.7.5-1Alternative Python bindings for Su
ii  python-support1.0.14 automated rebuilding support for P

hgsubversion recommends no packages.

hgsubversion suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#678840: winetricks: On amd64 platform, winetricks cannot be installed if wine:i386 is installed。

2012-06-24 Thread Qijiang Fan
Package: winetricks
Severity: important

On amd64, winetricks cannot be installed if wine:i386 is installed.

wine depends wine-bin | wine64-bin

wine64-bin is just a script to ask you to install wine:i386.

wine-bin is not availabel for amd64.

With wine:i386 installed,
i cannot install wine tricks.
get the following error.

$ LANG=C sudo aptitude install winetricks 
The following NEW packages will be installed:
  cabextract{a} p7zip{a} wine{ab} winetricks 
0 packages upgraded, 4 newly installed, 0 to remove and 0 not
upgraded.
Need to get 606 kB/607 kB of archives. After unpacking 1919 kB will be
used.
The following packages have unmet dependencies:
 wine : Conflicts: wine:i386 but 1.4.1-1 is installed.
 wine:i386 : Conflicts: wine but 1.4.1-1 is to be installed.




-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679389: ITP: ibus-rime -- Rime Input Method Engine for IBus

2012-06-28 Thread Qijiang Fan
Package: wnpp
Severity: wishlist
Owner: Qijiang Fan fqj1...@gmail.com

* Package name: ibus-rime
  Version : 0.9.1
  Upstream Author : GONG Chen chen@gmail.com
* URL : http://code.google.com/p/rimeime
* License : GPLv3
  Programming Lang: C++
  Description : Rime Input Method Engine for IBus

 Ibus-rime is Rime for IBus.
 This allows you to use Rime engine in Ibus.
 Rime is a lightweight, customizable and extensible Chinese input
 framework, supporting various of input schema including but not limited
 to pinyin, and cangjie, with intelligent composition of phrases and
 sentences, and accurate traditional Chinese output.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679389: ITP: ibus-rime -- Rime Input Method Engine for IBus

2012-06-28 Thread Qijiang Fan
Hi,
ibus-rime depends on librime.
and librime depends on kyotocabinet.

Kyotocabinet is currently in NEW queue.
I'm waiting for kyotocabinet to be put into unstable.



2012/6/28 Osamu Aoki os...@debian.org

 hi,

 Good another FREE IM client.

 Can you join IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
 and make this Team upload.
 http://alioth.debian.org/projects/pkg-ime/
 (You need to get account at alioth and login to join)
 https://alioth.debian.org/

 On Thu, Jun 28, 2012 at 06:53:47PM +0800, Qijiang Fan wrote:
  Package: wnpp
  Severity: wishlist
  Owner: Qijiang Fan fqj1...@gmail.com
 
  * Package name: ibus-rime
Version : 0.9.1
Upstream Author : GONG Chen chen@gmail.com
  * URL : http://code.google.com/p/rimeime
  * License : GPLv3
Programming Lang: C++
Description : Rime Input Method Engine for IBus
 
   Ibus-rime is Rime for IBus.
   This allows you to use Rime engine in Ibus.
   Rime is a lightweight, customizable and extensible Chinese input
   framework, supporting various of input schema including but not limited
   to pinyin, and cangjie, with intelligent composition of phrases and
   sentences, and accurate traditional Chinese output.

 This package description can be improved but that can be said for many
 other IM.  Check existing ibus-* and pick best style you find for
 package preparation.

 If this is compatible with our 1.4.1 version of ibus and you package
 this very quickly, it may be included for wheezy.

 Osamu



Bug#677341: Bug#679389: ITP: ibus-rime -- Rime Input Method Engine for IBus

2012-07-01 Thread Qijiang Fan
Hello,
kyotocabinet currently has serious bug which leads to librime cannot be
linked.
git repo for librime is availabe at git://
git.debian.org/git/pkg-ime/librime.git
When kyotocabinet fixes bug #679683, librime can be uploaded.

@osamu
could you please upload librime when #679683 is resolved ?
thanks.


Bug#677341: Bug#679389: ITP: ibus-rime -- Rime Input Method Engine for IBus

2012-07-02 Thread Qijiang Fan
Hi,
I have changed it.
and kyotocabinet fixed that serious bug.
It (librime) can be uploaded i think.

2012/7/1 Osamu Aoki os...@debian.org

 Hi,

 On Sun, Jul 01, 2012 at 09:00:01PM +0800, Qijiang Fan wrote:
  Hello,
  kyotocabinet currently has serious bug which leads to librime cannot be
  linked.
  git repo for librime is availabe at git://
  git.debian.org/git/pkg-ime/librime.git

 Hmmm... this only have debian/* ... why not make git repo with upstream
 pristine tar.  Please consider git-import-dsc/git-import-tar/... style
 archive.

  When kyotocabinet fixes bug #679683, librime can be uploaded.

 I see.  Very new packaging indeed.

  @osamu
  could you please upload librime when #679683 is resolved ?
  thanks.

 I can not watch this situation with time I have.
 Please ping me when this happens and make sure to update package git
 repo so I can use git-buildpackage ...

 Including upstream tar source helps identify upstream chages between
 packaging.

 Osamu






Bug#677341: ITP: librime -- Rime Input Method Engine, the core library

2012-06-13 Thread Qijiang Fan
Package: wnpp
Severity: wishlist
Owner: Qijiang Fan fqj1...@gmail.com

* Package name: librime
  Version : 0.9.1
  Upstream Author : GONG Chen chen@gmail.com
* URL : http://code.google.com/p/rimeime
* License : GPLv3
  Programming Lang: C++
  Description : Rime Input Method Engine, the core library

RIME: Rime Input Method Engine

Features:

- lightweight, customizable and extensible framework
- supporting various input schemata including glyph-based input
methods, 
romanization-based input methods as well as those for Chinese
dialects
- syllabification algorithm adaptive to any scripting system
- intelligent composition of phrases and sentences
- accurate traditional Chinese output
- built on top of open-source technology
- cross-platform core library in C++
- OS-specific wrappers working consistently for Windows,
Linux and Mac OS



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#646946: hgsubversion needs to be updated

2011-10-31 Thread Qijiang Fan
tags 646946 pending
thanks



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#646946: hgsubversion needs to be updated

2011-10-31 Thread Qijiang Fan
tag 646946 pending
thanks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647999: rabbitvcs-nautilus needs updating.

2011-11-08 Thread Qijiang Fan
Package: rabbitvcs-nautilus
Version: 0.13.1-2
Severity: important


Since nautilus 3 is put into unstable,
RabbitVCS does NOT work with nautilus 3.

Please upgrade to upstream's latest release.



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rabbitvcs-nautilus depends on:
ii  nautilus 3.0.2-4 
ii  python-gnome22.28.1-3
ii  python-nautilus  1.1-1   
ii  rabbitvcs-core   0.13.1-2

rabbitvcs-nautilus recommends no packages.

rabbitvcs-nautilus suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648824: no installable kernel was found in the defined APT sources

2011-11-15 Thread Qijiang Fan
Package: base-installer
Version: 1.121
Severity: important

I'm installing the debian testing i386 (the latest regenerated version).
After installing base system.
I get the error information no installable kernel was found in the defined APT 
sources
The integrity of the CD image is ok.
I can find packages begin with linux-image-3.0* in the CD image.

I `dd' the image into my usb flash disk and boot from usb to install debian 
testing.



I'm sorrry that I cannot provide more information because I've now switched to 
debian stable.
But this problem can be reproduced in VirtualBox.



-- System Information:
Debian Release: 6.0.3
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#677341: Bug #677341 ITP: librime -- Rime Input Method Engine, the core library

2012-07-27 Thread Qijiang Fan
I'm working on it. Now fixing lintian warnings.

2012/7/28 Aron Xu happyaron...@gmail.com

 Hi,

 As far as I can see that kyotocabinet has been in unstable and no RC
 bugs are still open, so is it a good time to consider working on
 librime again? I don't recommend to wait kyotocabinet to enter testing
 because it's some what unlikely now.

 --
 Regards,
 Aron Xu




-- 
喵~~


Bug#683143: ITP: brise -- Rime Schema Repository

2012-07-29 Thread Qijiang Fan
Package: wnpp
Severity: wishlist
Owner: Qijiang Fan fqj1...@gmail.com

* Package name: brise
  Version : 0+git20120727
  Upstream Author : GONG Chen chen@gmail.com
* URL : http://github.com/lotem/brise
* License : GPL
  Programming Lang: None
  Description : Rime Schema Repository

This is the schema data of RIME Input Method Engine.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#688038: mercurial-git: not compatible with Mercurial 2.3: abort: No module named repo!

2012-11-15 Thread Qijiang Fan
It can't be reproduced on my laptop.

$ dpkg -l | grep mercurial
ii  mercurial  2.3.1-1
 amd64easy-to-use, scalable distributed
version control system
ii  mercurial-common   2.3.1-1
 all  easy-to-use, scalable distributed
version control system (common files)
ii  mercurial-git  0.3.3-1
 all  Git plugin for Mercurial
$ cat ~/.hgrc
[extensions]
hgext.bookmarks=
hgext.git=
$ hg init testrepo
$ echo $?
0


2012/9/18 Jakub Wilk jw...@debian.org:
 Package: mercurial-git
 Version: 0.3.3-1
 Severity: important

 The package doesn't work with Mercurial 2.3 (currently in experimental):

 $ hg init testrepo
 abort: No module named repo!


 -- System Information:
 Debian Release: wheezy/sid
   APT prefers unstable
   APT policy: (990, 'unstable'), (500, 'experimental')
 Architecture: i386 (x86_64)
 Foreign Architectures: amd64

 Kernel: Linux 3.5-trunk-amd64 (SMP w/2 CPU cores)
 Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

 Versions of packages mercurial-git depends on:
 ii  mercurial   2.3-2
 ii  python  2.7.3-2
 ii  python-dulwich  0.8.5-2

 --
 Jakub Wilk



-- 
喵~~


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588332: reopen bug 588332

2012-11-19 Thread Qijiang Fan
reopen 588332
thanks

I'm sorry that I closed the wrong bug.
Reopen it.
Please ignore the message to close the bug.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#700377: supervisorctl has hardcoded sock path in /tmp

2013-07-29 Thread Qijiang Fan
tags 700377 + unreproducible
thanks


hello,

thanks for reporting.

Could you please paste your complete configuation file, because, on
the default configuration, it's not reproducible.

And no code shows the sock path is hard coded.

I'm tagging this bug to unreproducible.

If it is reproducible, please untag it , and paste your compete
configuration file.

Thanks

My environment and configuration is as below:

Debian testing, with supervisor 3.0a8-1

➜  supervisor  LANG=C aptitude show supervisor | grep Version
Version: 3.0a8-1

➜  supervisor  cat supervisord.conf
; supervisor config file

[unix_http_server]
file=/var/run//supervisor.sock   ; (the path to the socket file)
chmod=0700   ; sockef file mode (default 0700)

[supervisord]
logfile=/var/log/supervisor/supervisord.log ; (main log file;default
$CWD/supervisord.log)
pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
childlogdir=/var/log/supervisor; ('AUTO' child log dir,
default $TEMP)

; the below section must remain in the config file for RPC
; (supervisorctl/web interface) to work, additional interfaces may be
; added by defining them in separate rpcinterface: sections
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl=unix:///var/run//supervisor.sock ; use a unix:// URL  for a
unix socket

; The [include] section can just contain the files setting.  This
; setting can list multiple files (separated by whitespace or
; newlines).  It can also contain wildcards.  The filenames are
; interpreted as relative to this file.  Included files *cannot*
; include files themselves.

[include]
files = /etc/supervisor/conf.d/*.conf

➜  supervisor  ps aux | grep supervisor | grep -v grep
➜  supervisor  sudo service supervisor start
Starting supervisor: supervisord.
➜  supervisor  ps aux | grep supervisor | grep -v grep
root 11627  0.0  0.2  66300 11180 ?Ss   23:42   0:00
/usr/bin/python /usr/bin/supervisord


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#700377: Processed: reopen 700377

2013-08-08 Thread Qijiang Fan
Hi,

could you please check whether you have supervisord.conf or
etc/supervisord.conf in your home directory.
supervisor will read configuation file from your current directory if
you have one, then the system's global configuation.
If you did have one of the file above, please move them to some
other directory, and close this bug.

the order of search configuation file is:

here = os.path.dirname(os.path.dirname(sys.argv[0]))
searchpaths = [os.path.join(here, 'etc', 'supervisord.conf'),
   os.path.join(here, 'supervisord.conf'),
   'supervisord.conf', 'etc/supervisord.conf',
   '/etc/supervisor/supervisord.conf',
   '/etc/supervisord.conf']


2013/8/9 Debian Bug Tracking System ow...@bugs.debian.org:
 Processing commands for cont...@bugs.debian.org:

 reopen 700377
 Bug #700377 {Done: Qijiang Fan fqj1...@gmail.com} [supervisor] 
 supervisorctl has hardcoded sock path in /tmp
 Bug reopened
 Ignoring request to alter fixed versions of bug #700377 to the same values 
 previously set

 End of message, stopping processing here.

 Please contact me if you need assistance.
 --
 700377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700377
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#706708: Hello, could you please upload latest yaml-cpp

2013-05-24 Thread Qijiang Fan
Hello,
The latest version of librime depends on yaml-cpp = 0.5
The process of packaging latest version of librime is blocked by this
issue. ibus-rime, brise(rime-data) and fcitx-rime might still be blocked by
this issue.
Could you please package and upload the latest version of yaml-cpp.

Best Regards,
Qijiang Fan


Bug#696037: mercurial-git: Does not handle empty repositories

2012-12-15 Thread Qijiang Fan
forwarded 696037 
https://bitbucket.org/durin42/hg-git/issue/63/unable-to-clone-empty-repos

thanks

Hello,
this bug has been forwarded to upstream.
thanks for reporting.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#717060: Interested in adopting supervisor

2013-07-17 Thread Qijiang Fan
retitle 717060 ITA: supervisor -- A system for controlling process state
owner 717060 fqj1...@gmail.com
thanks

Hello,
I'm interested in adopting supervisor.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#700377:

2013-07-18 Thread Qijiang Fan
I can't quite understand what you mean.

I checked the code that supervisor hasn't hard coded socket path. It's
read from the configuation.

and supervisorctl has a default value of serverurl if there isn't a
configuation file found.

Could you please explain more clearly ?
for example, paste your complete configuation file, the complete
commands, and their stdout/stderr, and what you expect.

Thanks.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#697883: Please update suporvisor

2013-06-03 Thread Qijiang Fan
Hello,

new upstream fixes bugs and introduces new features like stopasgroup

could you please update it ?

thanks.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#750623: [Pkg-ime-devel] Bug#750623: Bug#750623: What is the hold-up of uploadin new package

2014-06-29 Thread Qijiang Fan
On Mon, Jun 30, 2014 at 1:28 AM, Guo Yixuan culu@gmail.com wrote:
 problems or regressions. For ibus-rime, Qijiang did the update, which
 I also tried. The only problem is that the icons in the status panel/bar
 show up incorrectly, perhaps caused by some missing icon files.


I didn't see any icon issues for ibus-rime 1.X. I only saw this issue at 0.9.X

-- 
Qijiang Fan
GPG KEY ID (LONG): 3983 9DD3 50E4 6156
If you need a GPG encrypted and/or signed email, please tell in advance.
If you're not intended to receive this email, please don't forward it
to anyone else, please delete it and its copies, including all
attachments, and please let the sender know it went to the wrong
person. Thanks.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#758699: mercurial-git: AttributeError: 'gitrepo' object has no attribute 'changegroup'

2014-08-21 Thread Qijiang Fan
Hello,

It should be fixed in the svn repository.

Could you please help sponsor the upload ?


Thanks



On Wed, Aug 20, 2014 at 5:40 PM, Jakub Wilk jw...@debian.org wrote:

 Package: mercurial-git
 Version: 0.4.0-2
 Severity: grave

 I can't clone any git repository:

 $ hg clone git://anonscm.debian.org/collab-maint/pdf2djvu.git
 destination directory: pdf2djvu
 requesting all changes
 ** Unknown exception encountered with possibly-broken third-party
 extension git
 ** which supports versions 2.3.1 of Mercurial.
 ** Please disable git and try your action again.
 ** If that fixes the bug please report it to
 https://bitbucket.org/durin42/hg-git/issues
 ** Python 2.7.8 (default, Aug 18 2014, 10:01:58) [GCC 4.9.1]
 ** Mercurial Distributed SCM (version 3.1)
 ** Extensions loaded: git
 Traceback (most recent call last):
  File /usr/bin/hg, line 43, in module
mercurial.dispatch.run()
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 28,
 in run
sys.exit((dispatch(request(sys.argv[1:])) or 0)  255)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 69,
 in dispatch
ret = _runcatch(req)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 138,
 in _runcatch
return _dispatch(req)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 820,
 in _dispatch
cmdpats, cmdoptions)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 600,
 in runcommand
ret = _runcommand(ui, options, cmd, d)
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 911,
 in _runcommand
return checkargs()
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 882,
 in checkargs
return cmdfunc()
  File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 817,
 in lambda
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File /usr/lib/python2.7/dist-packages/mercurial/util.py, line 550, in
 check
return func(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/mercurial/commands.py, line
 1331, in clone
branch=opts.get('branch'))
  File /usr/lib/python2.7/dist-packages/mercurial/hg.py, line 402, in
 clone
destpeer.local().clone(srcpeer, heads=revs, stream=stream)
  File /usr/lib/python2.7/dist-packages/mercurial/localrepo.py, line
 1731, in clone
return self.pull(remote, heads)
  File /usr/lib/python2.7/dist-packages/mercurial/localrepo.py, line
 1579, in pull
return exchange.pull (self, remote, heads, force)
  File /usr/lib/python2.7/dist-packages/mercurial/exchange.py, line 566,
 in pull
_pullchangeset(pullop)
  File /usr/lib/python2.7/dist-packages/mercurial/exchange.py, line 652,
 in _pullchangeset
cg = pullop.remote.changegroup(pullop.fetch, 'pull')
 AttributeError: 'gitrepo' object has no attribute 'changegroup'

 -- System Information:
 Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)

 Kernel: Linux 3.14-2-amd64 (SMP w/1 CPU core)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/dash

 Versions of packages mercurial-git depends on:
 ii  mercurial   3.1-1
 ii  python  2.7.8-1
 ii  python-dulwich  0.9.7-2

 --
 Jakub Wilk




-- 
Qijiang Fan
GPG KEY ID (LONG): 3983 9DD3 50E4 6156
If you need a GPG encrypted and/or signed email, please tell in advance.
If you're not intended to receive this email, please don't forward it to
anyone else, please delete it and its copies, including all attachments,
and please let the sender know it went to the wrong person. Thanks.


Bug#780425: O: hg-git -- Git plugin for Mercurial

2015-03-13 Thread Qijiang Fan
Package: wnpp
Severity: normal

This is to orphan package hg-git.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#802449: O: supervisor -- A system for controlling process state

2015-10-20 Thread Qijiang Fan
Package: wnpp
Severity: normal


I'm now on Arch at my personal computer.

Is there anybody willing to take it?

Thanks



Bug#825705: O: hgsubversion

2016-05-28 Thread Qijiang Fan
Package: wnpp
Severity: normal

This is to orphan package hgsubversion as I've moved to ArchLinux.