Bug#201448: StepMania4 reached Alpha

2022-03-24 Thread Andres Salomon

On Thu, 9 Apr 2009 14:11:49 -0400 Danny Piccirillo wrote:
> StepMania 4 has now reached alpha (and actually is now at alpha 3 
after only

> a few days). It has a new theme and is very stable!


I'm not interested in maintaining this, but I did have to build it 
because the last release is from 2016 and the released binary doesn't 
run on debian bullseye. In case someone does want to package it, maybe 
this will help them. I initially tried building against the system 
ffmpeg, but the build failed so I ended up just disabling ffmpeg support.



Here's what I did to build stepmania 5.1.0-beta2, after unpacking the 
source:



apt-get install cmake libgtk2.0-dev libjpeg-dev libmad0-dev 
libvorbis-dev nasm libudev-dev libbz2-dev libva-dev libglew-dev 
libpulse-dev libjack-dev  libasound2-dev


# note: this following step probably isn't necessary when ffmpeg is 
disabled. To enable it, you'd do cmake -D WITH_SYSTEM_FFMPEG=ON


apt-get install libavcodec-dev libavformat-dev libswscale-dev

cd Build

cmake -D WITH_FFMPEG=OFF ..

make

make install


Bug#944785: pufferfish now builds

2022-03-24 Thread Andreas Tille
Am Thu, Mar 24, 2022 at 06:39:22PM +0100 schrieb Michael Crusoe:
> That's great news, please go for it!

... as always.  If you fix something, just upload.

Thanks a lot, Andreas.

-- 
http://fam-tille.de



Bug#1008232: RFP: soapui -- API and web service testing tool

2022-03-24 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: j...@nahmias.net, debian-j...@lists.debian.org

* Package name: soapui
  Version : 5.7.0
  Upstream Author : Smartbear
* URL : https://github.com/SmartBear/soapui
* URL : http://www.soapui.org/
* License : EUPL
  Programming Lang: Java
  Description : API and web service testing tool

SoapUI is a free and open source cross-platform functional testing solution for
APIs and web services.  SoapUI allows you to easily and rapidly create and
execute automated functional, regression, and load tests. In a single test
environment, it provides complete test coverage - from SOAP and REST-based
Web services, to JMS enterprise messaging layers, databases, Rich Internet
Applications, and much more.
 * Functional Testing
 * Service Simulation
 * Security testing
 * Load Testing
 * Technology Support
 * Automation
 * Analytics



Processed: retitle 1003031 O: projectile -- Project interaction library for Emacs

2022-03-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 1003031 O: projectile -- Project interaction library for Emacs
Bug #1003031 [wnpp] O: projectile
Changed Bug title to 'O: projectile -- Project interaction library for Emacs' 
from 'O: projectile'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1003031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1008226: ITP: xpra-html5 -- HTML5 client for Xpra

2022-03-24 Thread Thomas Koch
Package: wnpp
Severity: wishlist
Owner: Thomas Koch 
X-Debbugs-Cc: debian-de...@lists.debian.org, tho...@koch.ro

* Package name: xpra-html5
  Version : 4.5
  Upstream Author : Antoine Martin 
* URL : https://xpra.org
* License : Multiple Free Licenses
  Programming Lang: JavaScript
  Description : HTML5 client for Xpra

xpra-html5 started as part of the xpra package and is now maintained by
upstream in a separate VCS with a separate release cycle. I'm working on this
together with the maintainer of the xpra package.



Bug#944785: pufferfish now builds

2022-03-24 Thread Andrius Merkys
Hello,

I have stumbled upon pufferfish in Salsa which used to FTBFS. I patched
its build system a bit and now it builds successfully. If it is OK with
you, I can continue finalizing the package.

Best,
Andrius



Bug#944785: pufferfish now builds

2022-03-24 Thread Michael Crusoe
That's great news, please go for it!

--
Michael R. Crusoe ; he/him
https://orcid.org/-0002-2961-9670
CWL Project Leader, Software Freedom Conservancy, Common Workflow Language
project
Promovendus, VU Amsterdam, Computer Systems & Bioinformatics
Project Leader FAIR Service Architecture in ELIXIR-NL, DTL Projects

On Thu, Mar 24, 2022, 18:38 Andrius Merkys  wrote:

> Hello,
>
> I have stumbled upon pufferfish in Salsa which used to FTBFS. I patched
> its build system a bit and now it builds successfully. If it is OK with
> you, I can continue finalizing the package.
>
> Best,
> Andrius
>


Bug#1006621: ITP: boofcv -- Real-time computer vision library

2022-03-24 Thread Peter A
  Hopefully a 1000 projects don't need to be updated from Gradle 4 to
Gradle 7!


> Debian does not do out-of-git builds (.git directory is removed from
> sources prior to build), thus I guess this plugin would not be of much
> use (but I may be wrong).
>

Still required since it creates a BoofVersion.java file that's needed. If
it can't find Git information it fills in that field with blank or unknown.

Cheers,
- Peter


Processed: ITP: r-bioc-tmixclust -- mixed-effects gene-expression time-series analysis

2022-03-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 1008221 Steffen Moeller 
Bug #1008221 [wnpp] ITP: r-bioc-tmixclust -- mixed-effects gene-expression 
time-series analysis
Owner recorded as Steffen Moeller .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1008221: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1006621: ITP: boofcv -- Real-time computer vision library

2022-03-24 Thread Andrius Merkys
Hi Peter,

Thanks for prompt reply.

On 2022-03-24 17:16, Peter A wrote:
> Instead of updating the "gradle" command could we just install a new
> "gradle7" command that points to Gradle 7 instead? I don't think Gradle
> is very backwards compatible so that might be the easiest solution.

This would not help, I am afraid. Point with Gradle is that it needs
itself to build newer versions of Gradle (circular dependency on
itself), thus iteratively updating Gradle seems to be the only way to
have newer Gradle in Debian.

> For Jars that BoofCV downloads, It doesn't download anything outside of
> Gradle. It uses a Gradle plugin i created called gversion to
> automatically generate version info and a set of tools to do other auto
> generation tasks:
> 
> https://plugins.gradle.org/plugin/com.peterabeles.gversion
> 

Debian does not do out-of-git builds (.git directory is removed from
sources prior to build), thus I guess this plugin would not be of much
use (but I may be wrong). Nevertheless Debian precisely tracks source
versions, thus version string could be injected via other means.

> https://github.com/lessthanoptimal/Auto64Fto32F
> 

This one I have already packaged for Debian, so the packaged JAR could
be used.

> Once the Gradle issue gets resolved we could then start adding these
> dependencies.

Sure.

Best wishes,
Andrius



Bug#1006621: ITP: boofcv -- Real-time computer vision library

2022-03-24 Thread Peter A
Instead of updating the "gradle" command could we just install a new
"gradle7" command that points to Gradle 7 instead? I don't think Gradle is
very backwards compatible so that might be the easiest solution.

For Jars that BoofCV downloads, It doesn't download anything outside of
Gradle. It uses a Gradle plugin i created called gversion to
automatically generate version info and a set of tools to do other auto
generation tasks:

https://plugins.gradle.org/plugin/com.peterabeles.gversion
https://github.com/lessthanoptimal/Auto64Fto32F

Once the Gradle issue gets resolved we could then start adding these
dependencies.

Cheers,
- Peter




On Thu, Mar 24, 2022 at 5:06 AM Andrius Merkys  wrote:

> Dear Peter and Dima,
>
> Sorry for the delay. Somehow I did not receive any mails sent to
> 1006...@bugs.debian.org (will subscribe), thus I only now noticed your
> conversation after accidentally revisiting the bug page.
>
> Good to meet you too, Peter!
>
> First of all, regarding Cephis, my original reason to package BoofCV. It
> depends on io, feature and visualize modules of BoofCV v0.17. AFAIK,
> these should be static image analysis tools, thus stripping away more
> complicated video and webcam support should make things much easier for
> now. Of course, in the long run it would be nice to support video and
> webcam parts of BoofCV in Debian as well.
>
> Regarding Gradle. Debian has 4.4.1 now and updating it is complicated.
> It would be nice to ask its maintainers in Debian to understand what are
> the current blockers. Gradle wrapper cannot be used as downloads in the
> build time are not allowed in Debian. Even more generally, Debian builds
> can only rely on software which is built from source on Debian build
> machines.
>
> For now I see upgrading Gradle in Debian as the best solution to the
> build issue. Simplifying/changing the build system is a viable solution
> too, but I believe this would need much work and add maintenance burden
> on Peter. Discussion in [1] gives me some hope Gradle will be updated
> soon. I think it is worth pinging its participants.
>
> Peter, you mention BoofCV build system downloading some JARs. Maybe we
> could build these JARs in Debian as separate packages and use them in
> BoofCV build? If Gradle blocker goes away, these might be the next
> blockers.
>
> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926714
>
> Best wishes,
> Andrius
>


-- 
"Now, now my good man, this is no time for making enemies."— Voltaire
(1694-1778), on his deathbed in response to a priest asking that he
renounce Satan.


Bug#1008221: ITP: r-bioc-tmixclust -- mixed-effects gene-expression time-series analysis

2022-03-24 Thread Steffen Moeller
Package: wnpp
Severity: wishlist

Subject: ITP: r-bioc-tmixclust -- mixed-effects gene-expression time-series 
analysis
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: r-bioc-tmixclust
  Version : 1.16.0
  Upstream Author : Monica Golumbeanu 
* URL : https://bioconductor.org/packages/TMixClust/
* License : GPL-2+
  Programming Lang: GNU R
  Description : mixed-effects gene-expression time-series analysis
 To investigate how a drug effects a tissue sample over time,
 one commonly determines the transcriptomes at different time points
 to distinguish genes that react early from those that react late,
 which are steadily going up or down, which are oscillating, and
 what molecular process are those subsets of genes contributing to.
 .
 Time Series Clustering of Gene Expression with Gaussian
 Mixed-Effects Models and Smoothing Splines Implementation of a
 clustering method for time series gene expression data based on
 mixed-effects models with Gaussian variables and non-parametric
 cubic splines estimation. The method can robustly account for the
 high levels of noise present in typical gene expression time
 series datasets.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-tmixclust



Processed: ITP: r-bioc-spem -- S-system parameter estimation method

2022-03-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 1008218 Steffen Moeller 
Bug #1008218 [wnpp] ITP: r-bioc-spem -- S-system parameter estimation method
Owner recorded as Steffen Moeller .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1008218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008218
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: ITP: r-cran-flexclust -- Flexible Cluster Algorithms

2022-03-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 1008217 Steffen Moeller 
Bug #1008217 [wnpp] ITP: r-cran-flexclust -- Flexible Cluster Algorithms
Owner recorded as Steffen Moeller .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1008217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1008218: ITP: r-bioc-spem -- S-system parameter estimation method

2022-03-24 Thread Steffen Moeller
Package: wnpp
Severity: wishlist

Subject: ITP: r-bioc-spem -- S-system parameter estimation method
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: r-bioc-spem
  Version : 1.34.0
  Upstream Author : Xinyi YANG (Developer)
* URL : https://bioconductor.org/packages/SPEM/
* License : GPL-2
  Programming Lang: GNU R
  Description : S-system parameter estimation method
 This package can optimize the parameter in S-system models
 given time series data

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-spem



Bug#1001779: It is a request

2022-03-24 Thread Geert Stappers
On Thu, Mar 24, 2022 at 12:23:16AM -0700, lepapareil wrote:
> ... our bug seems to be on hold for almost 3 months ?

No, nothing is on hold.  An request for packaging
is a request for packaging.


> Thks for your help :)

Expressing expectations is fine,
insisting on ones own expectation doesn't help.


FWIW, I only partly argee with "somebody else should do it",
thing I will do is sponsoring uploads to Debian.

On expressing expectations:  I love to see messages like

  At $URL is hurl dependency foo packaged. What is,
  beside review time, needed to get it uploaded to Debian?



Groeten
Geert Stappers
-- 
Silence is hard to parse



Bug#1008217: ITP: r-cran-flexclust -- Flexible Cluster Algorithms

2022-03-24 Thread Steffen Moeller
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-flexclust -- Flexible Cluster Algorithms
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: r-cran-flexclust
  Version : 1.4
  Upstream Author : Friedrich Leisch
* URL : https://cran.r-project.org/package=flexclust
* License : GPL-2
  Programming Lang: GNU R
  Description : Flexible Cluster Algorithms
 The main function kcca implements a general framework for
 k-centroids cluster analysis supporting arbitrary distance measures
 and centroid computation. Further cluster methods include hard
 competitive learning, neural gas, and QT clustering. There are
 numerous visualization methods for cluster results (neighborhood
 graphs, convex cluster hulls, barcharts of centroids, ...), and
 bootstrap methods for the analysis of cluster stability.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-flexclust



Processed: RFS: jimtcl/0.81+dfsg0-1 [ITA] -- small-footprint implementation of Tcl - shared library

2022-03-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 993599 by 1008215
Bug #993599 [wnpp] ITA: jimtcl -- small-footprint implementation of Tcl named 
Jim
993599 was blocked by: 1006808
993599 was not blocking any bugs.
Added blocking bug(s) of 993599: 1008215
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
993599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#993599: RFS: jimtcl/0.81+dfsg0-1 [ITA] -- small-footprint implementation of Tcl - shared library

2022-03-24 Thread Bo YU
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "jimtcl":

 * Package name: jimtcl
   Version : 0.81+dfsg0-1
   Upstream Author : [fill in name and email of upstream]
 * URL : http://jim.tcl.tk/
 * License : TCL, BSD-2-clause
 * Vcs : https://salsa.debian.org/vimerbf-guest/jimtcl
   Section : devel

The source builds the following binary packages:

  jimsh - small-footprint implementation of Tcl named Jim
  libjim-dev - small-footprint implementation of Tcl - development files
  libjim0.81 - small-footprint implementation of Tcl - shared library

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/jimtcl/

Alternatively, you can download the package with 'dget' using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/j/jimtcl/jimtcl_0.81+dfsg0-1.dsc

Changes since the last upload:

 jimtcl (0.81+dfsg0-1) experimental; urgency=medium
 .
   * Update to new upstream version 0.81
 - Bump libjim SONAME from 0.79 to 0.81
 - Rebase pacthes; drop upstream backports
 - Add debian/watch file
 .
   * Add myself as maintainer (Closes: #993599).

Regards,
-- 
  Bo YU


Processed: block 1006621 by 926714

2022-03-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 1006621 by 926714
Bug #1006621 [wnpp] ITP: boofcv -- Real-time computer vision library
1006621 was not blocked by any bugs.
1006621 was not blocking any bugs.
Added blocking bug(s) of 1006621: 933264 and 926714
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1006621: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006621
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1006621: ITP: boofcv -- Real-time computer vision library

2022-03-24 Thread Andrius Merkys
Dear Peter and Dima,

Sorry for the delay. Somehow I did not receive any mails sent to
1006...@bugs.debian.org (will subscribe), thus I only now noticed your
conversation after accidentally revisiting the bug page.

Good to meet you too, Peter!

First of all, regarding Cephis, my original reason to package BoofCV. It
depends on io, feature and visualize modules of BoofCV v0.17. AFAIK,
these should be static image analysis tools, thus stripping away more
complicated video and webcam support should make things much easier for
now. Of course, in the long run it would be nice to support video and
webcam parts of BoofCV in Debian as well.

Regarding Gradle. Debian has 4.4.1 now and updating it is complicated.
It would be nice to ask its maintainers in Debian to understand what are
the current blockers. Gradle wrapper cannot be used as downloads in the
build time are not allowed in Debian. Even more generally, Debian builds
can only rely on software which is built from source on Debian build
machines.

For now I see upgrading Gradle in Debian as the best solution to the
build issue. Simplifying/changing the build system is a viable solution
too, but I believe this would need much work and add maintenance burden
on Peter. Discussion in [1] gives me some hope Gradle will be updated
soon. I think it is worth pinging its participants.

Peter, you mention BoofCV build system downloading some JARs. Maybe we
could build these JARs in Debian as separate packages and use them in
BoofCV build? If Gradle blocker goes away, these might be the next blockers.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926714

Best wishes,
Andrius



Bug#1008207: ITP: remrun -- copy a file to a remote host and execute it there

2022-03-24 Thread Peter Pentchev
Package: wnpp
Severity: wishlist
Owner: Peter Pentchev 
X-Debbugs-Cc: debian-de...@lists.debian.org, r...@ringlet.net

* Package name: remrun
  Version : 0.2.0
  Upstream Author : Peter Pentchev 
* URL : https://gitlab.com/ppentchev/remrun/
* License : BSD-2-clause
  Programming Lang: POSIX shell
  Description : copy a file to a remote host and execute it there

 The remrun tool may be useful for one-off execution of a series of commands
 or a complicated command that does not easily lend itself to shell quoting
 and escaping via SSH. It copies the specified file to the remote host using
 SSH under a temporary filename, executes it on the remote side, then
 removes the temporary file.


signature.asc
Description: PGP signature