Bug#1026085: O: cdbs -- common build system for Debian packages
Quack, On 2022-12-14 23:00, Bastian Germann wrote: I am orphaning cdbs. @foka @js @duck Would you please move the cdbs repository to salsa's debian namespace? DH made so much progress that we all left :-). Jonas needed it for some packages and maintained it as long as he could. We did discuss the situation a few years back but no real plan/announcement followed unfortunately. I moved the repo to the Debian namespace. I also archived the cdbs-doc repo; the package is not build anymore anyway. The gnulib and licensecheck packages already have new git homes. I archives their repo. I suggest to create a lintian warning tag for cdbs-using packages so that they know that their build system is no longer developed. That's a good idea. I'll try to work on this. \_o< -- Marc Dequènes
Bug#1010248: ITP: wlgreet raw wayland greeter for greetd
Quack, On 2022-10-31 05:35, Johannes Schauer Marin Rodrigues wrote: greetd is packaged and even in testing already. Any status update on wlgreet? There's several layers of dependencies that needed packaging and going through NEW took a while. Now I'm dealing with owned-ttf-parser and after some requested changes I hit some potential licensing issues and I'm checking this with the ftpmasters. After that rusttype can be built and need to go through NEW. Then I can finally upload wlgreet. Sorry it's taking so much time. \_o< -- Marc Dequènes
Bug#1010247: ITP: greetd -- minimal and flexible login manager daemon
Quack, Thanks a lot for your feedback. On 2022-07-16 14:56, Johannes Schauer Marin Rodrigues wrote: Issue 1: your choice of _greetd lets my postinst fail because my NAME_REGEX in /etc/adduser.conf is "^[a-z][-a-z0-9_]*\$" This naming scheme is becoming quite common in Debian now. Since you do not have problem with _apt or _chrony etc, I wondered if there was any adduser magic option and indeed apt is using --force-badname. I'll add the option but please not chrony, and probably other packages, do not necessarily use it and you'll probably have to make an exception (or fill bug reports). Issue 2: after installing it, I get a black screen printing "/bin/sh: 1: exec: agreety: not found" -- maybe this is because the user "greeter" doesn't have /usr/sbin/ in their PATH? I did not have time to test agreety and sway is in the path, but I checked and agreety does not work when run as non-root (not sure how useful that would be anyway) so I'm in favour of changing the default config to use the absolute path. Did you try this solution? Issue 3: /etc/greetd/config.toml says: I have not yet packaged wlgreet yet but that's coming; I added this config as example for the future. The config I'm using is: -- exec "wlgreet; swaymsg exit" bindsym Mod4+shift+e exec swaynag \ -t warning \ -m 'What do you want to do?' \ -b 'Poweroff' 'systemctl poweroff -i' \ -b 'Reboot' 'systemctl reboot -i' output * bg /etc/greetd/background fill include /etc/sway/config.d/* -- I guess I'll remove the background line, or maybe add another greetd-specific config directory for easy customization, I'm not sure yet. [some time later…] I pushed these changes, so hopefully that should help. I could not get any reply from the Debian Rust team unfortunately, so enquote cannot be uploaded yet. I need to package greetd_ipc in the team too and that should be enough for wlgreet I think. I'll keep you posted. Regards. \_o< -- Marc Dequènes
Bug#1010247: ITP: greetd -- minimal and flexible login manager daemon
On 2022-07-13 12:14, Johannes Schauer Marin Rodrigues wrote: Yes, that's what I did. The last command fails with: I recreated my workdir and realized the build directory is missing. I looked into it and you can recreate the missing pieces with (at the top dir): ./repackage.sh enquote Then the build worked. I'm not sure how you ended-up with this error because I cannot run the build from the top dir without the above. What extra step did you do? does using repackage.sh help? Sorry, I'm a total beginner with this toolchain, -- Marc Dequènes
Bug#1010247: ITP: greetd -- minimal and flexible login manager daemon
On 2022-07-12 22:39, Johannes Schauer Marin Rodrigues wrote: you don't happen to have that package for arm64, do you? ;) Sorry, I do not have this arch around :-/. I'd like to build it myself no matter what I try running from that README I'm getting: debcargo failed: Couldn't find any crate matching enquote * Try `debcargo update` to update the crates.io index. First, setup the build tools: sudo apt-get install devscripts reprepro debootstrap sbuild dh-cargo schroot autopkgtest sudo sbuild-createchroot --include=eatmydata,ccache,gnupg,dh-cargo,cargo,lintian,perl-openssl-defaults \ --chroot-prefix debcargo-unstable unstable \ /srv/chroot/debcargo-unstable-amd64-sbuild http://deb.debian.org/debian (you need space for /srv/chroot, or wherever you wish to store the sbuild chroots, and also /var/lib/sbuild/) Then the build itself: git clone https://salsa.debian.org/duck/debcargo-conf.git cd debcargo-conf/build/ ./build.sh enquote Enjoy! -- Marc Dequènes
Bug#1010247: ITP: greetd -- minimal and flexible login manager daemon
Quack, On 2022-07-12 21:31, Johannes Schauer Marin Rodrigues wrote: the salsa link above is 404. If you share your enquote packaging (cannot find it on salsa) then I'll build and test greetd over here. Feel free to ping me for wlgreet testing as well. I've never packaged rust either so I doubt I'll be helpful with any rust-specific packaging stuff. Sorry, the fork was for some reason private but I just fixed it. The Rust team packaging practices are a tad special so here is the doc: https://salsa.debian.org/rust-team/debcargo-conf#id7 I can provide the deb somewhere if it's too much of a hassle. Regards. \_o< -- Marc Dequènes
Bug#1010247: ITP: greetd -- minimal and flexible login manager daemon
Quack, Just to let you know, I now have a working greetd package: https://salsa.debian.org/debian/greetd The enquote build dependency is missing and I'm trying to get it added in the Rust Team: https://salsa.debian.org/duck/debcargo-conf/-/commit/c64a4a911fd1f04970d982fa53c2d8db2e9cd2b4 Once unblocked I'll upload them. I asked Rust folks to have a look since that's my first time packaging Rust; I might make some improvements but hopefully it should not delay things too much. agreety is included but I have not tested it as I'm using wlgreet (planned next), so if anyone could test it that would be helpful. Regards. \_o< -- Marc Dequènes
Bug#1010247: ITP: greetd -- minimal and flexible login manager daemon
Quack, On 2022-07-04 14:11, Johannes Schauer Marin Rodrigues wrote: how is the packaging going? Are you still intending to package it? Is there already a git repository on salsa? Sorry, I've been delayed but I still intend to get this in :-). Regards. \_o< -- Marc Dequènes
Bug#1010247: ITP: greetd -- minimal and flexible login manager daemon
Quack Jonas, I hope you're fine. On 2022-04-27 16:28, Jonas Smedegaard wrote: I'd be happy to co-maintain if you are interested in doing so outside of the Rust team - e.g. using the more loose debian collaboration section at salsa. I'm really new at Rust but really interested in learning more. The team process seems complicated but the static compilations with features is not something easy to handle and I have no idea how I would do better. Contrary to older languages most libraries are not packaged and I think that would be easier to work with the help of the team. I'd like to handle the initial packaging by myself to learn but if you want to later contribute through me without having to handle team interactions, you're welcome. Regards. \_o< -- Marc Dequènes
Bug#1010248: ITP: wlgreet --
Package: wnpp Severity: wishlist Owner: Marc Dequènes (Duck) X-Debbugs-Cc: debian-de...@lists.debian.org Control: block -1 with 1010247 * Package name: wlgreet Version : 0.3 Upstream Author : Kenny Levinsen * URL : https://git.sr.ht/~kennylevinsen/wlgreet * License : GPL-3 Programming Lang: Rust Description : raw wayland greeter for greetd Greeter to be run under sway or similar. Note that cage is currently not supported due to it lacking wlr-layer-shell-unstable support. This ITP is intended to be fulfilled once greetd is packaged, see #1010247. I was thinking about maintaining it into the Rust team but I have not joined yet. Regards. \_o< -- Marc Dequènes
Bug#1010247: ITP: greetd -- minimal and flexible login manager daemon
Package: wnpp Severity: wishlist Owner: Marc Dequènes (Duck) X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: greetd Version : 0.8.0 Upstream Author : Kenny Levinsen * URL : https://git.sr.ht/~kennylevinsen/greetd * License : GPL-3 Programming Lang: Rust Description : minimal and flexible login manager daemon greetd makes no assumptions about what you want to launch. Use gtkgreet to launch sway if you want a fully graphical session, or use agreety to launch a shell if you want a drop-in replacement for agetty(8) and login(1). If you can run it from your shell in a TTY, greetd can start it. If it can be taught to speak a simple JSON-based IPC protocol, then it can be a greeter. Most login managers historically assumes X11. The most compatible one is probably GDM but unless you use GNOME you may wish to have a more lightweight solution. Lightdm worked well until recently despite not having Walyland support itself but it is now afflicted by this bug: https://github.com/swaywm/sway/issues/6655 The last release dates 2018 and there is no recent coding activity. I think greetd's architecture properly decouples authentication and the login UI and makes for a good replacement for Wayland users. I was thinking about maintaining it into the Rust team but I have not joined yet. Regards. \_o< -- Marc Dequènes
Bug#799292: ITP: mailman3 -- Mailman3 mailing list manager suite
Quack, On 2017-06-20 18:25, Pierre-Elliott Bécue wrote: It's already the case, see #799287 Very nice. I would advise to move the VCS parts inside Debian. Also maybe create a team or join one to help with the burden. This would also help finding a mentor/sponsor (I may be able to help too). Please notify when we can test a working solution. Regards. -- Marc Dequènes
Bug#511715: ITP: gallery3 -- web-based photo album written in PHP
Coin, Quoting you from Gallery's ML: Another thing that should be discussed is whether it's worth having a gallery3 package in the main Debian repository. The benefit of having a package in the Debian repository is the simplicity of installation via "apt-get install gallery3" Having a gallery3 package hosted outside of the main Debian repository (such as my people.debian.org repository) gets the same benefit, assuming one has configured their system to access that repository. While initially somewhat complicated, the setup is a one time cost. There are also ways to simplify the repository setup, such as a helper package. You're not the only DD having hit a license problem, and if every (if not all) DD had created a personal repository for each package causing problem, there would be no central repository at all. Do you intend to support sid, testing, stable, and security up to old-stable by yourself in the long run? Do you really think this situation is sustainable? Now that you have tell upstream that it is not necessary, do you think anyone of them will help you solve the licensing problem? You also forgot about the trust and security problem caused by adding any apt key like explained in your installation procedure[1]. What would happen if your GPG key is compromised? If you want to help Debian and your users you'll have to clean this up and make up a decision. If the source code of the SWF apps cannot be provided, then i think you could provide a package with such files removed and the corresponding features deactivated. If you also want to care about the lost features, and if these files are _really_ allowed to be distributed at all, then you may package them separately in a non-free package which would enhance the free one (and provide a helper script of some sort to activate the feature if needed). Please do not consider this mail an offensive one. I just think you made a mistake and i wanted to explain my point of view. I also think you should perfectly be able to improve the situation. Don't forget you may also ask your fellow developers for opinions and/or help on the MLs. [1] http://codex.gallery2.org/Gallery3:Installation_on_Debian -- Marc Dequènes (Duck) pgpZhk5qN3TZ5.pgp Description: PGP Digital Signature
Bug#513305: ITP: unscd -- Micro Name Server Caching Daemon
Coin, Not much has changed here... I made a few improvements to the packaging (on top of the latest Don's SVN; see attachment; now using 0.45 and the upstream Makefile). The new package should replace nscd smoothly on upgrade now, but i guess more extensive tests should be done. I'm still interrested to comaint with Don and the glibc team. -- Marc Dequènes (Duck) Index: control === --- control (revision 472) +++ control (working copy) @@ -1,15 +1,15 @@ Source: unscd Section: admin Priority: extra -Standards-Version: 3.8.3 -Build-Depends: debhelper (>= 5), groff-base +Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 7.0.50), groff-base Maintainer: Don Armstrong Package: unscd Section: admin Priority: extra Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: nscd Replaces: nscd Provides: nscd Index: compat === --- compat (revision 472) +++ compat (working copy) @@ -1 +1 @@ -4 +7 Index: preinst === --- preinst (revision 0) +++ preinst (revision 0) @@ -0,0 +1,18 @@ +#! /bin/sh +# preinst script for unscd + +set -e + +case "$1" in +install) + # necessary in case nscd is not purged + # (useful to keep the config file, mostly compatible) + if [ ! -e /etc/init.d/.legacy-bootordering && -e /etc/init.d/nscd ]; then + insserv -r /etc/init.d/nscd + fi +;; +esac + +#DEBHELPER# + +exit 0 Index: install === --- install (revision 0) +++ install (revision 0) @@ -0,0 +1,2 @@ +nscd usr/sbin/ +debian/nscd.conf etc/ Index: changelog === --- changelog (revision 472) +++ changelog (working copy) @@ -1,3 +1,16 @@ +unscd (0.45-0+dc1) unstable; urgency=low + + * NMU by DuckCorp. + * New upstream release. + * Switched to compat level 7 and DH. + * Increased Standards-Version to 3.8.4 (no changes needed). + * Added preinst script to avoid init resource clash if nscd was +installed but not purged. + * Updated default config file to what is really supported by unscd +(even if the nscd config will work). + + -- Marc Dequènes (Duck) Fri, 25 Jun 2010 14:53:26 +0200 + unscd (0.36-1) unstable; urgency=low * Initial packaging for Debian Index: copyright === --- copyright (revision 472) +++ copyright (working copy) @@ -1,7 +1,8 @@ Authors: Denys Vlasenko Webpage: http://busybox.net/~vda/unscd/ Download: http://busybox.net/~vda/unscd/ -Debianized: Don Armstrong Tuesday, January 27, 2009 16:58:55 PST +Debianized: Don Armstrong Tuesday, January 27, 2009 16:58:55 PST, + Marc Dequènes (Duck) Fri, 25 Jun 2010 14:25:32 +0200 Copyright: Copyright (C) 2007 Denys Vlasenko. Licensed under the GPL version 2. Index: rules === --- rules (revision 472) +++ rules (working copy) @@ -1,67 +1,14 @@ #!/usr/bin/make -f -#DH_VERBOSE = 1 +VERSION = $(shell dpkg-parsechangelog | sed -r '/^Version:/ !d; s/^.*: ([^-]+).*$$/\1/') +%: + dh $@ -PREFIX=$(shell pwd)/debian/unscd/ +override_dh_auto_configure: + ln -s nscd-$(VERSION).c nscd.c + dh_auto_configure -CFLAGS = -Wall -g - -INSTALL=install - -ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) -CFLAGS += -O0 -else -CFLAGS += -O2 -endif - - -build: build-stamp -build-stamp: - dh_testdir - - gcc $(CFLAGS) -o nscd nscd-*.c - - touch $@ - clean: - dh_testdir - dh_testroot + rm -f nscd.c - rm -f build-stamp - - rm -f nscd - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - $(INSTALL) -d $(PREFIX)/usr/sbin/ - $(INSTALL) -t $(PREFIX)/usr/sbin/ nscd - $(INSTALL) -d $(PREFIX)/etc/ - $(INSTALL) -t $(PREFIX)/etc/ debian/nscd.conf - -binary-indep: - -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs README - dh_installman - dh_installinit - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-arch -.PHONY: build clean binary-arch binary-indep binary install Index: nscd.conf === --- nscd.conf (revision 472) +++ nscd.conf (working copy) @@ -25,10 +25,9 @@ # check-files # persistent # shared -# max-db-size # auto-propagate # -# Currently supported cache names (services): passwd, group, hosts, services +# Currently supported cache names (services): passwd, group, hosts # @@ -49,7 +48,6 @@ check-files passwd yes persistent passwd yes shared passwd yes - max-db-size passwd 33554432 auto-propagate passwd yes enable-cache group yes
Bug#530621: php-imagick adoption
Coin, This package has at least 2 major bugs which render it totally unusuable and block PHP 5.3 transition for people using it. It will probably be out of Squeeze if we don't act quickly. Guillaume, you claimed to be willing to adopt this package in #530621, but to lack a sponsor. If you still intend to work on this package, i would be glad to sponsor you. Regards. -- Marc Dequènes (Duck) pgpsaAEdy3iEh.pgp Description: PGP Digital Signature
Bug#282666: RFP: cel -- a game entity layer based on Crystal Space
Coin, Why is this RFP stuck ? The Debian Games Team had made an attempt, so why is this bug not converted in ITP ? Currently, the software does not build with g++ 4.3.4-6: C++ ./out/linuxx86/optimize/apps/bootstrap/bootstrap.o apps/bootstrap/bootstrap.cpp: In member function ‘bool Bootstrap::HandleEvent(iEvent&)’: apps/bootstrap/bootstrap.cpp:80: warning: ‘csEventID csevFinalProcess(iObjectRegistry*)’ is deprecated (declared at /usr/include/crystalspace-1.4/csutil/eventnames.h:523) apps/bootstrap/bootstrap.cpp: In member function ‘bool Bootstrap::Initialize(int, const char* const*)’: apps/bootstrap/bootstrap.cpp:188: error: expected primary-expression before ‘)’ token apps/bootstrap/bootstrap.cpp:188: error: ‘CS_LOAD_PLUGIN’ was not declared in this scope According to upstream, 1.2 is still the latest version, so i guess it should be reported to them, as nothing seems wrong in the packaging. Regards. -- Marc Dequènes (Duck) pgpz53oLfWH04.pgp Description: PGP Digital Signature
Bug#513305: Status of unscd, and nscd in Debian
Coin, Quoting Don Armstrong : Sure, there's a preliminary package here: http://svn.donarmstrong.com/deb_pkgs/unscd/trunk/ Besides from a bug in the PREFIX (s/nscd/unscd/), to avoid having a nearly empty package, it is building well. It installs well and is working like a charm. Only the nscd init script had to be borrowed, without any change. The package could just Provides nscd. I didn't dig deep into the details, and didn't know it could use the same configuration file. Directives not handled are just ignored with a warning message (which could by in syslog btw), which is quite fine, but 'services' map is not supported, which is a regression. the main reason I haven't yet uploaded it is because I'm unhappy with the way that it replaces nscd but I'm using it in production right now. Besides the small regression, i don't see what makes you unhappy. Do you need comaint ? -- Marc Dequènes (Duck) pgpOUDIh6ZmjC.pgp Description: PGP Digital Signature
Bug#513305: Status of unscd, and nscd in Debian
Coin, I don't see any progress here. Don Armstrong, do you need help ? Is there a preliminary package we could help testing ? Regards. -- Marc Dequènes (Duck) pgplGOBh1Y73m.pgp Description: PGP Digital Signature
Bug#521930: O: genetic -- genetic algorithms in Python
Package: wnpp Severity: normal Coin, As announced on the pkg-games-devel and python-modules-team mailing-lists[1], i'm no more interested in maintaining this package. Since this announce (march 2008), noone has stepped to take care of it. I am then orphaning it now. Regards. [1] http://lists.alioth.debian.org/pipermail/pkg-games-devel/2008-March/007227.html -- Marc Dequènes (Duck) pgpJwalt7mw1X.pgp Description: PGP Digital Signature
Bug#521932: O: songwrite -- guitar tablature editor and player
Package: wnpp Severity: normal Coin, As announced on the pkg-games-devel and python-modules-team mailing-lists[1], i'm no more interested in maintaining this package. Since this announce (march 2008), noone has stepped to take care of it. I am then orphaning it now. Regards. [1] http://lists.alioth.debian.org/pipermail/pkg-games-devel/2008-March/007227.html -- Marc Dequènes (Duck) pgpIx9FWuRDQU.pgp Description: PGP Digital Signature
Bug#521927: O: editobj -- Python object editor
Package: wnpp Severity: normal Coin, As announced on the pkg-games-devel and python-modules-team mailing-lists[1], i'm no more interested in maintaining this package. Since this announce (march 2008), noone has stepped to take care of it. I am then orphaning it now. Regards. [1] http://lists.alioth.debian.org/pipermail/pkg-games-devel/2008-March/007227.html -- Marc Dequènes (Duck) pgp3PIeBuNQkw.pgp Description: PGP Digital Signature
Bug#521925: O: tofu -- high-level network game engine for Python
Package: wnpp Severity: normal Coin, As announced on the pkg-games-devel and python-modules-team mailing-lists[1], i'm no more interested in maintaining this package. Since this announce (march 2008), noone has stepped to take care of it. I am then orphaning it now. Regards. [1] http://lists.alioth.debian.org/pipermail/pkg-games-devel/2008-March/007227.html -- Marc Dequènes (Duck) pgpSVMghUTQQ8.pgp Description: PGP Digital Signature
Bug#521923: O: pyopenal -- port for Python of the OpenAL library
Package: wnpp Severity: normal Coin, As announced on the pkg-games-devel and python-modules-team mailing-lists[1], i'm no more interested in maintaining this package. Since this announce (march 2008), noone has stepped to take care of it. I am then orphaning it now. Regards. [1] http://lists.alioth.debian.org/pipermail/pkg-games-devel/2008-March/007227.html -- Marc Dequènes (Duck) pgpEhmyxb00K9.pgp Description: PGP Digital Signature
Bug#521921: O: py2play -- peer-to-peer network game engine
Package: wnpp Severity: normal Coin, As announced on the pkg-games-devel and python-modules-team mailing-lists[1], i'm no more interested in maintaining this package. Since this announce (march 2008), noone has stepped to take care of it. I am then orphaning it now. Regards. [1] http://lists.alioth.debian.org/pipermail/pkg-games-devel/2008-March/007227.html -- Marc Dequènes (Duck) pgp8soWTenuHJ.pgp Description: PGP Digital Signature
Bug#521916: O: balazarbrothers -- 3D puzzle game
Package: wnpp Severity: normal Coin, As announced on the pkg-games-devel and python-modules-team mailing-lists[1], i'm no more interested in maintaining this package. Since this announce (march 2008), noone has stepped to take care of it. I am then orphaning it now. Regards. [1] http://lists.alioth.debian.org/pipermail/pkg-games-devel/2008-March/007227.html -- Marc Dequènes (Duck) pgpUwGQUBFJZT.pgp Description: PGP Digital Signature
Bug#521911: O: balazar -- adventure/action game Balazar -- Arkanae II, reforged scepters
Package: wnpp Severity: normal Coin, As announced on the pkg-games-devel and python-modules-team mailing-lists[1], i'm no more interested in maintaining this package. Since this announce (march 2008), noone has stepped to take care of it. I am then orphaning it now. Regards. [1] http://lists.alioth.debian.org/pipermail/pkg-games-devel/2008-March/007227.html -- Marc Dequènes (Duck) pgpsBhaPHcSlj.pgp Description: PGP Digital Signature
Bug#521175: O: slune -- 3D racing and car-crashing game
Package: wnpp Severity: normal Coin, As announced on the pkg-games-devel and python-modules-team mailing-lists[1], i'm no more interested in maintaining this package. Since this announce (march 2008), noone has stepped to take care of it. I am then orphaning it now. Regards. [1] http://lists.alioth.debian.org/pipermail/pkg-games-devel/2008-March/007227.html -- Marc Dequènes (Duck) pgpxHWlVJigep.pgp Description: PGP Digital Signature
Bug#375597: ITP: balazarbrothers -- 3D adventure and roleplaying game
Coin, Just to say this ITP is still valid. A licensing problem with a font file prevented the package from reaching Etch. This issue is still work in progress with upstream authors. Stay tuned. -- Marc Dequènes (Duck) pgpIoKOavSkAj.pgp Description: PGP signature
Bug#375597: ITP: balazarbrothers
Package: wnpp Severity: wishlist Package : balazarbrothers Architecture: all Description : 3D adventure and roleplaying game Balazar is a very beautiful and funny action / adventure game. Upstream Author : Jiba <[EMAIL PROTECTED]> License : GPL URL : http://home.gna.org/oomadness/en/balazar_brother/ I'd like to maintain this package as other oomadness softwares, please let me do. A first shot package is available in the unstable part of my repo : http://debian.duckcorp.org/ I plan uploading in NEW after some minor packaging fixes and conversion to the new Python policy. The description still has to be enhanced. Thanks. -- Marc Dequènes (Duck) pgpCQkqCmYtj0.pgp Description: PGP signature
Bug#298730: news
Coin, A few minutes ago, tofu and cerealizer were uploaded, editobj was updated and fixed today. These are now using python-support to be able to automagically bytecompile for supported versions when they are installed. Soya is nearly ready for upload to have Python 2.4 support. I was willing to upload the latest 0.10.3 which contains a compilation fix but this release is buggy and i'm waiting for a fixed version if it does come soon. Pyopenal needs to have 2.4 support and to go to new like soya ; this is on the way. Balazar 0.3 is finally out, i'm testing it soon. With python-support and some work arounds i would not have to wait for doko to update python default version as this is begining to last too much now... -- Marc Dequènes (Duck) pgpPzTsDKOHWj.pgp Description: PGP signature
Bug#298730: testers needed
Coin, My python packages are now 2.4 only. Balazar and Balazar Brother with their dependencies are packaged. You can find the resulting packages here (in the experimental distro): http://debian.duckcorp.org/ Beware to use the CVS version of Balazar, the 0.2 release is not working. In fact the CVS version is not working too, until you give your user rights to overwrite the files in /usr/share/games/balazar (and yes this is a bug and it was already reported upstream). I'd be pleased if you could have a look and test. The Balazar bug explained above makes it unsuitable for upload into Debian, i'm waiting for a solution from upstream author ; so please be patient. -- Marc Dequènes (Duck) pgpNlucmeIxz0.pgp Description: PGP signature
Bug#298730: packaging news
Coin, Here are our things: - Tofu needs Python 2.4 (it uses the 'set' builtin type) - thus the Balazar depends needs to be available for 2.4 (editobj, soya and pyopenal) - Balazar is using Cerealizer intead of Pickle for network serialisation... in CVS ! (and not in 0.2 as expected) - Balazar brothers is using Cerealizer and should not be a problem (yes i intend to package it too btw) For the python 2.4 part, i plan to update my packages soon while Jiba (the author) should release Balazar 0.2.1 at the end of the week with Cerealizer support. Once the whole Python 2.4 packages are working with 0.2, i should be able to do a first upload of Tofu. Cerealizer should follow if Balazar brothers makes no problem (to be able to test it before any upload). -- Marc Dequènes (Duck) pgp1npmh7LoJF.pgp Description: PGP signature
Bug#217571: [Pkg-mediawiki-devel] texvc in mediawiki package
Coin, Thijs Kinkhorst <[EMAIL PROTECTED]> writes: > Good work on the MediaWiki package. I'm curious whether you're > interested in packaging the texvc tool that's also distributed from the > sf.net mediawiki pages and mediawiki depends on it? It is included in mediawiki-math Sir. Not sure it could be useful outside the mediawiki use. -- Marc Dequènes (Duck) pgpjbWBlPwR9B.pgp Description: PGP signature
Bug#298730: update
Coin, 0.2rc1 is out. 0.2 final should not be so long. I'm taking care of Tofu btw. -- Marc Dequènes (Duck) pgpRdXpePRNL7.pgp Description: PGP signature
Bug#298730: ITP: balazar
Package: wnpp Severity: wishlist Package name: balazar Architecture: all Version : 0.1 or 0.2 when out Description : 3D adventure and roleplaying game Balazar is a very beautiful and funny action / adventure game. Upstream Author : Jiba <[EMAIL PROTECTED]> Licence : GPL URL : http://download.gna.org/balazar/ I'd like to maintain this package as other oomadness softwares, please let me do. A first shot package is available in the experimental part of my repo : http://debian.duckcorp.org/ I plan uploading in NEW after some minor packaging fixes and probably when 0.2 is out. Thanks. -- Marc DequÃnes (Duck) pgpGwptMWGf4G.pgp Description: PGP signature
Bug#276057: mediawiki package
Coin, I made a 1.3.9 mediawiki package recently because i wanted a stable mediawiki package, only a dirty one was available on the net, and #217571 IPT was long without result. I am not interrested in taking over the maintainership and you look like motivated, so i'm happy someone take care of it. My package is working and quite clean, integrating math support, so you may look at it to improve yours. It is available here : http://debian.duckcorp.org/ Have a lot of FUN ! -- Marc DequÃnes (Duck) pgpQABPbCaTw3.pgp Description: PGP signature
Bug#140985: ITP: rbot -- IRC bot written in ruby
retitle 140985 ITP: rbot -- IRC bot written in ruby tags 140985 + pending thanks Coin, I've done small patches to fix some minor issues. I'm at one step to having a pkg done for myself, so i'm taking the job. -- Marc Dequènes (Duck) pgpaId6X0jh6p.pgp Description: PGP signature
Bug#238880: O: gnome-applets -- Various applets for GNOME 2 panel - binaries files
I'd be happy to package this one :-) My kind sponsor, seb128, blessed me, so everything should be alright. -- Marc Dequènes (Duck) pgpg1LJTkNrmc.pgp Description: PGP signature