Bug#813670: ITP: fuel-agent -- fuel image based provisioning agent
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: fuel-agent Version : 7.0+2015.12.17.git.f4c22a341c+debian Upstream Author : OpenStack Foundation * URL : https://github.com/openstack/fuel-agent * License : Apache-2.0 Programming Lang: Python Description : fuel image based provisioning agent Fuel provides PXE booting to all of the bare metal servers it manages. The fuel-agent package runs on these nodes in order to communicate with the Fuel master node. . Fuel agent executes provisioning tasks on the discovery nodes.
Re: bat: 3 different programms and one name
* Guus Sliepen [2016-02-03 20:23 +0100]: > On Wed, Feb 03, 2016 at 07:54:22PM +0100, Elimar Riesebieter wrote: > > > It seems that we have /usr/bin/bat and /usr/share/man/man1/bat.1.gz > > three times in unstable: > > > > bacula-console-qt > > bareos-bat > > alsa-utils > > > > It should be easy to rename ie alsa's bat to bat-alsa but should > > this be mentioned in a patched manpage as well? > > > > How is the correct way to solve this? > > The correct way is indeed to rename the binary. Another suggestion is to > name it "basic-audio-tester" instead of "bat-alsa". Inform upstream of > their conflict with existing programs with the same name, so perhaps > they can change it as well. Upstream cooperated and provided a patch with new names. Please note that the upload of alsa-utils/1.1.0-2 doesn't fix the name conflict in bacula-console-qt and bareos-bat! Thanks Elimar -- Alles was viel bedacht wird ist bedenklich!;-) Friedrich Nietzsche
Bug#813700: ITP: mono-reference-assemblies -- Mono runtime - compiler compatibility for older .NET releases
Package: wnpp Severity: wishlist Owner: Jo Shields * Package name: mono-reference-assemblies Version : 3.12.1 Upstream Author : Xamarin Inc * URL : http://www.mono-project.com/ * License : (Mostly MIT, a few others, see debian/copyright) Programming Lang: (C#) Description : Mono runtime - compiler compatibility for older .NET releases Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. These packages contains files required to compile applications against an older version of .NET, using Mono 4.0 or above, which only include the latest version of the class library as-is. This is important for producing apps for wider distribution This is essentially a re-upload of an obsolete Mono version, as a new source package - the files generated here are bundled as binary blobs in upstream Mono releases, and we are simply regenerating them cleanly from source for inclusion in the Debian archive - this is similar to libstdc++5/gcc-3.3 still being in the archive
Re: Are two Vcs-{Git|Svn|...} and Vcs-Browser fields sensible?
Hi Andreas, On Sun, Jan 31, 2016 at 08:59:57AM +0100, Andreas Tille wrote: > Well, debcheckout is not accessing debian/control files of single > packages. My suggestion was obviously not clear enough. We certainly > should keep the old known fields in Packages files etc - but these > should be calculated values according the scheme we agreed upon at the > given point in time. Right. So something like... debian/control: Vcs-Git: ${vcs:repo} Vcs-Browser: ${vcs:browser} debian/vcs: Vcs-Type: Git Vcs-Host: Debian Vcs-Path: / debian/rules: override_dh_gencontrol: dh_your_new_magic_vcs_script dh_gencontrol (that, or "dh --with-magic-vcs-script", of course, whatever you prefer) ...would do all that with little extra required infrastructure; just the dh_your_new_magic_vcs_script thing that you'd have to write. This script would parse debian/vcs, and generate ${vcs:repo} and ${vcs:browser} substitution variables in debian/substvars. Then whenever the brand new URL scheme happens, all that's needed is an update of the magic VCS script and a rebuild (or binNMU) of the affected packages. -- It is easy to love a country that is famous for chocolate and beer -- Barack Obama, speaking in Brussels, Belgium, 2014-03-26
Re: Are two Vcs-{Git|Svn|...} and Vcs-Browser fields sensible?
Hi, On Thu, Feb 04, 2016 at 02:21:06PM +0100, Wouter Verhelst wrote: > > Right. So something like... > > debian/control: > Vcs-Git: ${vcs:repo} > Vcs-Browser: ${vcs:browser} > > debian/vcs: > Vcs-Type: Git > Vcs-Host: Debian > Vcs-Path: / > > debian/rules: > override_dh_gencontrol: > dh_your_new_magic_vcs_script > dh_gencontrol > > (that, or "dh --with-magic-vcs-script", of course, whatever you prefer) > > ...would do all that with little extra required infrastructure; just the > dh_your_new_magic_vcs_script thing that you'd have to write. This script > would parse debian/vcs, and generate ${vcs:repo} and ${vcs:browser} > substitution variables in debian/substvars. Then whenever the brand new > URL scheme happens, all that's needed is an update of the magic VCS > script and a rebuild (or binNMU) of the affected packages. I like this constructive contribution which really fits the intention of my initial mail. Probably that's the easiest one to implement without touching main infrastructure. Seems we are just lacking a volunteer for implementation. Kind regards Andreas. -- http://fam-tille.de
Processed: Re: Bug#813374: general: Menus and window popup does not work after recent upgrade
Processing control commands: > reassign 813374 xfce4 Bug #813374 [general] general: Menus and window popup does not work after recent upgrade Bug reassigned from package 'general' to 'xfce4'. Ignoring request to alter found versions of bug #813374 to the same values previously set Ignoring request to alter fixed versions of bug #813374 to the same values previously set -- 813374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813374 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#813374: general: Menus and window popup does not work after recent upgrade
control: reassign 813374 xfce4 thanks On Wed, Feb 03, 2016 at 10:35:15PM +0100, Vincent Danjean wrote: > Le 03/02/2016 12:31, Thomas Goirand a écrit : > > Vincent, > > > > This sounds like issues with your window manager, since you mostly > > complain about issues with window placements and dispositions. Just to > > be sure, you're using XFCE, right? > > Yes. > But is the WM involved in (the placement of) application menus ? Yes, absolutely. An application menu is just a window for the X server, except that it has certain flags set so that it doesn't get any decoration etc. That doesn't necessarily mean that the window manager is at fault here, but that's something for you and the maintainer to figure out further :-) -- It is easy to love a country that is famous for chocolate and beer -- Barack Obama, speaking in Brussels, Belgium, 2014-03-26
Re: Are two Vcs-{Git|Svn|...} and Vcs-Browser fields sensible?
Andreas Tille: > Hi, > > On Thu, Feb 04, 2016 at 02:21:06PM +0100, Wouter Verhelst wrote: >> >> Right. So something like... >> >> debian/control: >> Vcs-Git: ${vcs:repo} >> Vcs-Browser: ${vcs:browser} >> >> debian/vcs: >> Vcs-Type: Git >> Vcs-Host: Debian >> Vcs-Path: / >> >> debian/rules: >> override_dh_gencontrol: >> dh_your_new_magic_vcs_script >> dh_gencontrol >> >> [...] > > I like this constructive contribution which really fits the intention of > my initial mail. Probably that's the easiest one to implement without > touching main infrastructure. Seems we are just lacking a volunteer for > implementation. > > Kind regards > >Andreas. > I appreciate this idea and effort. Unfortunately, this is the type of information we want in the *source* package (at least AFAICT), and to my knowledge you cannot use substitution variables in those. Thanks, ~Niels signature.asc Description: OpenPGP digital signature
Bug#813733: ITP: pysynphot -- Python Synthetic Photometry Utilities
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-devel@lists.debian.org,debian-as...@lists.debian.org,debian-pyt...@lists.debian.org * Package name: pysynphot Version : 0.9.7 Upstream Author : Vicki Laidler et al. * URL : http://ssb.stsci.edu/pysynphot/docs/ * License : BSD-3-Clause Programming Lang: Python Description : Python Synthetic Photometry Utilities pysynphot simulates photometric data and spectra as they are observed with the Hubble Space Telescope (HST). Passbands for standard photometric systems are available, and users can incorporate their own filters, spectra, and data. This package will maintained within the Debian Astronomy Working Group. A git repository is created on alioth [1]. Best regards Ole [1] https://anonscm.debian.org/cgit/debian-astro/packages/pysynphot.git
Re: Are two Vcs-{Git|Svn|...} and Vcs-Browser fields sensible?
On Thu, 04 Feb 2016 18:54:08 +, Niels Thykier wrote: > Andreas Tille: > > On Thu, Feb 04, 2016 at 02:21:06PM +0100, Wouter Verhelst wrote: > >> > >> Right. So something like... > >> > >> debian/control: > >> Vcs-Git: ${vcs:repo} > >> Vcs-Browser: ${vcs:browser} > >> > >> debian/vcs: > >> Vcs-Type: Git > >> Vcs-Host: Debian > >> Vcs-Path: / > >> > >> debian/rules: > >> override_dh_gencontrol: > >>dh_your_new_magic_vcs_script > >>dh_gencontrol > >> > >> [...] > > > > I like this constructive contribution which really fits the intention of > > my initial mail. Probably that's the easiest one to implement without > > touching main infrastructure. Seems we are just lacking a volunteer for > > implementation. > > > > I appreciate this idea and effort. Unfortunately, this is the type of > information we want in the *source* package (at least AFAICT), and to my > knowledge you cannot use substitution variables in those. Ack. And besides that, even if we wanted to have tens of thousands of binNMUs in general, they (currently) don't work for arch:all packages. In general, I liked the original idea of de-coupling the vcs info from the source package in order to avoid the need of uploads/binNMUs. Everything else won't bring us much, I fear ... Cheers, gregor -- .''`. Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- signature.asc Description: Digital Signature
Bug#813736: ITP: castnow -- command-line chromecast player
Package: wnpp Severity: wishlist Owner: Dominik George -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: castnow Version : 0.4.14 Upstream Author : Simon Kusterer * URL : https://github.com/xat/castnow * License : MIT Programming Lang: JavaScript Description : command-line chromecast player castnow is a command-line utility that can be used to play back media files on your Chromecast device. It supports playback of local video files, YouTube clips, videos on the web and torrents. You can also re-attach a running playback session (this sentence should belong somewhere else). -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQJOBAEBCAA4BQJWs65ZMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n cGctcG9saWN5LnR4dC5hc2MACgkQt5o8FqDE8pbe0xAAzaXROl810E+sdtlHhFem 6qezAC1um4RmEbQ1CKW5rirlBm0dXhhOmfnKynZRnSQBs8A7knofMjgwiDNvslDL ZVkMT/PexI8dbXqeWwgG2aPg5EzFfbzas/8jgMDWj1Kk16r0wGdfYyg/rUfxTYyt VIJ39CMNOdwR5C0AmezODpTg2/JwHZJ9URZwQ+IgadKeMBTegmGRdlNNV+gzdLdv 8h8KvSDtGE3WyGbefXjylCHP4KMT72imVNJ8WK2URYIrk96D2UCAsnamjfazz+mv mvYrhZD+n8NHLLGMex/0OYslrk1kKUw5O2KdfcyVj/93SIfgv9OBlwXnSY/zO2Mg wVrBqzaVY2oQK4aeDkJVAhZjPm0eZexH72pwyXiKZOnyoQ3ypQTf4UzJ1c5DXWYK Ra4Qb9rjt4rESr9ChF+EmPcCyiwBii8FRveyj8DnxyzslzrURKTqHD1dvXH5BvCa KR0ZIuEJUih7uUs046GlDp6Kp2C6NaAak6nGCHSYxrpCxgazFmDcRLe9qFFi/3Qj E1kkCyGgjPQJrrPrLKokaIgWYw2jXwaH66uh6omocMIomvmJr1C0bcUJO4+E35oe /B2en4K3iE7dOMHPBPPSzDWQBkN36jpsll6/cLQ/ew09juheP5BaHYaWz2ZAzTx4 mrN54+qRUTjYNkkEvxg3Zuw= =gU1+ -END PGP SIGNATURE-
Re: bat: 3 different programms and one name
Am 04.02.2016 um 12:06 schrieb Elimar Riesebieter: > Upstream cooperated and provided a patch with new names. Please note That's great. Thanks for that > that the upload of alsa-utils/1.1.0-2 doesn't fix the name conflict > in bacula-console-qt and bareos-bat! Please file a bug against the two packages to get this sorted out. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP digital signature
Work-needing packages report for Feb 5, 2016
The following is a listing of packages for which help has been requested through the WNPP (Work-Needing and Prospective Packages) system in the last week. Total number of orphaned packages: 715 (new: 18) Total number of packages offered up for adoption: 192 (new: 4) Total number of packages requested help for: 46 (new: 0) Please refer to http://www.debian.org/devel/wnpp/ for more information. The following packages have been orphaned: apt-xapian-index (#813201), orphaned 5 days ago Description: maintenance and search tools for a Xapian index of Debian packages Reverse Depends: goplay muon muon-discover packagesearch Installations reported by Popcon: 44836 buffy (#813200), orphaned 5 days ago Description: Heavy duty browser for mail folders Installations reported by Popcon: 25 cfget (#813202), orphaned 5 days ago Description: featureful tool to read values from config files Installations reported by Popcon: 19 debdry (#813203), orphaned 5 days ago Installations reported by Popcon: 51 debiancontributors (#813236), orphaned 5 days ago Description: Manage submissions to contributors.debian.org Installations reported by Popcon: 13 debtags (#813204), orphaned 5 days ago Description: Enables support for package tags Reverse Depends: goplay packagesearch Installations reported by Popcon: 2075 grib-api (#813235), orphaned 5 days ago Description: GRIB decoding/encoding software library (development) Reverse Depends: cdo flexpart flextra libcdi0 libemos-bin libemos0d libgnudatalanguage0 libgrib-api-dev libgrib-api-tools libmagplus3v5 (7 more omitted) Installations reported by Popcon: 154 libbuffy (#813205), orphaned 5 days ago Description: Base functions for building mailbox summary applications Installations reported by Popcon: 3 libbuffy-bindings (#813206), orphaned 5 days ago Description: Perl wrapper for the libbuffy library Reverse Depends: buffycli Installations reported by Popcon: 38 libept (#813207), orphaned 5 days ago Description: High-level library for managing Debian package information Reverse Depends: goplay libept-dev packagesearch synaptic Installations reported by Popcon: 8242 libkdtree++ (#813246), orphaned 5 days ago Description: C++ template container implementation of kd-tree sorting Reverse Depends: python-kdtree-dbg python3-kdtree-dbg Installations reported by Popcon: 35 libwibble (#813208), orphaned 5 days ago Reverse Depends: libtagcoll2-dev Installations reported by Popcon: 187 nodm (#813210), orphaned 5 days ago Installations reported by Popcon: 270 omhacks (#813211), orphaned 5 days ago Reverse Depends: libomhacks-dev omhacks Installations reported by Popcon: 4 polygen (#813212), orphaned 5 days ago Description: generator of random sentences from grammar definitions Reverse Depends: cappuccino ikiwiki-hosting-web polygen-data Installations reported by Popcon: 271 tagcoll2 (#813213), orphaned 5 days ago Installations reported by Popcon: 287 virtuoso-opensource (#813499), orphaned 2 days ago Description: high-performance database Reverse Depends: libvirtodbc0 virtuoso-minimal virtuoso-opensource virtuoso-opensource-6.1 virtuoso-server virtuoso-vad-bpel virtuoso-vad-conductor virtuoso-vad-demo virtuoso-vad-doc virtuoso-vad-isparql (6 more omitted) Installations reported by Popcon: 15589 xcowsay (#813214), orphaned 5 days ago Description: Graphical configurable talking cow Installations reported by Popcon: 378 697 older packages have been omitted from this listing, see http://www.debian.org/devel/wnpp/orphaned for a complete list. The following packages have been given up for adoption: apt-listchanges (#813245), offered 5 days ago Description: package change history notification tool Reverse Depends: design-desktop Installations reported by Popcon: 156374 consolekit (#813745), offered today Description: framework for defining and tracking users, sessions and seats Reverse Depends: consolekit libck-connector-dev libpam-ck-connector libpam-foreground libpolkit-qt-1-1 libpolkit-qt5-1-1 lightdm lxdm lxsession mate-power-manager (4 more omitted) Installations reported by Popcon: 61999 libowfat (#813097), offered 6 days ago Description: reimplementation of libdjb Reverse Depends: gatling libowfat-dev Installations reported by Popcon: 59 xenomai (#813470), offered 2 days ago Description: Real-time development framework for the Linux kernel Reverse Depends: libxenomai-dev xenomai-kernel-source xenomai-system-tools I
Bug#813765: ITP: libica -- hardware cryptography support for IBM System z hardware
Package: wnpp Owner: Dimitri John Ledkov Severity: wishlist * Package name: libica Version : 2.5.0 Upstream Author : openCryptoki project, IBM Corp * URL or Web page : http://sourceforge.net/projects/opencryptoki/files/libica/ * License : Common Public License V1.0 Description : hardware cryptography support for IBM System z hardware I would like to package libica 2.5.0 component of openCryptoki project for s390x Debian port. This is a userspace support library, that provides hardware accelerated cryptography in userspace, with fallbacks when hardware acceleration is not available. This is part of the dependency stack to provide e.g. accelerated openssl on s390x. Improved description for the debian/control file are welcomed, as I lack literacy skills to write those nicely. Currently I have: """ Description: hardware cryptography support for IBM System z hardware libica library provides hardware acceleration for cryptographic functions and is part of the openCryptoki project. """ Regards, Dimitri.
Bug#813772: ITP: openssl-ibmca -- libica based hardware acceleration engine for OpenSSL
Package: wnpp Owner: Dimitri John Ledkov Severity: wishlist * Package name: openssl-ibmca Version : 1.3.0 Upstream Author : openCryptoki Project * URL or Web page : http://sourceforge.net/projects/opencryptoki/files/libica%20OpenSSL%20Engine/ * License : OpenSSL-like BSD-4-Clause-like Description : libica based hardware acceleration engine for OpenSSL This package provides an OpenSSL engine to enable hardware acceleration of cryptographic functions in OpenSSL, and all applications that use OpenSSL. This package is specific for s390x architecture. Regards, Dimitri.