Bug#1080425: RFP: lact -- Linux AMDGPU Configuration Tool
Package: wnpp Severity: wishlist X-Debbugs-Cc: pkg-rust-maintain...@alioth-lists.debian.net * Package name: lact Upstream Contact: Ilya Zlobintsev * URL : https://github.com/ilya-zlobintsev/LACT * License : MIT Programming Lang: rust Description : Linux AMDGPU Configuration Tool This application allows you to control your AMD GPU on a Linux system. Current features: - Viewing information about the GPU - Power/thermals monitoring - Fan curve control - Overclocking (GPU/VRAM clockspeed, voltage) - Power states configuration This tool is also essential in case you are affected by bugs like https://gitlab.freedesktop.org/drm/amd/-/issues/3131 as it allows to set the GPU frequency lower than what was detected automatically. CCing the rust team. Rust packaging is out of my comfort zone unfortunately. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#1034532: O: gpsd -- Global Positioning System - daemon
Package: wnpp Severity: normal X-Debbugs-Cc: g...@packages.debian.org Control: affects -1 + src:gpsd Hi! I intend to orphan the gpsd package. While it was fun to work on the package back at the time when ESR was the lead developer, things have changed unfortunately. If you want to take over the maintenance of the package: - expect a hostile upstream, especially when you talk about distro requirements, systemd or similar things - expect words that will fail to pass any kind of code of conduct. - expect breaking API and ABI changes with every version. - expect scons as build system, which is a major source of PAIN in every imaginable body part. - you should have some knowledge about libraries, symbols, API/ABIs, building shared/static libs and similar things, you might need to be able to debug the build/usage of all these things, althouigh lately the scons stuff worked okayish most of the time. I'm happy to help to take over the maintenance of the package, guess I have a bit of in depth knowledge as I've fixed various bugs on the upstream side, too The package description is: The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. . With gpsd, multiple GPS client applications can share access to devices without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the different standards emitted by GPS devices. . This also includes common tools ubxtool and gpsctl for device configuration of the local hardware as well as a ntpshmmon to check generated refclock data. Thanks, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#981176: RFP: doas -- minimal replacement for sudo
On 2/5/21 11:17 PM, Geert Stappers wrote: > Qouting https://packages.debian.org/bullseye/pleaser > > please, a polite, regex-first sudo clone the good thing on open source is that is about having the choise... And I clearly prefer the openbsd doas code over something written in rust. Doas is in unstable already. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#981176: RFP: doas -- minimal replacement for sudo
Hi, I just did some last fixes and uploaded doas to unstable. Thanks for your work! but fyi: I failed a bit, I've enabled PAM, but uploaded before testing it. It will need a source only upload to migrate to testing anyway, I'll do that as soon as it is trough new. The version i ngit is working just fine. If you have some time, please add an autopkgtest. Something like: - creating a config for some user and for root - as root: doas -u someuser doas -u root whoami | grep root better ideas welcome, the CI should happily run your tests normally, but it is broken due to some ssl issues at the moment. Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#981176: RFP: doas -- minimal replacement for sudo
Hi, weird, now I gave you more permissions - same I have. please try again. bernd On 2021-01-27 23:03, Scupake wrote: On Wed, Jan 27, 2021 at 10:28:25PM +0100, Bernd Zeimetz wrote: git push origin master:master or git push --all if you have more branches to push. Still having the same issue, here's the entire error: --- Enumerating objects: 56, done. Counting objects: 100% (56/56), done. Delta compression using up to 2 threads Compressing objects: 100% (48/48), done. Writing objects: 100% (56/56), 47.66 KiB | 3.97 MiB/s, done. Total 56 (delta 5), reused 0 (delta 0), pack-reused 0 remote: GitLab: remote: A default branch (e.g. master) does not yet exist for debian/doas remote: Ask a project Owner or Maintainer to create a default branch: remote: remote: https://salsa.debian.org/debian/doas/-/project_members remote: To https://salsa.debian.org/debian/doas.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://salsa.debian.org/debian/doas.git' --- Maybe I don't have permission to create a default branch? --- Scupake :D 4737A2C0A769B53AE82F77922BD8BE5CDD5ADA16 -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#981176: RFP: doas -- minimal replacement for sudo
On 1/27/21 9:58 PM, Scupake wrote: > Hello, > > I am getting an error when trying to git push, it's teling me that: > "A default branch (e.g. master) does not yet exist for debian/doas > Ask a project Owner or Maintainer to create a default branch" git push origin master:master > > --- > Scupake :D > 4737A2C0A769B53AE82F77922BD8BE5CDD5ADA16 > -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#981176: RFP: doas -- minimal replacement for sudo
On 1/27/21 10:27 PM, Bernd Zeimetz wrote: > > > On 1/27/21 9:58 PM, Scupake wrote: >> Hello, >> >> I am getting an error when trying to git push, it's teling me that: >> "A default branch (e.g. master) does not yet exist for debian/doas >> Ask a project Owner or Maintainer to create a default branch" > > git push origin master:master or git push --all if you have more branches to push. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#981176: RFP: doas -- minimal replacement for sudo
Hi, On 1/27/21 8:40 PM, Scupake wrote: > On Wed, Jan 27, 2021 at 08:20:55PM +0100, Bernd Zeimetz wrote: >> whats your salsa username? > @Scupake > I have just created my account a little bit ago. found your user :) > Also, are you going to make a repository in the debian group or should I > just make a repository? repository created, you should have got an invitation. I've configured the CI to use debian/.gitlab-ci.yml please use the salsa pipeline to test the package. please note that this requires to use git-buildpackage. let me know if you have troubles with that CI documentation is at https://salsa.debian.org/salsa-ci-team/pipeline/-/blob/master/README.md thanks, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#981176: RFP: doas -- minimal replacement for sudo
On 1/27/21 7:30 PM, Scupake wrote: > On Wed, Jan 27, 2021 at 06:48:39PM +0100, Bernd Zeimetz wrote: >> nice, I'll happily sponsor the upload. > Thanks! > >> Would you be willing to put your packaging work on salsa.debian.org? >> Maybe in the debian group? I could create a repository there if necessary. > Sure, I don't mind. whats your salsa username? -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#981176: RFP: doas -- minimal replacement for sudo
Hi, On 1/27/21 6:40 PM, Scupake wrote: > I have started working on packaging Duncaen's OpenDoas, I'll notify you > once I think it's ready for review. nice, I'll happily sponsor the upload. Would you be willing to put your packaging work on salsa.debian.org? Maybe in the debian group? I could create a repository there if necessary. Thanks for your work, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#981176: RFP: doas -- minimal replacement for sudo
Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: doas Version : 6.8 Upstream Author : Duncan Overbruck znc others * URL : https://github.com/Duncaen/OpenDoas * License : bsd Programming Lang: c Description : minimal replacement for sudo OpenDoas: a portable version of OpenBSD's doas command With the regular security issues in sudo it would make sense to have an alternative tools with a much smaller codebase. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#976890: RFP: seamly2d -- pattern making program
Package: wnpp Severity: wishlist * Package name: seamly2d Version : 0.6.0.2+20201207 (latest weekly snapshot for now -> target experimental) * URL : https://github.com/FashionFreedom/Seamly2D * License : gpl3 Programming Lang: c++ Description : pattern making program Seamly2D enables creative parametric patterns which conform to an individual's body measurements and to multiple sizing tables. It blends new technologies with traditional methods to remove Victorian-era gender, ethnic, and size biases from clothing design. Seamly2D is created to allow independent patternmakers and designers to profitably scale their small batch clothing production. I've started to prepare some packaging based on upstream's work on Vcs-Git: https://salsa.debian.org/debian/pkg-seamly2d.git Vcs-Browser: https://salsa.debian.org/debian/pkg-seamly2d But I'm not keen on maintaining it, I have enough packages to take care of. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#968052: O: pmacct -- promiscuous mode traffic accountant
Package: wnpp Severity: normal Hi! I intend to orphan the pmacct package. Unfortunately I don't have the time to maintain it properly anymore. There are various new daemons and features that should be enabled and properly supported, otherwise the package is hopefully in a still working shape. The package description is: pmacct is a tool designed to gather traffic information (bytes and number of packets) by listening on a promiscuous interface or for Netflow data, which may facilitate billing, bandwidth management, traffic analysis, or creating usage graphs. . Data can be stored in memory and queried, displayed directly, or written to a database; storage methods are quite flexible and may aggregate totals or keep them separate. Thanks, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#967855: O: mod-gearman -- Worker agent for Mod-Gearman
Package: wnpp Severity: normal I intend to orphan the mod-gearman package. The package description is: The worker agent for Mod-Gearman connects to a Gearman job server, runs active Icinga/Nagios service checks, and return the results. . The worker can ask for any available check, or it can be bound to specific hostgroups or servicegroups. Unfortunately (due to a broken debian/watch file) the package is also pretty outdated. As it is not needed for current icinga versions, I also don't have any usage for it anymore and I it might make sense to remove it. Thanks, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#967854: O: gimp-plugin-registry -- repository of optional extensions for GIMP
bracketed exposure series (e.g. 0,-2,+2 EV) and blend these into a contrast enhanced image. * ez-perspective: EZ Perspective: Specialized tool for easily correcting or changing perspective. * fix-ca (3.0.2): Fix-CA Corrects chromatic aberration in photos * gimp-fx-foundry (r111): GIMP FX Foundry Probably the largest script collection available for The GIMP. * gimp-mask: GIMP-Mask: Do and undo several popular image masking (that is, censoring) methods (CP, FL, Q0, MEKO). * hdroberts-tone-adjust (May 24, 2010): Warming and Cooling Filters Warm or cool an image using one of several methods: Wratten, Roy's Warm, Brauer's Warm, Pasty Cadaveric Look * layer-effects (4/12/2012): Layer-Effects This is a series of scripts that implement various layer effects: Drop Shadow, Inner Shadow, Outer Glow, Inner Glow, Bevel and Emboss, Satin, Color Overlay, Gradient Overlay, Pattern Overlay, Stroke * lqr (0.7.1): Liquid Rescale Content-aware rescaling. Keeps the features of the image while rescaling along a single direction. * openraster (20110529-1d32622): OpenRaster load/save handler OpenRaster is an effort by the Create project[1] to offer a standardized and open interchange format for raster-based applications. This plugin allows one to load and save files in the OpenRaster format. * planet-render (1-2): Planet Render Creates a planet. Color, size and sun orientation can be set. * resynthesizer (2.0.3): Resynthesizer Gimp plugin for texture synthesis This gimp plugin takes samples of textures, and synthesizes larger textures from them. It can be used to extend textures (including making tileable textures), remove objects from textures, and make themed images. * safe-for-web (0.29.0): Save for Web Allows to experiment with various popular web format options. It shows an automatically updated preview and file size statistics. * separate+ (0.5.8): Separate+ Separate+ is a plug-in that generates color separations from an RGB image, proofs CMYK colors on the monitor and exports the CMYK TIFF file. * smart-seperate-sharpen (2.8): Smart Seperate Sharpening This script implements a new version of smart sharpening (redux) combined with separate sharpen to give better results. You can find more about Smart Sharpening at http://www.gimpguru.org/Tutorials/SmartSharpening2/ * streak (0.6): Streak-Camera simulation A streak camera images an object through a slit - thus getting a "one dimensional image". This image is propagated along the second dimension of the image plane at a constant speed. The result is a picture of the time dependency of the object. * traditional-orton: Traditional Orton: This is an effect invented by Michael Orton in the 1990s, which consists of taking two copies of an image, one blurred, and one sharp, and mixing them to produce an image with a dreamy quality. It is especially well suited to landscape and flower photography. * wavelet-denoise (0.3.1): Wavelet Denoise The wavelet denoise plugin is a tool to selectively reduce noise in individual channels of an image with optional RGB<->YCbCr conversion. It has a user interface to adjust the amount of denoising applied. The wavelet nature of the algorithm makes the processing quite fast. Thanks, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#962637: node-left-pad -- String left-pad
Hi, > This is the infamous left-pad package used to left-pad strings. > The project is archived and this tool is now deprecated. The recommendation > is to use String.prototype.padStart() instead. However, due to the > ubiquity of this package in other node projects it is useful to have this > packaged. Please don't package already deprecated things in Debian - if you reallz need it for compat reasons, make it a wrapper around String.prototype.padStart(). Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#927832: RFP: termshark -- terminal user-interface for tshark, inspired by Wireshark
Package: wnpp Severity: wishlist * Package name: termshark Version : latest... Upstream Author : Graham Clark (grcl...@gmail.com) * URL : https://github.com/gcla/termshark * License : MIT Programming Lang: golang Description : terminal user-interface for tshark, inspired by Wireshark (not a package description. - just a copy & paste) If you're debugging on a remote machine with a large pcap and no desire to scp it back to your desktop, termshark can help! Features Read pcap files or sniff live interfaces (where tshark is permitted). Inspect each packet using familiar Wireshark-inspired views Filter pcaps or live captures using Wireshark's display filters Copy ranges of packets to the clipboard from the terminal
Bug#898078: O: zbar
Package: wnpp Severity: normal Hi, zbar does not have an active upstream for a long time now. More and more bugs are reported. If nobody steps up to maintain the package - and I guess become upstream for it, I'll file a removal bug. Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#838818: O: python-application
Package: wnpp Severity: normal Hi, I'm orphaning python-application as I don't use it anymore and also I don't see a reason to keep it as there are better solutions these days. If nobody wants to keep it in Debian AND wants to maintain it, I'll ask for removal before the release of stretch. Best regards, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
Bug#792101: reopening - setting to RFP
Homepage: https://gogs.io/ Code is located at https://github.com/gogits/gogs Please package the original version, not some random fork. -- Mit freundlichen Grüßen Bernd Zeimetz Systems Engineer Debian Developer conova communications GmbH Web| http://www.conova.com/ E-Mail | b.zeim...@conova.com Zentrale Salzburg Karolingerstraße 36A 5020 Salzburg Tel | +43 (0) 662 22 00 - 313 Fax | +43 (0) 662 22 00 - 209 Es gelten die Allgemeinen Geschäftsbedingungen der conova communications GmbH, http://www.conova.com/de/agb/ smime.p7s Description: S/MIME cryptographic signature
Bug#768983: [Pkg-graphite-maint] ITP: carbon-c-relay -- status?
Hi Jonas, On 05/25/2015 05:37 PM, Jonas Genannt wrote: have created a new git repo for you, feel free to use it: ssh://git.debian.org/git/pkg-graphite/packages/carbon-c-relay.git the group doesn't have write permissions :( re-creating it with git --bare init --shared might be the easiest fix. thanks, bernd -- Mit freundlichen Grüßen Bernd Zeimetz Systems Engineer Debian Developer conova communications GmbH Web| http://www.conova.com/ E-Mail | b.zeim...@conova.com Zentrale Salzburg Karolingerstraße 36A 5020 Salzburg Tel | +43 (0) 662 22 00 - 313 Fax | +43 (0) 662 22 00 - 209 Es gelten die Allgemeinen Geschäftsbedingungen der conova communications GmbH, http://www.conova.com/de/agb/ smime.p7s Description: S/MIME cryptographic signature
Bug#768983: [Pkg-graphite-maint] ITP: carbon-c-relay -- status?
Hi Jonas, Filippo, So the graphite ecosystem is found in one place. I have added you to the Graphite project on Alioth. I have created a new git repo for you, feel free to use it: ssh://git.debian.org/git/pkg-graphite/packages/carbon-c-relay.git I'll leave that decision to Filippo as he started to package it. Sorry for not uploading it yet, my laptop's hdd decided that it wants to be replaced and I'm migrating stuff from the old to the new one at the moment. cheers, Bernd -- Mit freundlichen Grüßen Bernd Zeimetz Systems Engineer Debian Developer conova communications GmbH Web| http://www.conova.com/ E-Mail | b.zeim...@conova.com Zentrale Salzburg Karolingerstraße 36A 5020 Salzburg Tel | +43 (0) 662 22 00 - 313 Fax | +43 (0) 662 22 00 - 209 Es gelten die Allgemeinen Geschäftsbedingungen der conova communications GmbH, http://www.conova.com/de/agb/ smime.p7s Description: S/MIME cryptographic signature
Bug#768983: [Pkg-graphite-maint] ITP: carbon-c-relay -- status?
On 05/16/2015 11:07 AM, Filippo Giunchedi wrote: On Wed, May 13, 2015 at 09:43:30PM +0200, Jonas Genannt wrote: Happy to hear other opinions if people are interested since it is just harder to transition after the upload. (+Jonas and pkg-graphite-maint) I would also suggest to use a other configuration directory. because /etc/carbon can be have more configuration files: ok I've switched back to /etc/carbon-c-relay.conf in 7f6bed754f Bernd if that looks good I think we're fine to upload I'll add some dpkg-maint-helper stuff for a smooth migration from the old/inofficial package / config file location to the new one. I need it anyway. Should I upload it when I'm done? -- Mit freundlichen Grüßen Bernd Zeimetz Systems Engineer Debian Developer conova communications GmbH Web| http://www.conova.com/ E-Mail | b.zeim...@conova.com Zentrale Salzburg Karolingerstraße 36A 5020 Salzburg Tel | +43 (0) 662 22 00 - 313 Fax | +43 (0) 662 22 00 - 209 Es gelten die Allgemeinen Geschäftsbedingungen der conova communications GmbH, http://www.conova.com/de/agb/ smime.p7s Description: S/MIME cryptographic signature
Bug#768983: ITP: carbon-c-relay -- status?
On 05/12/2015 01:34 PM, Filippo Giunchedi wrote: That's "owned" by graphite-carbon in debian isn't it? I don't think we should mix paths yes, but I can't see why folders should be "owned" by something. carbon-c-relay is pretty much related to the other carbon stuff, so imho its fine to have it in the same folder. for me both ways are fine. -- Mit freundlichen Grüßen Bernd Zeimetz Systems Engineer Debian Developer conova communications GmbH Web| http://www.conova.com/ E-Mail | b.zeim...@conova.com Zentrale Salzburg Karolingerstraße 36A 5020 Salzburg Tel | +43 (0) 662 22 00 - 313 Fax | +43 (0) 662 22 00 - 209 Es gelten die Allgemeinen Geschäftsbedingungen der conova communications GmbH, http://www.conova.com/de/agb/ smime.p7s Description: S/MIME cryptographic signature
Bug#768983: ITP: carbon-c-relay -- status?
Hi Filippo, the package is at https://anonscm.debian.org/cgit/collab-maint/carbon-c-relay.git/ and upstream has released 0.40 yesterday, I think an upload might happen in the next two weeks! If you are interested though feel free to go ahead, I'll be fairly busy at work at least until end of May what I've done - and I hope you don't mind: - moved the carbon-c-relay config to /etc/carbon. Thats where the config lived from the inofficial packaging. - added a defaults file for the init script and the systemd service so you can easily pass options to the daemon - upgraded to 0.40 - fixed GIT_VERSION in Makefile I've added branches for wheezy and jessie backports. If thats all fine for you please let me know and I'll upload it to unstable. cheers, bernd -- Mit freundlichen Grüßen Bernd Zeimetz Systems Engineer Debian Developer conova communications GmbH Web| http://www.conova.com/ E-Mail | b.zeim...@conova.com Zentrale Salzburg Karolingerstraße 36A 5020 Salzburg Tel | +43 (0) 662 22 00 - 313 Fax | +43 (0) 662 22 00 - 209 Es gelten die Allgemeinen Geschäftsbedingungen der conova communications GmbH, http://www.conova.com/de/agb/ smime.p7s Description: S/MIME cryptographic signature
Bug#768983: ITP: carbon-c-relay -- status?
Hi Filippo, I was just wondering what the status of this ITP is? Do you plan to upload a package soon-ish? Thanks, Bernd -- Mit freundlichen Grüßen Bernd Zeimetz Systems Engineer Debian Developer conova communications GmbH Web| http://www.conova.com/ E-Mail | b.zeim...@conova.com Zentrale Salzburg Karolingerstraße 36A 5020 Salzburg Tel | +43 (0) 662 22 00 - 313 Fax | +43 (0) 662 22 00 - 209 Es gelten die Allgemeinen Geschäftsbedingungen der conova communications GmbH, http://www.conova.com/de/agb/ smime.p7s Description: S/MIME cryptographic signature
Bug#698982: libdumbnet RC bug fix? + Fwd: libnet-{libdnet6,frame-device,libdnet}-perl are marked for autoremoval from testing [origin: nore...@release.debian.org]
hi, >> Ah, right, thanks for the eye-opener. Oof, yeah, I should've >> wondered why the BTS still lists the bug as open :( OK, I'll get >> right on it. I have a fix ready to upload, if you want me to. Patch is attached, in case you want to upload. cheers, bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F diff -u libdumbnet-1.12/debian/changelog libdumbnet-1.12/debian/changelog --- libdumbnet-1.12/debian/changelog +++ libdumbnet-1.12/debian/changelog @@ -1,3 +1,11 @@ +libdumbnet (1.12-6) unstable; urgency=medium + + * QA upload. + * Make people who test upgrades from testing to unstable +happy (Closes: #775896). + + -- Bernd Zeimetz Thu, 05 Feb 2015 19:06:08 +0100 + libdumbnet (1.12-5) unstable; urgency=medium * QA upload. diff -u libdumbnet-1.12/debian/control libdumbnet-1.12/debian/control --- libdumbnet-1.12/debian/control +++ libdumbnet-1.12/debian/control @@ -26,6 +26,7 @@ Package: libdumbnet-dev Section: libdevel Depends: ${shlibs:Depends}, libdumbnet1 (= ${binary:Version}) +Pre-Depends: dpkg (>= 1.17.14) Architecture: any Description: A dumb, portable networking library -- development files libdumbnet provides a simplified, portable interface to several low-level reverted: --- libdumbnet-1.12/debian/preinst +++ libdumbnet-1.12.orig/debian/preinst @@ -1,21 +0,0 @@ -#!/bin/sh -set -e - -case "$1" in -install|upgrade) -# dpkg does not replace directories by symlinks or vice versa. -if [ -L /usr/share/doc/libdumbnet-dev ]; then -rm -f /usr/share/doc/libdumbnet-dev -fi -;; -abort-upgrade) -;; -*) -echo "preinst called with unknown argument \`$1'" >&2 -exit 1 -;; -esac - -#DEBHELPER# - -exit 0 only in patch2: unchanged: --- libdumbnet-1.12.orig/debian/libdumbnet-dev.postinst +++ libdumbnet-1.12/debian/libdumbnet-dev.postinst @@ -0,0 +1,8 @@ +#!/bin/sh +set -e + +dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev /usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev -- $@ + +#DEBHELPER# + +exit 0 only in patch2: unchanged: --- libdumbnet-1.12.orig/debian/libdumbnet-dev.postrm +++ libdumbnet-1.12/debian/libdumbnet-dev.postrm @@ -0,0 +1,8 @@ +#!/bin/sh +set -e + +dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev /usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev -- $@ + +#DEBHELPER# + +exit 0 only in patch2: unchanged: --- libdumbnet-1.12.orig/debian/libdumbnet-dev.preinst +++ libdumbnet-1.12/debian/libdumbnet-dev.preinst @@ -0,0 +1,8 @@ +#!/bin/sh +set -e + +dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev /usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev -- $@ + +#DEBHELPER# + +exit 0
Bug#708132: Review on mentors
Hi, I've added a short review on the last version on mentors. I'll happily sponsor the package as soon as it is in a good shape, feel free to contact me directly, either on irc or by mail (please CC: b.zeim...@conova.com so I can keep track of it at work). Thanks! Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52defeeb.5000...@bzed.de
Bug#717381: ITA: open-vm-tools
retitle 717381 ITA: open-vm-tools thanks hi, I'll adopt the package. cheers, bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52ca93a9.9060...@bzed.de
Bug#730664: O: obdgpslogger
Package: wnpp Severity: normal As the maintainer went missing after the initial upload of obdgpslogger, and the package is maintained by NMUs, I'm orphaning it. Description-en: suite of tools to log OBDII and GPS data OBDII is a standard for getting diagnostic information from your car. The main tool, obdgpslogger, is a command-line tool to log that data, with your gps position, to a sqlite database. Provided alongside are various tools used to convert logs to formats such as CSV or Google Earth KML. Also contained in the package is an OBDII and ELM327 simulator, obdsim, that uses plugins to generate data. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131127231400.13213.80930.report...@think.bzed.org
Bug#703645: packaging Postgres binary dump files
On 09/20/2013 06:18 PM, Daniel Pocock wrote: > To go the other way (from an ASCII SQL into a binary dump file) during > the package build phase, it needs to be loaded into a running PostgreSQL > server and then extracted with pg_dump. I don't think that is a great > build dependency, especially if we want to support things like chroot > builds. I don't think you should distribute the files in the binary format at all as you'd have to require a pg_restore which is able to restore the files from pg_dump in the version you've used to package it - so while it might be possible that the ascii version just works well for older postgres versions, you might end up with needed pg_restore form 9.x just becuase you dumped it with it. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/523de80b.4020...@bzed.de
Bug#659632: debian graphite-web enhancements
Hey guys, are there any news about the graphite web packaging? Is there something missing? Do you need a sponsor? Would be good to have the package in Debian soon. Thanks, Bernd -- Mit freundlichen Grüßen Bernd Zeimetz Systems Engineer Debian Developer conova communications GmbH Web| http://www.conova.com/ E-Mail | b.zeim...@conova.com Zentrale Salzburg Karolingerstraße 36A 5020 Salzburg Tel | +43 (0) 662 22 00 - 313 Fax | +43 (0) 662 22 00 - 209 Es gelten die Allgemeinen Geschäftsbedingungen der conova communications GmbH, http://www.conova.com/de/agb/ -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/5112672f.4060...@conova.com
Bug#684726: ITP: check_v46 -- Icinga / Nagios plugin for dual stacked (IPv4 / IPv6) hosts
On 08/13/2012 03:21 PM, Jens Link wrote: > Package: wnpp > Severity: wishlist > Owner: Jens Link > > * Package name: check_v46 > Version : > Upstream Author : Ville Mattila > * URL : http://gitorious.org/nagios-monitoring-tools > * License : GPL > Programming Lang: Perl > Description : Icinga / Nagios plugin for monitoring dual stacked (IPv4 > / IPv6) hosts > > check_v46 makes it easy to monitor dual stacked hosts and services. Do we actually need the plugin? Or well, need a package on its own if we really need it? Implementing the functionality of this plugin is trivial using check_multi and displaying the results properly is well supported in icinga at least. https://wiki.icinga.org/display/howtos/Dualstack+(IPv4,+IPv6)+monitoring+with+Icinga If it is necessary/better/whatever, please put it into nagios-plugins-contrib instead of creating a package with a single file. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/503e07f0.6080...@bzed.de
Bug#684430: ITP: nagios-plugins-ldap-ltb -- LDAP Tool Box (ltb) nagios plugins
Hi, > * Package name: nagios-plugins-ldap-ltb > Version : 0.3 > Upstream Author : Clement OUDOT, LTB-project.org > * URL : http://tools.ltb-project.org/projects/ltb > * License : GPL-2.0+ > Programming Lang: Perl > Description : LDAP Tool Box (ltb) nagios plugins why don't you integrate these plugins into the nagios-plugins-contrib package? Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/503cb8e8.7030...@bzed.de
Bug#664841: RFP: logstash -- tool for managing events and logs
Package: wnpp Severity: wishlist * Package name: logstash Version : 1.1.0 * URL : http://logstash.net * License : Apache 2.0 Programming Lang: JRuby Description : tool for managing events and logs logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching). Speaking of searching, logstash comes with a web interface for searching and drilling into all of your logs. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f699d71.3080...@bzed.de
Bug#661692: RFP: libwebinject-perl -- Perl Module for testing web services
Package: wnpp Severity: wishlist * Package name: libwebinject-perl Version : 1.72 Upstream Author : Sven NIerlein * URL : http://search.cpan.org/dist/Webinject/ * License : GPL Programming Lang: Perl Description : Perl Module for testing web services WebInject is a free tool for automated testing of web applications and web services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, AJAX, Servlets, HTML Forms, XML/SOAP Web Services, REST, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional, acceptance, and regression tests. A test harness allows you to run many test cases and collect/report your results. WebInject offers real-time results display and may also be used for monitoring system response times. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120229111708.11897.58139.report...@conthink.intern.conova.com
Bug#657967: O: prelink -- ELF prelinking utility to speed up dynamic linking
Hi, On 01/30/2012 01:01 PM, Igor Borski wrote: > Package: wnpp > Severity: normal > > I intend to orphan the prelink package. thanks for trying to take care of a package - but next time please coordinate orphanings with the MIA team (CCed), they keep track of MIA developers and also orphan packages if necessary. Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f268a30.3080...@bzed.de
Bug#628062: RFH: freeipmi -- GNU implementation of the IPMI protocol
Hi, I'd be interested in helping put with the freeipmi maintenance. Cloning your git repository (your git daemon seems to be offline btw) at the moment. Do you actually know things which are missing for an upload of the last upstream version? Anything else I need to take care of/know about? In any case I'll build and test the package here now and let you know what happened :) Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f0c235f.5060...@bzed.de
Bug#651606: RFP: gitlab -- git project/repository hosting management app
Package: wnpp Severity: wishlist * Package name: gitlab Version : 1.2.0 (+git...) Upstream Author : Dmitriy Zaporozhets * URL : http://gitlabhq.com * License : MIT Programming Lang: Ruby Description : git project/repository hosting management app Ruby on Rails based application to manage your own git project/repository hosting, using gitosis or gitolite to manage ssh access. afaik the version supporting gitoite was not released yet, but should be packaged instead of supporting the old gitosis stuff. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20111210125744.1483.50220.report...@think.bzed.org
Bug#648964: ITP: meinheld -- high-performance WSGI-compliant web server
On 11/16/2011 01:11 PM, Mikhail Lukyanchenko wrote: > Package: wnpp > Severity: wishlist > X-Debbugs-CC: debian-de...@lists.debian.org > > --- Please fill out the fields below. --- > >Package name: meinheld > Version: 0.4.13 > Upstream Author: Yutaka Matsubara > URL: http://meinheld.org > License: BSD, MIT/X, etc. > Description: Meinheld is a high-performance WSGI-compliant web server > that takes advantage of greenlet and picoev to enable asynchronous network > I/O in a light-weight manner. Please improve the description before uploading the package - most people might not know what greenlet or picoev is and what is supposed to make them faster than - for example - mod_wsgi. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ed6353f.8090...@bzed.de
Bug#613209: O: jabberd14 -- Instant messaging server using the Jabber/XMPP protocol
On 02/13/2011 03:45 PM, Miguel Landaeta wrote: > In fact I'm wondering if I should ask its removal from the > archive. If nobody adopt it soon I'll ask for removal. I'd suggest to do so. There are enough and better alternatives. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4da6ea01.8040...@bzed.de -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4da7f60f.6020...@bzed.de
Bug#619035: RFP: libzeromq-perl -- ZeroMQ2 wrapper for Perl
Hi again, seems we're facing two issues here: - automatic testing fails as the zmq library is not installed on the test machines - it only builds against 2.1.x of ZMQ which will hit unstable or experimental more or less soonish. I wouldn't mind to take care of the perl package until it is somewhat stable and easily maintainable - as long as I can give it into the perl team's hands after that. I have more than enough packages to take care of already. Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d872359.6010...@bzed.de
Bug#619035: RFP: libzeromq-perl -- ZeroMQ2 wrapper for Perl
Hi Nicholas, > This module does not seem to have a very good test record. > http://matrix.cpantesters.org/?dist=ZeroMQ+0.09 > > Have you been able to install it from CPAN on a Debian system? didn't give it a try yet. I had expected it to work as it is the language binding which is linked from zeromq.org. I'll poke upstream about it unless you have any other suggestions. Thanks, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d85.8000...@debian.org
Bug#619035: RFP: libzeromq-perl -- ZeroMQ2 wrapper for Perl
Package: wnpp Severity: wishlist * Package name: libzeromq-perl * URL : http://search.cpan.org/~dmaki/ZeroMQ/ * License : Artistic/GPL Description : ZeroMQ2 wrapper for Perl The ZeroMQ module is a wrapper of the 0MQ message passing library for Perl. It's a thin wrapper around the C API. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110320171509.25003.83078.report...@think.bzed.org
Bug#609057: ITP: gsh -- remote shell multiplexor
On 01/10/2011 10:58 AM, Salvatore Bonaccorso wrote: I initially filled it as ITP, but I'm more concentrating on packaging other things, so I would like to ask, is someone of the Python Application team interested to package gsh under your Group umbrella? Do we really need yet another tool like that? Is there somethign in gsh that clustershell does not provide? -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d2c1ce4.4010...@bzed.de
Bug#465691: RFP-ing again
retitle 465691 RFP: cinepaint -- tool for motion picture frame-by-frame painting, retouching thanks I don't have the time to work on this unfortunately. As there is still no proper replacement for the HDR functions of cinepaint it would make sense to package it, so I'm retitling the bug to RFP again. Some packaging work was done and can be found on alioth in the collab- maint git. Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4cb54c6e.2020...@bzed.de
Bug#599135: RFP: libtext-qrcode-perl -- Text::QRCode - Generate text base QR Code
Package: wnpp Severity: wishlist * Package name: libtext-qrcode-perl Version : 0.0.1 Upstream Author : Yoshiki Kurihara * URL : http://search.cpan.org/~kurihara/Text-QRCode-0.01/ * License : same terms as Perl itself Programming Lang: Perl Description : Text::QRCode - Generate text based QR Code This module allows you to generate text based QR Code using ' ' and '*'. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101004233159.26894.80417.report...@think.bzed.org
Bug#553359: Status info....
Hi, the packaging is ready, but we're still waiting for Upstream to clarify the embedded libraw licenses and copyrights :( Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c84b6b7.4030...@bzed.de
Bug#594332: RFP: kiwi -- platform for building semantic social software applications
Package: wnpp Severity: wishlist * Package name: kiwi * URL : http://kiwi-project.eu/ * License : BSD Programming Lang: Java Description : platform for building semantic social software applications [ below is just the usual "advertisment" from the website, if you package KiWi, please convert it intpo a proper description ] The KiWi core system is a flexible platform for building different kinds of semantic social software applications on top (currently the Semantic Wiki and the TagIT application). It provides all the core services required in such applications, like editing and tagging, the storage of content and associated meta-data, its own triple store, transactions and versioning over content and meta-data, linked open data server, and many small features semantic social software developers will like (like convenience services for working with ontologies or SKOS thesauruses, etc.). And finally: the KiWi system also has a quite neat user interface by now, rarely found in Semantic Web applications. Technology-wise, the KiWi system is a component based architecture building on JBoss Seam and Java EE. The main principle is that everything is a content item, and that a content item always consists of human-readable content that is connected with RDF relations and may be annotated by users with semantic tags. This mixture allows content to be shared between applications: a content item that is created in the Wiki application can at the same time be displayed in TagIT as a location on the map or (later) as a blog post in the Blog application. This is made possible by the flexible structures offered by RDF. A particularly salient aspect of the KiWi core system is that it makes using RDF much more convenient for Java developers (no more manual triple store queries) by offering a flexible facading through interfaces annotated with special Java annotations that map Java methods to RDF properties. Please note that KiWi needs JBoss, which is not yet in a shape to be uploaded to Debian (but there are working packages). Also there might be various other libraries missing. If you have any questions, don't hesitate to contact upstream (which is very responsive) or me. Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100825113409.6521.1609.report...@think.mg.bzed.de
Bug#593261: re-add wmi-client package
On 08/16/2010 08:00 PM, higuita wrote: > Package: wmi-client > Severity: wishlist > > Per bug 523638 ( http://bugs.debian.org/523638 ), wmi-cli was removed, but its > a useful package for those interacting with windows machine. My main use is > for > backuppc backing up windows machines with shadow copy. > > As there is still no samba4 package in debian and the upstream finally > release the winexe as GPL3 and seens to be trying to resync with > main samba4, maybe debian could re-add this package. > > I just compiled the package and seems to work and many people would be > glad to be able to use this without compiling or using the ancient > static build that starts to give problems with new windows versions. > (compiled version works fine) > > From: > http://winexe.git.sourceforge.net/git/gitweb.cgi?p=winexe/winexe;a=commit;h=2cfe0997688065250e8659633ad1e33ee832bde0 Ah that is interesting - didn't know there was a repo on sf.net. The wmi package was actually the source from zenoss.com, which ships with python bindings and other stuff which is not included on the sf.net page. I'm still waiting for the Zenoss guys to switch to GPL-3... But still, to be able to maintain it properly in the future we would need a patch which applies properly on top of the current samba4 version, not something based on an old checkout. I don't really have the time to rebase Andrzej's patches, but I can talk to one of the Samba upstream developers and ask him to integrate that code into Samba4, that would be the best idea anyway. So fixing this will take some time unfortunately- unless somebody else helps out and keeps porting the winexe patch to recent Samba4 versions, or better, make it build with samba4-dev. Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c6ba458.4020...@bzed.de
Bug#361253: Zenoss 3.0 claims to support Zope 2.12
On 07/26/2010 07:40 AM, Zaar Hai wrote: > Now that Zenoss reached version 3.0 and claims to support Zope 2.12 > [1] may be its will be possible to package it finally? > > 1. http://community.zenoss.org/docs/DOC-7442#d0e72 Yeah, and I'm working with uptsream to make sure that this will be possible. But what needs to be packaged first is Zope 2.12. If you want to help, that would be a good start :) -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c4d320d.9050...@bzed.de
Bug#587363: RFP: lesscss -- LESS is an extension of CSS
Package: wnpp Severity: wishlist * Package name: lesscss Version : 1.2 * URL : http://lesscss.org/index.html * License : Apache Programming Lang: Ruby Description : extension of CSS LESS is an extension of CSS. You can write LESS code just like you would write CSS, except you need to compile it to CSS. [The long description needs to be finished for a package, this is just the usual babling from the webpage. I neither want to maintain another package nor do I want to learn Ruby, but it would be great to have this in Debian - and I'm willing to create a plugin for ikiwiki :)] -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100627205819.7280.41511.report...@think.mg.bzed.de
Bug#530280: Acknowledgement (RFH: pyro -- distributed object system for Python)
Hi Carl, you answered to the RFH bug that you would be interested to maintain the package pyro - what is your status regarding this? I'm definitely not going to work on the package anymore, but I'm willing to sponsor things. Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c057cd8.6090...@debian.org
Bug#553359: Fwd: [ darktable-bug reports-3007350 ] darktable not yet free according to the DFSG
Darktable has some copyright/licensing issues, filed a bug on sf.net. Original Message Subject: [ darktable-bug reports-3007350 ] darktable not yet free according to the DFSG Date: Wed, 26 May 2010 13:33:27 + From: SourceForge.net To: nore...@sourceforge.net bug reports item #3007350, was opened at 2010-05-26 15:33 Message generated for change (Tracker Item Submitted) made by zeimetz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1160527&aid=3007350&group_id=258690 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernd Zeimetz (zeimetz) Assigned to: Nobody/Anonymous (nobody) Summary: darktable not yet free according to the DFSG Initial Comment: Hi, while looking into packaging darktable for Debian, I found the following issues which make darktable not free according to the Debian Free Software Guidelines. It would be very appreciated if you could fix them, so I could finish the package and upload it to Debian before Squeeze is frozen. color/*/*.icc: Both icc files are binary blobs without any source or documentation how they can be recreated. Also the copyright and licensing information is missing. In the current state they're not even distributable for us. src/LibRaw/internal/*: The files seems to be automatically generated from dcraw. Please include a script or documentation on how the files can be recreated. Or, if this was doen manually, document this and add a proper (the dcraw!?) license information to the files. Otherwise the source seems to be fine on the first look. Thanks you very much and best regards, Bernd -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1160527&aid=3007350&group_id=258690 -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4bfd7695.70...@bzed.de
Bug#581802: RFP: polymap3 -- multi-user Spatial Data Infrastructure platform
Package: wnpp Severity: wishlist * Package name: polymap3 Version : (not yet released) * URL : http://www.polymap.org/joomla/index.php/en * License : LGPL Programming Lang: Java Description : multi-user Spatial Data Infrastructure platform (This is just the normal babbling from the website, I don't know about the platform yet to come up with a proper description) POLYMAP3 is developed under an open source license (LGPL). It is the third generation of the system. POLYMAP3 is a new project and complete rewrite based on Eclipse/RAP, qooxdoo, OpenLayers, GeoTools, uDig and a lot of other great open source software components. We invite all interested parties to join us with the developement of POLYMAP3 by using, coding, discussing or just giving comments. POLYMAP3 aims to provide a multi-user SDI platform. Supporting the power user with an ad-hoc data workbench, the administrator with a flexible and powerful configuration workbench and the end users with a simple to use client and OGC services. The entire UI runs in the Web browser. Unfortunately are most of the pages in German, but the wiki whould be a proper place to start for interested developers: http://www.polymap.org/joomla/index.php/en/polymap3/wiki As the platform is still in heavy development, getting in contact with the developers now would be a good idea to make packaging easier later. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100515234929.14992.35936.report...@think.mg.bzed.de
Bug#579111: RFP: pybindgen -- Python bindings generator
On 04/26/2010 11:07 AM, Guillaume Pellerin wrote: > Bernd Zeimetz a écrit : >> On 04/26/2010 10:19 AM, Guillaume Pellerin wrote: >> >>> As advised by the DPP, it should be named like "python-bindgen" >>> http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names >> >> Thats only valid for Python modules, I doubt that pybindgen will be a module, >> sounds more like an application package for me. >> > > Indeed, I have reacted to the first words of the description : > "PyBindGen is a Python module" Hmm, good question then - actually I did not look into the code much yet as I didn't find the time to - and I won't have the time to package it... -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4bd55a07.1020...@debian.org
Bug#579111: RFP: pybindgen -- Python bindings generator
On 04/26/2010 10:19 AM, Guillaume Pellerin wrote: > As advised by the DPP, it should be named like "python-bindgen" > http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names Thats only valid for Python modules, I doubt that pybindgen will be a module, sounds more like an application package for me. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4bd54eed.3010...@debian.org
Bug#579111: RFP: pybindgen -- Python bindings generator
Package: wnpp Severity: wishlist * Package name: pybindgen Upstream Author : Gustavo Carneiro * URL : https://launchpad.net/pybindgen/ * License : GNU LGPL v2.1 Programming Lang: Python/C/C++ Description : Python bindings generator PyBindGen is a Python module that is geared to generating C/C++ code that binds a C/C++ library for Python. It does so without extensive use of either C++ templates or C pre-processor macros. It has modular handling of C/C++ types, and can be extended with Python plugins. The generated code is almost as clean as what a human programmer would write. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100425122339.17726.85977.report...@think.mg.bzed.de
Bug#553359: I'm planning to work on darktable
On 01/18/2010 03:59 PM, David Bremner wrote: > I'll join pkg-phototools and work on it there. Even though I find > keeping only ./debian in git a bit counterproductive :P. Me too. I would just ignore that and put everything in a git repository :) If the pkg-phototools team complaints, there is still collab-maint. Did you work on darktable? 0.5 seems to be out, might make sense to get it finished. Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4bc43dd7.80...@debian.org
Bug#506933: Retitling to RFP as ther
retitle 506933 RFP: piwik -- open source web analytics noowner thanks As there is no visible progress and the ITPler doesn't reply, I'm retitling the bug the RFP again. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F signature.asc Description: OpenPGP digital signature
Bug#572458: ITP: hbaapi -- SNIA HBAAPI library
Ritesh Raj Sarraf wrote: > Hi Bernd, > > On Friday 05 Mar 2010 05:15:04 Bernd Zeimetz wrote: >>> Couldn't find the complete license on the homepage. There is one on >>> Fedora: https://fedoraproject.org/wiki/Licensing/SNIA_Public_License >> If I remember right that license information is based on some post of one >> of the authors on some mailinglist, or something similar. If necessary I >> can dig for it. > > That will be great. At the moment, I can't find any other place for the > license. The links mentioned in the source code are invalid. If I remember it was in the mail archives on sourceforge... >> Also I think the code is not really maintained. > > Yes, There does not seem to be any update since 2002. To start with, I will > just look at what Fedora has done and do the same. Probably just take the Fedora package as uptsream, that should also fix licensing questions. The real upstream is dead, so it would even make sense to contact the fedora people to talk about maintaining/developing it together. > >> The other thing you should do is to provide a hbaapi-source package, as >> hbaapi is necessary for thinkgs like hbaping, which needs proprietary >> binary libraries to be useful with some FC cards. Having a -source image >> would make it more easy to build appropriate packages, may be for >> non-free. > > Yes, sure. Thanks! Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4b90d00a.5020...@bzed.de
Bug#572458: ITP: hbaapi -- SNIA HBAAPI library
Ritesh Raj Sarraf wrote: > The Host Bus Adapter API (Applications Programming Interface) is a > C-level project to manage Fibre Channel Host Bus Adapters. > .. > This package is required for FCoE > .. > Couldn't find the complete license on the homepage. There is one on > Fedora: https://fedoraproject.org/wiki/Licensing/SNIA_Public_License If I remember right that license information is based on some post of one of the authors on some mailinglist, or something similar. If necessary I can dig for it. Also I think the code is not really maintained. The other thing you should do is to provide a hbaapi-source package, as hbaapi is necessary for thinkgs like hbaping, which needs proprietary binary libraries to be useful with some FC cards. Having a -source image would make it more easy to build appropriate packages, may be for non-free. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4b904600.5070...@bzed.de
Bug#466330: Bug#567378: Using alternatives for /usr/bin/markdown?
Damyan Ivanov wrote: > -=| Bernd Zeimetz, Mon, Feb 08, 2010 at 10:50:28PM +0100 |=- >> Is there a reason why markdown should be kept in the archive then? > > I think no. But the package is still listed as maintained as Matt > Kraai. Matt, do you mind the proposed removal of the markdown package > in favour of libtest-markdown-perl and python-markdown? The old /usr/bin/markdown is supposed to be a lot faster than the new perl variant, so I'm wondering if it makes sense to keep it. Also we could probably compare the speed of the Python version with the to Perl implementations. The fastest one should be preferred in alternatives. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4b7a680b.4080...@bzed.de
Bug#466330: [Python-modules-team] Bug#567378: Using alternatives for /usr/bin/markdown?
Damyan Ivanov wrote: > -=| Bernd Zeimetz, Mon, Feb 08, 2010 at 01:09:04PM +0100 |=- >> as we have three packages now which provide /usr/bin/markdown it >> could make >> sense to use alternatives here, although I didn't check if the three >> implementations are compatible enough. At least this would be a better >> solution >> than what the perl module does now - conflicting against the markdown >> package. >> Probably people want to be able to use both versions? >> >> Any opinions on that? > > Nt really an oppinion, rather just some data: > > The contents of 'markdown' and 'libtext-markdown-perl' look very > similar: > [...] > > Reading their copyright files, it seems like libtext-markdown-perl is > a fork of John Gruber's markdown, which seems like not much maintained > upstream (last release in 2004). Is there a reason why markdown should be kept in the archive then? Migrating to to libtext-markdown-perl sounds like the best idea. I'm CCing the RFA bug for markdown to let people know about that. We could make markdown a package which depends on libtext-markdown-perl | python-markdown to migrate to an uptodate version and handle /usr/bin/markdown by alternatives. The other option would be to drop /usr/bin/markdown from the python package, I don't have a proper opinion on that the best thing is yet. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566905: ITP: python-ctypeslib -- code generator to convert header files into ctypes interfaces
Richard Darst wrote: > Package: wnpp > Severity: wishlist > Owner: Richard Darst > > * Package name: python-ctypeslib > Version : 0.0.cvs20100125 > Upstream Author : Thomas Heller > * URL : http://starship.python.net/crew/theller/ctypes/ > * License : MIT > Programming Lang: Python > Description : code generator to convert header files into ctypes > interfaces > > ctypeslib is a code generator capable of converting C header files > into xml files (using gccxml), and then converting the xmlfiles into > Python modules which define a ctypes interface to the corresponding C > library. Don't hesitate to ask me if you're looking for a sponsor, especially when you want to maintain it in the Python modules team. Cheers, Bernd -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#565268: RFP: libnet-gpsd3-perl -- Interface to the gpsd server daemon protocol version 3 (JSON)
Package: wnpp Severity: wishlist * Package name: libnet-gpsd3-perl Version : 0.11 Upstream Author : Michael R. Davis * URL : http://search.cpan.org/~mrdvt/Net-GPSD3-0.11/lib/Net/GPSD3.pm * License : BSD Programming Lang: Perl Description : Interface to the gpsd server daemon protocol version 3 (JSON) Net::GPSD3 provides an object client interface to the gpsd service daemon, utilizing the version 3.1 protocol. The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. (The package should suggest - or recommend? - gpsd >= 2.90 as versions before 2.90 did not support the new JSON-based protocol.) -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#559774: ITP: modem-cmd -- send arbitrary AT commands to your modem
Robert Millan wrote: > On Mon, Dec 07, 2009 at 02:14:52AM +, Ben Hutchings wrote: >> On Mon, 2009-12-07 at 01:43 +0100, Robert Millan wrote: >>> Package: wnpp >>> Severity: wishlist >>> Owner: Robert Millan >>> >>> * Package name: modem-cmd >>> Version : 0.0.1 >>> Upstream Author : me >>> * URL : none yet, debian-native >> Why should this be Debian-specific? > > I don't know. Should it? No, it should not. I assume other distributions support modems, too - so its clearly not Debian specific. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#557515: ITP: rail -- Replace Agent-string Internal Library
Youhei SASAKI wrote: > Package: wnpp > Owner: Youhei SASAKI > Severity: wishlist > > * Package name: rail > Version : 1.2.6 > Upstream Author : Mitsunobu Shimada > * URL or Web page : http://ring.riken.jp/archives/elisp/rail/ > * License : GPL > Description : Replace Agent-string Internal Library > > 1. compatibility for tm's enjis.el (japanize 'mule-version) > 2. Japanize ( FLIM / SEMI / XEmacs / UTF-2000 Mule / Meadow )'s code name. > And apply it for User-Agent: field. > 3. On irchat-pj, Japanize ( Mule / XEmacs / Meadow )'s code name > for "CTCP VERSION" return string. I think you should really use a proper and better description here. The lines above don't tell what the package is for, at least not for the common user. Maybe if you know what the package is for you will understand the description - so there is no chance that a normal user is able to figure it out. -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.dehttp://www.debian.org GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#553359: ITP: darktable -- virtual lighttable and darkroom for photographers
Package: wnpp Severity: wishlist Owner: Debian PhotoTools Maintainers * Package name: darktable Version : 0.3 Upstream Author : Johannes Hanika * URL : http://darktable.sourceforge.net/ * License : GPL3 or later Programming Lang: Description : virtual lighttable and darkroom for photographers darktable manages your digital negatives in a database and lets you view them through a zoomable lighttable. it also enables you to develop raw images and enhance them. It tries to fill the gap between the many excellent existing free raw converters and image management tools (such as ufraw or f-spot). The user interface is built around efficient caching of image metadata and mipmaps, all stored in a database. the user will always be able to interact, even if the full resolution image is not yet loaded. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#546831: ITP: perdition-pbs -- POP / IMAP Before SMTP Tool
Horms wrote: > Package: wnpp > Severity: wishlist > Owner: Horms > > > * Package name: perdition-pbs > Version : 1.0.0 > Upstream Author : Simon Horman > * URL : http://www.vergenet.net/linux/perdition/pbs.shtml > * License : GPL > Programming Lang: C > Description : POP / IMAP Before SMTP Tool People are still using pop/imap before smtp? OMG. -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#543891: [pkg-phototools - rawstudio/master] Adopting package in the name of the pkg-phototools team.
tag 543891 pending thanks Date: Tue Sep 1 23:56:58 2009 +0200 Author: Bernd Zeimetz Commit ID: b3cb47e6b2af8315ef7d713bf4005ef99a4b77a3 Commit URL: http://git.debian.org/?p=pkg-phototools/rawstudio.git;a=commitdiff;h=b3cb47e6b2af8315ef7d713bf4005ef99a4b77a3 Patch URL: http://git.debian.org/?p=pkg-phototools/rawstudio.git;a=commitdiff_plain;h=b3cb47e6b2af8315ef7d713bf4005ef99a4b77a3 Adopting package in the name of the pkg-phototools team. Closes: #543891 -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#543923: RFP: guitarix -- rock guitar amplifier for jack
Package: wnpp Severity: wishlist * Package name: guitarix * URL : http://sourceforge.net/projects/guitarix/ * License : bds, gpl Programming Lang: c with gtk Description : rock guitar amplifier for jack guitarix is a simple Linux Rock Guitar Amplifier for jack (Jack Audio Connektion Kit) with one input and two outputs. Designed, with GTK and faust, to get nice thrash/metal/rock guitar sounds. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#543783: ITP: douf00 -- fat free presentations
Package: wnpp Severity: wishlist Owner: Bernd Zeimetz * Package name: douf00 Upstream Author : natano (Martin Ptacek) * URL : http://github.com/natano/presentation/ * License : MIT Programming Lang: Python Description : fat free presentations There is no real description yet, it will be added as soon as upstream finished to write the documentation :) DouF00 is a really awesome tool to do presentations, it was written to make all these things right which are annoying with software like OOo. It is fast, easy to use and is just what you need at the next conference. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#537499: RFP: weaveserver -- Secure data sharing server for firefox/iceweasel
Package: wnpp Severity: wishlist * Package name: weaveserver Upstream Author : Mozilla Labs. * URL : https://wiki.mozilla.org/Labs/Weave * License : MPL 1.1/GPL 2.0/LGPL 2.1 Programming Lang: php, perl Description : Secure data sharing server for firefox/iceweasel (this is not a proper description, just the usual babbling from the web page) Weave is a Mozilla Labs project to integrate web services into Firefox by allowing users to securely share their data with other users and 3rd parties. As such, Weave encompasses a Firefox add-on, a server component, data sharing APIs, etc. The Weave Server allows the firefox client addon to store and retrieve data and passwords from the browser. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#530280: RFH: pyro -- distributed object system for Python
Package: wnpp Severity: normal Hi, pyro, a distributed object system for Python, doesn't have a real maintainer at the moment. While we try to keep it in shape within the Python Modules Team, there is nobody of us using the package (anymore). If there is anybody using pyro, help with maintaining the package would be appreciated. If nobody will step up and help out, the package will be orphaned. Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#513771: RFP: openx -- open source advertising server
Hi! Federico Gimenez Nieto wrote: > But am an absolute newbie at the debian packaging and maintaining system, > although i'm eager to learn about it :). I have read the documents at [1] > and [2], but don't know which would be the first steps to begin with this > package. Should i contact openx developers first? Or just use reportbug to > change the status from 'RFP' to 'IPT' and then ask on the debian-mentors > list? Asking on debian-ment...@lists.d.o or in #debian-mentors on the OFTC network is always a good idea. As soon as you're sure that you'll package the application *and* want to maintain it in the future, please retitle the RFP so other people don't waste their time by starting to package it, too. Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#525615: RFP: ingex -- tapeless television production software
Package: wnpp Severity: wishlist * Package name: ingex Upstream Author : BBC Research and Development * URL : http://ingex.sourceforge.net/ * License : GPL2 Description : tapeless television production software [ not really a proper description, just a copy and paste from the webpage - this RFP is just there to make sure that the software suite is packaged at some time. ] Ingex is a suite of software applications designed to enable low-cost flexible tapeless television production. The functionality of the software includes SDI video and audio capture, real-time transcoding and wrapping in MXF, archiving to LTO-3 data tape and network file serving of media files. The software was originally developed by BBC Research and Development in 2005 for series three of the BAMZOOKi BBC children's program and is now released under the terms of the GPL software licence. Ingex has since been used by the EastEnders and Dragons' Den television productions as well as a music video production for BBC Radio One. * Ingex Studio - a multi-camera television studio ingest and * transcoding system. Currently supported SD codecs are: o Avid-compatible JPEG codec resolutions known as 2:1, 3:1, 10:1, 20:1, 15:1s, 10:1m, 4:1m o DVCPRO50 (50Mbps) and DV (25Mbps) o IMX 50/40/30 (50/40/30Mbps) o Uncompressed SD video at 8 bits-per-sample and 10 bits-per-sample Supported HD codecs are: o DNxHD (VC-3) at 120Mbps and 185Mbps o DVCPRO HD o Uncompressed HD video at 8 bits-per-sample * Ingex Player - software player for playback of MXF OP-Atom and MXF OP-1a files. Supports playout to computer monitor or over SDI I/O card. Features include quad-split, audio monitor, timecode display and jog-shuttle control. * Ingex Archive - ingest system designed for video tape archive preservation. Video tape is played back from a VTR, ingested over SDI, and stored as an MXF OP-1a file, including all audio channels, VITC and LTC timecodes and archive database metadata. Features include VTR-control, D-3 tape error recording, PSE analysis and MPEG-2 browse generation. * MediaHarmony - a Samba VFS module which allows multiple Avid editing workstations to use low-cost commodity storage without conflicts around the .pmr and .mdb database files. This is particularly useful for workgroups of editors using Avid XpressDV. * libMXF - a low-level C library for reading and writing MXF files. Particular attention has been made to creating MXF files compatible with Avid software and P2 cameras. Several useful command line tools are included. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#523794: ITP: php-version-control-svn -- wrapper interface for the Subversion command-line client
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Artur R. Czechowski wrote: > Programming Lang: PHP > Description : wrapper interface for the Subversion command-line client A php wrapper around the svn command-line client sounds like an completely braindead idea. Not only that php is utter crap, but relying on exit codes and output of svn is the worst idea ever. It also sounds like a security nightmare - allowing php to use exec() and system() is a pretty bad idea, and trying to parse the output of programs is error-prone, too. libsvn-dev is the only sane way to create a binding to svn for another language. Please use that instead of the command line client. - -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkniZQwACgkQBnqtBMk7/3ny2gCfSNgVV9naN1mXo2Zs7dvDZyl2 /58An0XPQ6XDIJUSfSfxZhLILEZaXKXy =EboJ -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#516501: RFH: libapache2-mod-python -- Python-embedding module for Apache 2
Sandro Tosi wrote: > Package: wnpp > Severity: normal > > Hello, > I'm hereby looking for a person to support DPMT[1] in maintaining > libapache2-mod-python. I did the latest team uploads, but I don't use it, so > I'm > not the right person to maintain it. > > [1] http://wiki.debian.org/Teams/PythonModulesTeam > > The package has some bugs to triage, fix or else report upstream, other than > that it's not in a bad shape, but having someone that can cope with the > package > in a good way is really needed. As there is mod-wsgi, I doubt upstream will work on mod-python anymore. Also I'd suggest that we remove mod-python from the archive if nobody is going to step up and maintain it. Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#451561: ITP: navit -- Car navigation system with GPS tracking
jeffrey.ratcli...@gmail.com wrote: > What is the status of the packaging? > > Is there something specific holding it up, or simply lack of time? it was stuck due to lack of time, but thanks to some contributors we should be able to upload it within the next week. Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#509113: ITP: opensourcepacs -- OpenSourcePACS is a free, open source image referral, archiving, routing and viewing system
Hi! > * Package name: opensourcepacs > Version : 1.2.1 > Upstream Author : UCLA Medical Imaging Informatics group > * URL : http://www.mii.ucla.edu/opensourcepacs/ > * License : LGPL > Programming Lang: Java > Description : OpenSourcePACS is a free, open source image referral, > archiving, routing and viewing system The Description is too long and contains the package name, which does not make much sense. Also it is obvious that the package is free and opensource, otherwise ti wouldn't be in main. So a short description would be something like "Image referral, archiving, routing and viewing system" > > It adds functionality beyond conventional PACS by integrating wet read > functions, implemented through DICOM Presentation State and Structured > Reporting standards. > In its first release, OpenSourcePACS delivers a complete wet read system, > enabling an imaging clinic or hospital to offer its services over the web to > physicians within or outside the institution. In future releases, we hope to > incorporate more RIS (dictation, transcription, and reporting) functionality. This i snot really a descriptions, sounds more like an advertising. Also it is not obious what PACS is, and why read functiones need to be wet Please fix this before uploading the package. Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#505923: RFP: funambol -- mobile application platform
Package: wnpp Severity: wishlist * Package name: funambol Version : 7 Upstream Author : Funambol, Inc. / funambol project * URL : https://www.forge.funambol.org * License : AGPLv3 Programming Lang: Java Description : mobile application platform (this is just a copy and paste from the webpage, not a proper description) Funambol is a mobile open source platform that can be used for many types of mobile applications, including push email, PIM data synchronization and device management. It provides C++ and Java client APIs and server side Java APIs. It facilitates the development, deployment and management of a wide range of mobile projects. The Funambol project has gone beyond the original server engine. It now includes administration tools and many mobile device clients. Funambol has been downloaded more than two million times and has perhaps the largest mobile developer community in the world. Funambol is in production use all over the world and supports millions of end users. The project has been granted several awards from prestigious industry organizations for innovation in the mobile industry. Funambol consists of several components, including: * Funambol Data Synchronization Server: a mobile server providing synchronization services for mobile devices and PC software, as well as push email capabilities. * Funambol Device Management: an OMA DM server to remotely manage mobile devices. * Funambol Connectors: interfaces email systems, databases, filesystems and applications, for bidirectional data synchronization. * Funambol Clients and Plug-ins: software that enables users to synchronize email and PIM data (contacts, calendar, tasks and notes) between a wide range of mobile devices and the Funambol server. * Funambol Software Development Kits (SDKs): tools to develop sometimes-connected mobile applications on devices (in Java (J2SE and J2ME) and C++) and to add data sources to the server. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#289632: RFS: brlcad
Hi, > I am looking for a sponsor for my package "brlcad". are you still looking for a sponsor? If so, please let me know and I'll review/sponsor the package for you. Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#451561: Navit
Hi, the (not finished) packaging is available at http://git.debian.org/?p=collab-maint/navit.git;a=summary We need to decide in how many sub-packages the package should be splitted, and so on... Patches are welcome :) Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#462879: About the ITP: python-cssutils
Damien Churchill wrote: > Hi, I'm building a source package (available in my ppa at > https://www.launchpad.net/~damoxc/+archive), although it's not finished yet. Not sure why you do extra work. The package is sitting in the debian python modules team and waiting for an upload. > cssutils includes encutils in the source download, although it is separate > on the upstream website, I've split them out into 2 separate packages > (python-cssutils and python-encutils) but I was wondering if encutils > warrants it's own source package? No. -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#462879: About the ITP: python-cssutils
Hi, > Do you have a package already that could be sponsored for upload? Why sponsored? ;) After the cssutils upstream needed several weeks to get the copyright fixed I didn't have the time to look after it. The packaging stuff is in the python-modules team, needs to be fixed for the new license and version number, and could be uploaded. If you have spare time, feel free to bring it into shape and I'll upload it. Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#490787: RFA: evms -- Enterprise Volume Management System
Hi, > I've now removed EVMS from the last of my machines. The package was a > good idea in its time, but sadly has been neglected by upstream over the > last five years or so, and there's currently little hope that upstream > development will ever resume unless someone else than IBM takes up the > challenge. which is a shame for IBM. EVMS worked (and I guess still works, but I've removed it months ago for the same reasons as Steinar) very well. The upstream developers spent a lot of energy into moving from the "old" evms code towards supporting lvm, md and dm, it would be really sad if this effort would be thrown away. EVMS could make volume management an easy task for the "non-admin" type of user, if somebody would spend some time into it. Not to forget that it manages to handle almost all weird stuff you can do with disks and volumes. Steinar, thanks for maintaining it during the last years! Cheers, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#361253: so whats the status here?
> Thank you for for thorough explanation, haven't checked source out yet, > but I gather using the framework is not nicely abstracted to set > of small methods, so would be large chore. Going to take peek anyhow > to get idea of the work needed. Well they use a *lot* of Zope stuff with some hacks which work in 2.8 only. Moving away from Zope completely pretty much means rewriting huge parts of the whole source. Moving to Zope 3 is probably less work, but still nothign you do in a few days. -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#361253: so whats the status here?
Hi, Saku Ytti wrote: > Reading from the mails, it seem there was lot of forward momentum last year > to get this packaged, and it seems like zenoss peeps fixed components > that lacked proof of openness. But then things just quieted down, is it > now only because lack of someone to actually package this or are there > some outstanding policy issues which would make it impossible for > packet to be included in main? the problem here is that Zenoss does not work on Zope 2.10 (it doesn't even work on 2.9 - it seems to run fine, but it doesn't...). The developers gave it a try to migrate it to Zope 2.10 but it was too much work so they stopped it. Their plan is to move to Zope 3 or some other Python framework, but there's no real progress unfortunately. Shipping Zope 2.8 in Debian is not an option, neither do we want to maintain such an old version, nor would the security team allow more Zope versions. It's a bit unfortunate as we spent a *lot* of time to get Zenoss into Debian, so I'm really waiting for them to move to a recent application framework. Best regards, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#391887: RFP: freemat -- Mathematics Framework
> I run licensecheck on the last freemat version, and I didn't find any > license issues. A lot of *No copyright*, a lot of GPL (v2 or later), and > just a ./libs/libFreeMat/fftw_cycle.h: MIT/X11 (BSD like). *No copyright* in the files does not mean, that there's no copyright on them. Especially for a lot of the fortran files. Their original source (netlib if I remember right) says "ask the author" if you're looking for a license. That's not free. -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#486860: O: wprint -- Print any charset from web browsers and HtmlDoc
Hi, > The package has no open bugs, that's why I've done nothing with it. I > guess I should have made sure at least that Standards-version were up to > date. > > Anyway, I don't know if it's still being used. Nowadays Iceweasel with > pango and gtk will print anything. This and the not acked NMU were the main reasons why I've orphaned it. If you want to maintain it and keep it in Debian I'll be happy to sponsor an updated package. Feel free to close the orphaning bug again then. http://people.debian.org/~igloo/popcon-graphs/index.php?packages=wprint looks like at least a few people are still using it. Best regards, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#487020: setting package to libtext-wikicreole-perl, tagging 487020
# Automatically generated email from bts, devscripts version 2.10.29 # # libtext-wikicreole-perl (0.05-1) unstable; urgency=low # # * Initial Release (Closes: #487020) package libtext-wikicreole-perl tags 487020 + pending -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#487020: ITP: libtext-wikicreole-perl -- Convert Wiki Creole 1.0 markup to XHTML
Package: wnpp Severity: wishlist Owner: Bernd Zeimetz <[EMAIL PROTECTED]> * Package name: libtext-wikicreole-perl Version : 0.05 Upstream Author : Jason Burnett <[EMAIL PROTECTED]> * URL : http://search.cpan.org/dist/Text-WikiCreole/ * License : same as Perl Programming Lang: Perl Description : Convert Wiki Creole 1.0 markup to XHTML Text::WikiCreole implements the Wiki Creole markup language, version 1.0. It reads Creole 1.0 markup and returns XHTML. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#486909: ITP: python-creoleparser -- Parser for the Creole common wiki markup language
Package: wnpp Severity: wishlist Owner: Bernd Zeimetz <[EMAIL PROTECTED]> * Package name: python-creoleparser Version : 0.5.0 Upstream Author : Stephen Day <[EMAIL PROTECTED]> * URL : http://creoleparser.googlepages.com * License : MIT Programming Lang: Python Description : Parser for the Creole common wiki markup language Creoleparser is a Python library for converting Creole wiki markup for output on the web. It is a full implementation of the Creole 1.0 specification and aims to follow the spec exactly. Creole is a common wiki markup language to be used across different wikis. It's not replacing existing markup but instead enabling wiki users to transfer content seamlessly across wikis, and for novice users to contribute more easily. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#478167: ITP: cowpoke -- Builds a single Debian source package with a remote cowbuilder
> Programming Lang: bash > Description : Builds a single Debian source package with a remote > cowbuilder > > The cowpoke script automates the task of sending a package to a remote do we really need a package for a single script?! I think such stuff could go into the pbuilder package, too. -- Bernd Zeimetz Debian GNU/Linux Developer GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#477101: RFP: sk1 -- Vector graphics editor for prepress
Package: wnpp Severity: wishlist * Package name: sk1 Version : 0.9.0-rev335 Upstream Author : sK1 Team (http://sk1project.org), copyright (C) 2007 by Igor E. Novikov * URL : http://sk1project.org * License : LGPL 2.1 Programming Lang: Python Description : Vector graphics editor for prepress Vector graphics editor similar to CorelDRAW, Adobe Illustrator, or Freehand. First of all sK1 is oriented for PostScript processing. The major sK1 features: . * CMYK colorspace support * CMYK support in Postscript * Cairo-based engine * Color managment * Universal CDR importer (7-X3 versions) * Modern Ttk based (former Tile widgets) user interface Unfortunately I don't have the time to maintain this program at the moment, but as long as it is maintained in the Python applications team, I'll sponsor it as often as needed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#476189: ITP: gimp-dds -- DDS (DirectDraw Surface) plugin for the gimp
Y Giridhar Appaji Nag wrote: > On 08/04/15 01:46 +0200, Vincent Fourmond said ... >> gimp-dds is a plugin for the gimp that lets you manipulate Microsoft >> DirectDraw surfaces. These kind of files are widely used in 3D games for >> textures and the like. >> >> [probably should go to the debian-games team] > > Or perhaps maintain it as a part of gimp-plugin-registry. Cc:ing Bernd. I wouldn't mind to add the plugin to the gimp-plugin-registry package. If you want me to do that, just reassign the ITP bug to gimp-plugin-registry. Cheers, Bernd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#473354: ITP: winhardware -- hardware summary report from a Win32 host
Hi, > I have no relationship with the wmi-client package nor knows the > mainteiner. To agree with your opinion, i should work close to that > mantainer and this could make the work a lot harder in the mean that i > have to commnuicate with him. uh, ntot really. You've just sent him an email ;) The package is maintained by me in the Zenoss team... If you want to provide such a script, as examples or for /usr/bin (with manpage then please), I could give you access to the svn, so you can maintain it in the debian directory of the package, not a big problem. Cheers, Bernd -- Bernd Zeimetz <[EMAIL PROTECTED]> <http://bzed.de/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#473354: ITP: winhardware -- hardware summary report from a Win32 host
Joel Franco wrote: > Package: wnpp > Severity: wishlist > Owner: Joel Franco <[EMAIL PROTECTED]> > > > * Package name: winhardware > Version : 0.0.14 > Upstream Author : Joel Franco <[EMAIL PROTECTED]> > * URL : Not yet > * License : GPL > Programming Lang: shell script > Description : hardware summary report from a Win32 host > > Gets the basic hardware report from a Win32 computer including > processor, last user, memory, disk, motherboard, network interface card > and others. Uses the WMI interface. are you going to use wmic and/or winexe for that? Then I'd suggest to add teh script to the wmi-client package instead of wasting a full package for a single shellscript. Cheers, Bernd -- Bernd Zeimetz <[EMAIL PROTECTED]> <http://bzed.de/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#467038: RFP: pytrainer -- Free Sport Training Center
> Unfortunately, I'm dumb when it comes at Python stuff, so, while I'd > happily give some help, imagining to package this myself would be too > ambitious... I'll help out if there're Python problems. Cheers, Bernd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]