Bug#578750: ITP: kmid -- MIDI/Karaoke player for KDE

2010-04-22 Thread Lisandro Damián Nicanor Pérez Meyer
Package: wnpp Severity: wishlist Owner: "Lisandro Damián Nicanor Pérez Meyer" Owner: "Lisandro Damián Nicanor Pérez Meyer" * Package name: kmid Version : 2.2.2 Upstream Author : Pedro Lopez-Cabanillas * URL : http://kde-apps.org/content/show.php/KMid?content=116404 *

proper edit-build-install-test cycle with v3 source packages?

2010-04-22 Thread Timo Juhani Lindfors
If I hit a bug in a v1 source package I often do apt-get source foo cd foo-* DEB_BUILD_OPTIONS="noopt debug nostrip" dpkg-buildpackage -rfakeroot -us -uc sudo debi ../foo*.changes and then run the program inside M-x gdb RET of emacs. If I want to test a possible fix I then just use the same emacs

Re: proper edit-build-install-test cycle with v3 source packages?

2010-04-22 Thread Niels Thykier
Timo Juhani Lindfors wrote: > If I hit a bug in a v1 source package I often do > > apt-get source foo > cd foo-* > DEB_BUILD_OPTIONS="noopt debug nostrip" dpkg-buildpackage -rfakeroot -us -uc > sudo debi ../foo*.changes > > and then run the program inside M-x gdb RET of emacs. If I want to > test

Re: proper edit-build-install-test cycle with v3 source packages?

2010-04-22 Thread Timo Juhani Lindfors
Niels Thykier writes: > Have you tried adding "-b" to dpkg-buildpackage as well? Thanks! This seems to work: $ dget http://people.debian.org/~hertzog/packages/debsrc3.0/sample7_1.0-1.dsc $ dpkg-source -x sample*.dsc $ cd sample7-1.0 $ touch -d 1970-01-01 upstream/README $ dpkg-buildpackage -rfa

Bug#578787: ITP: openoctave -- MIDI and audio sequencer and musical notation editor

2010-04-22 Thread Jonas Smedegaard
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard Owner: Jonas Smedegaard * Package name: openoctave Version : 0.1~alpha~bd7853 Upstream Author : OpenOctave devlist * URL : http://www.openoctave.org/ * License : GPL-2+ Programming Lang: C++ Descrip

Bug#578829: ITP: wannier90 -- Maximally Localized Wannier Functions

2010-04-22 Thread Yann Pouillon
Package: wnpp Severity: wishlist Owner: Yann Pouillon * Package name: wannier90 Version : 1.2 Upstream Author : Arash Mostofi * URL : http://www.wannier.org/ * License : GPL Programming Lang: Fortran 90 Description : Maximally Localized Wannier Functi

Work-needing packages report for Apr 23, 2010

2010-04-22 Thread wnpp
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: 591 (new: 2) Total number of packages offered up for adoption: 134 (new: 3) Total number of packages request

Re: proper edit-build-install-test cycle with v3 source packages?

2010-04-22 Thread Raphael Hertzog
Hi, On Thu, 22 Apr 2010, Niels Thykier wrote: > Timo Juhani Lindfors wrote: > > The above is not really usable with v3 source packages: apparently > > dpkg-buildpackage modifies the timestamps of source files and emacs > > complains that these files have changed on the disk. Should I just > > modi