I've set up a repository containing libfixposix(and in future other C libraries on which IOLib depends), currently available only for Debian and Ubuntu(RH & co. coming soon)
To enable it on your system add to /etc/apt/sources.list:
deb http://download.opensuse.org/repositories/home:/sionescu/DISTRO/ ./
and to /etc/apt/preferences:
Package: libfixposix* Pin: origin download.opensuse.org Pin-Priority: 1001
Replace DISTRO with Debian_Squeeze, Ubuntu_Natty or Ubuntu_Oneiric
On Tue, 2011-12-20 at 20:41 +0100, Stelian Ionescu wrote:
I've set up a repository containing libfixposix(and in future other C libraries on which IOLib depends), currently available only for Debian and Ubuntu(RH & co. coming soon)
To enable it on your system add to /etc/apt/sources.list:
deb http://download.opensuse.org/repositories/home:/sionescu/DISTRO/ ./
and to /etc/apt/preferences:
Package: libfixposix* Pin: origin download.opensuse.org Pin-Priority: 1001
Replace DISTRO with Debian_Squeeze, Ubuntu_Natty or Ubuntu_Oneiric
I now added a repository for Ubuntu 12.04 named Ubuntu_Precise
For Redhat/Centos 6 download http://download.opensuse.org/repositories/home:/sionescu/RHEL_6/home:sionesc... into /etc/yum.repos.d/ then yum check-update && yum install libfixposix-devel
For openSUSE 12.1 download http://download.opensuse.org/repositories/home:/sionescu/openSUSE_12.1/home:... into /etc/zypp/repos.d/ then zypper update && zypper install libfixposix-devel
Hi Stelian,
I'm the current maintainer of the official Debian package of libfixposix [1]. Would you like to merge your repo into Debian official repo? You can maintain it by yourself if you want.
[1] http://packages.qa.debian.org/libf/libfixposix.html
Thanks, Des
On Tue, 2012-06-19 at 02:44 +0800, Desmond O. Chang wrote:
Hi Stelian,
I'm the current maintainer of the official Debian package of libfixposix [1]. Would you like to merge your repo into Debian official repo? You can maintain it by yourself if you want.
How would it work ?
Stelian Ionescu sionescu@cddr.org writes:
On Tue, 2012-06-19 at 02:44 +0800, Desmond O. Chang wrote:
Hi Stelian,
I'm the current maintainer of the official Debian package of libfixposix [1]. Would you like to merge your repo into Debian official repo? You can maintain it by yourself if you want.
How would it work ?
Please register on mentors.debian.net, then:
1. upload the packages;
2. send a pseudo bug report against the pseudo-package "sponsorship-requests" (optional).
Then a Debian Developer (Sponsor) will check your package and upload it.
[1] is a guideline for mentors.d.n.
Also, Debian has a team [2] for Common Lisp packaging. If you think libfixposix should be packaged by the team. You can register on alioth [3] then send a mail [4] to request to join the team.
[1] http://mentors.debian.net/intro-maintainers
[2] http://alioth.debian.org/projects/pkg-common-lisp
[4] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-common-lisp-deve...
On Mon, 2012-06-25 at 00:54 +0800, Desmond O. Chang wrote:
Stelian Ionescu sionescu@cddr.org writes:
On Tue, 2012-06-19 at 02:44 +0800, Desmond O. Chang wrote:
Hi Stelian,
I'm the current maintainer of the official Debian package of libfixposix [1]. Would you like to merge your repo into Debian official repo? You can maintain it by yourself if you want.
How would it work ?
Please register on mentors.debian.net, then:
- upload the packages;
I uploaded the files, but it shows you as uploader, as apparently a package can only have one uploader. Can you talk to the admins to transfer "ownership" to me ?
Stelian Ionescu sionescu@cddr.org writes:
On Mon, 2012-06-25 at 00:54 +0800, Desmond O. Chang wrote:
Stelian Ionescu sionescu@cddr.org writes:
On Tue, 2012-06-19 at 02:44 +0800, Desmond O. Chang wrote:
Hi Stelian,
I'm the current maintainer of the official Debian package of libfixposix [1]. Would you like to merge your repo into Debian official repo? You can maintain it by yourself if you want.
How would it work ?
Please register on mentors.debian.net, then:
- upload the packages;
I uploaded the files, but it shows you as uploader, as apparently a package can only have one uploader. Can you talk to the admins to transfer "ownership" to me ?
I think the reason is that there are some old packages uploaded by me on the server. I've deleted all of them. Please upload your package again.
Another issue is the version number. 0.2.4-1 is less than the current version (20110316.git47f17f7-1) in the repo. You can see their order by checking the exit status of 'dpkg --compare-version':
$ dpkg --compare-versions 20110316.git47f17f7-1 lt 0.2.4-1 $ echo $? 1
To fix it, put an epoch '1:' before 0.2.4-1 [1].
$ dpkg --compare-versions 20110316.git47f17f7-1 lt 1:0.2.4-1 $ echo $? 0
[1] http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version
On Wed, 2012-06-27 at 00:56 +0800, Desmond O. Chang wrote:
Stelian Ionescu sionescu@cddr.org writes:
On Mon, 2012-06-25 at 00:54 +0800, Desmond O. Chang wrote:
Stelian Ionescu sionescu@cddr.org writes:
On Tue, 2012-06-19 at 02:44 +0800, Desmond O. Chang wrote:
Hi Stelian,
I'm the current maintainer of the official Debian package of libfixposix [1]. Would you like to merge your repo into Debian official repo? You can maintain it by yourself if you want.
How would it work ?
Please register on mentors.debian.net, then:
- upload the packages;
I uploaded the files, but it shows you as uploader, as apparently a package can only have one uploader. Can you talk to the admins to transfer "ownership" to me ?
I think the reason is that there are some old packages uploaded by me on the server. I've deleted all of them. Please upload your package again.
Another issue is the version number. 0.2.4-1 is less than the current version (20110316.git47f17f7-1) in the repo. You can see their order by checking the exit status of 'dpkg --compare-version':
$ dpkg --compare-versions 20110316.git47f17f7-1 lt 0.2.4-1 $ echo $? 1
To fix it, put an epoch '1:' before 0.2.4-1 [1].
$ dpkg --compare-versions 20110316.git47f17f7-1 lt 1:0.2.4-1 $ echo $? 0
Done. Now what ? I'm very busy ATM and I don't have time for discussing with the Debian common-lisp team about sponsorship & co.