Hi,
My work is available here:
https://salsa.debian.org/Peutch-guest/vcmi
and my point is about its Salsa CI reprotest failure.
It seems to be due to the following diff.
I'm too junior a packager to solve this problem.
Best,
Patrice
$ diffoscope control/source-root/vcmi_1.6.3+dfsg-1+salsaci+202
On Wed, Dec 11, 2024 at 12:18:00PM +0100, Andreas Tille wrote:
> I think I've solved the original autoconf issue that was causing bug
> #1075323 and also fixed some missing includes. However, there is some
> remaining issue since autoheader creates some broken includes/config.h
> file which does n
undeclared (first use in this
function)
141 | char * networks = ETC_NSTREAMS_NETWORKS;
|^
I've injected the packaging into Salsa[1] and you can see the full
build log in Salsa CI[2].
Any help is welcome
Andreas.
[1] https://salsa.d
Control: tags -1 - help
On Sun, Dec 08, 2024 at 02:18:26PM +0100, Andreas Tille wrote:
> I confirm the problem persists and I have no idea how to avoid the test
> triggering
>
> checking if "localhost" resolves... no
> configure: error: can't figure out gethostbyna
Control: tags -1 confirmed
Control: tags -1 help
Thanks
Hi,
I confirm the problem persists and I have no idea how to avoid the test
triggering
checking if "localhost" resolves... no
configure: error: can't figure out gethostbyname_r() since localhost doesn't
resolve
Phil Wyett wrote on 03/12/2024 at 05:32:59+0100:
> Morning Soren, Gianfranco , Bastian , Tobias and all,
>
> Six months have passed (disallowing me from applying) and I may be
> able to make an application as a DD now.
>
> I ask humbling asking for advocates and support as begin this process.
>
>
On Tue, 2024-12-03 at 04:32 +, Phil Wyett wrote:
> Morning Soren, Gianfranco , Bastian , Tobias and all,
>
> Six months have passed (disallowing me from applying) and I may be able to
> make an application as a DD now.
>
> I ask humbling asking for advocates and support as begin this process
On Tue, 2024-12-03 at 08:26 +, Arif Ali wrote:
> I can't advocate, as I am neither a DM or DD.
>
> I recently took on maintainership of sosreport package, and without the
> through triaging and help from Phil, I
> don't think I would have got to the point where
I can't advocate, as I am neither a DM or DD.
I recently took on maintainership of sosreport package, and without the
through triaging and help from Phil, I don't think I would have got to
the point where I am. Now, the work I am doing, I already have a one-to-one
relationship with a
Morning Soren, Gianfranco , Bastian , Tobias and all,
Six months have passed (disallowing me from applying) and I may be able to make
an application as a DD now.
I ask humbling asking for advocates and support as begin this process.
Regards
Phil
--
Donations...
Buy Me A Coffee: https://buym
On Mon, Nov 11, 2024 at 03:45:51PM +, Aaron Boxer wrote:
> Hi Andrey,
>
> Thanks, I do have a sponsor, just have not had a response from him.
Then you should use the RFS mechanism.
--
WBR, wRAR
signature.asc
Description: PGP signature
> I have uploaded my latest package here:
> > https://mentors.debian.net/package/libgrokj2k/
> > I would greatly appreciate help uploading the package to unstable
>
>
> Please use the RFS mechanism.
>
> --
> WBR, wRAR
On Mon, Nov 11, 2024 at 01:43:19PM +, Aaron Boxer wrote:
> Dear Mentors,
>
> I have uploaded my latest package here:
> https://mentors.debian.net/package/libgrokj2k/
> I would greatly appreciate help uploading the package to unstable
Please use the RFS mechanism.
Dear Mentors,
I have uploaded my latest package here:
https://mentors.debian.net/package/libgrokj2k/
I would greatly appreciate help uploading the package to unstable
Many Thanks,
Aaron
>> Dear Mentors,
>
>> I have uploaded my latest package here:
>> https://mento
Hi,
On Wed, 06 Nov 2024 at 09:31:36 +0900, Charles Plessy wrote:
> So if you know a good way to enable debci to provide the needed locale
> to debci, please let me know.
I believe that the thread starting with
https://lists.debian.org/msgid-search/yqgfe7ef7wux9...@torres.zugschlus.de
was for test
Hello,
we have a package, r-cran-dplyr, that runs the upstream test suite as
part of its autopkgtests. Unfortunately it fails when it tries to set
the en_US locale to test support of non-UTF locales; maybe it is not
available in the default environment of debci? Do people know a way to
make en_U
On 2024-09-16, at 21:49:23 +0200, Andreas Tille wrote:
> Am Mon, Sep 16, 2024 at 04:17:10PM +0100 schrieb Jeremy Sowden:
> >
> > wget2 seems to rely heavily on gnulib, so you'll need a build-dep on
> > that. It includes a bootstrap script which pulls in the code it
> > requires from gnulib and ne
Hi Jeremy,
Am Mon, Sep 16, 2024 at 04:17:10PM +0100 schrieb Jeremy Sowden:
>
> wget2 seems to rely heavily on gnulib, so you'll need a build-dep on
> that. It includes a bootstrap script which pulls in the code it
> requires from gnulib and needs to be run before dh_autoreconf.
>
> Patch attach
On 2024-09-16, at 15:18:27 +0200, Andreas Tille wrote:
> Am Mon, Sep 16, 2024 at 12:23:36PM +0100 schrieb Jeremy Sowden:
> > Try this patch.
>
> Works.
>
> Thanks a lot for the quick help
A quick follow-up now I have more time. The definition of `struct
input_event` in /usr/
On 2024-09-16, at 16:16:10 +0200, Andreas Tille wrote:
> I intend to try the latest version of wget2. To build it I've created a
> fork but it does not build as you can see in Salsa CI[1]. I fiddled
> around with some patches for automake but obviously with no success.
>
&g
ut I guess the
trivial debian/rules patch might
help a bit.
Thanks.--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,5 @@
%:
dh $@
-override_dh_condfigure:
- dh_configure -- --enable-fsanitize-ubsan=no
+override_dh_auto_configure:
+ dh_auto_configure -- --enable-fsanitiz
Hi,
I intend to try the latest version of wget2. To build it I've created a
fork but it does not build as you can see in Salsa CI[1]. I fiddled
around with some patches for automake but obviously with no success.
Any help would be welcome.
Kind regards
Andreas.
[1]
Hi Jeremy,
Am Mon, Sep 16, 2024 at 12:23:36PM +0100 schrieb Jeremy Sowden:
> Try this patch.
Works.
Thanks a lot for the quick help
Andreas.
--
https://fam-tille.de
On 2024-09-16, at 12:32:59 +0200, Andreas Tille wrote:
> Control: tags -1 help
> Control: tags -1 confirmed
> Thanks
>
> Hi,
>
> since input-utils showed up as Bug of the Day[1] I worked down the list
> of bugs including upgrading to latest upstream. Unfortunately the F
Control: tags -1 help
Control: tags -1 confirmed
Thanks
Hi,
since input-utils showed up as Bug of the Day[1] I worked down the list
of bugs including upgrading to latest upstream. Unfortunately the FTBFS
for several 32bit architectures (not only armhf) remains[2].
Since I have no experience
...
> == How can you help? (doc: https://wiki.debian.org/how-can-i-help ) ==
>
> New packages where help is needed, including orphaned ones (from WNPP):
> - png23d - https://bugs.debian.org/1079265 - O (Orphaned)
> - Show old opportunities as well as new ones: how-can-i-
On Wednesday, August 28, 2024 1:35:06 AM MST dblmr wrote:
> at the end of the install messages. Then I went back to the instructions,
and
> it said to get the upstream source code in the form of a tar.gz file. My
> question is this, wouldn't I just find a git repository and clone it these
> days?
On 28/08/2024 09:35, dblmr wrote:
wouldn't I just find a git repository and clone it these days?
You can clone the git repository from here
https://salsa.debian.org/debian/png23d
Regards,
Peter
ing useful.) I think I'm probably
just too retarded to be able to use info.
So then I decided to forge ahead. I found the latest orphaned package, which was
png23d
and installed it, which seemed to work, maybe. I got the following:
Processing triggers for man-db (2.11.2-2) ...
== H
On 25/08/2024 16:38, dblmr wrote:
My Spanish is very good, and English is my native language. I
could certainly do menial programming tasks, or help with
documentation or editing web pages.
Hi Mark,
its very likely that the Spanish translation team could do with more help.
You
s,
> > > Mark Opie
> > >
> > > Mark Opie
> >
> > Hi,
> >
> > A few to get you going.
> >
> > https://www.debian.org/devel/
> >
> > https://www.debian.org/doc/devel-manuals
> >
> > https://wiki.debian.org/ho
>
> https://www.debian.org/devel/
>
> https://www.debian.org/doc/devel-manuals
>
> https://wiki.debian.org/how-can-i-help
>
> https://www.debian.org/devel/wnpp/
>
> Regards
>
> Phil
Phil probably assumes you have already found it because you posted to
gt; >
> > > Good Morning,
> > >
> > > I have a good familiarity with basic operation of emacs and git, and have
> > > dabbled in various programming languages including Perl, Shell scripting,
> > > Python and many others. My Spanish is very good, and
d git, and have
> > dabbled in various programming languages including Perl, Shell scripting,
> > Python and many others. My Spanish is very good, and English is my native
> > language. I could certainly do menial programming tasks, or help with
> > documentation or ed
od, and English is my native
> language. I could certainly do menial programming tasks, or help with
> documentation or editing web pages. I love Debian software and values. If
> anyone would like to discuss ways I could potentially help out, feel free to
> email me directly.
I’m excited
, or help with
documentation or editing web pages. I love Debian software and values. If
anyone would like to discuss ways I could potentially help out, feel free to
email me directly.
Sincerely,
Mark Opie
Sent with [Proton Mail](https://proton.me/) secure email.
; On Wed, Jul 17, 2024 at 7:01 PM Manuel Guerra
> >
> > wrote:
> >> Hi Adam, if you want you can write me at whatsapp. I could help you to
> >> upload your package +541173681201
> >>
> >> Regards
> >
> > --
> >
> > Ada
thing more to do for bashbro_1.06-1_source.changes
Any idea what's going on?
Thanks
On Wed, Jul 17, 2024 at 7:09 PM Adam Danischewski <
adam.danischew...@gmail.com> wrote:
Thanks, I will.
On Wed, Jul 17, 2024 at 7:01 PM Manuel Guerra
wrote:
Hi Adam, if you want you can write me at whats
s, I will.
>
> On Wed, Jul 17, 2024 at 7:01 PM Manuel Guerra
> wrote:
>
>> Hi Adam, if you want you can write me at whatsapp. I could help you to
>> upload your package +541173681201
>>
>> Regards
>>
>
>
> --
>
> Adam Michael Danischewski
Doxyfile.orig Doxyfile
-mv libsquish.pc.in.orig libsquish.pc.in
dh_clean
Does that help?
Wookey
--
Principal hats: Debian, Wookware, ARM
http://wookware.org/
signature.asc
Description: PGP signature
and I am not sure if there;s
a good reason for that?
> > In any case, I am not sure how to proceed from here (the error with
> > lrelease). Can anyone help out, please? My changes are available in
> > salsa at: https://salsa.debian.org/go-team/packages/riseup-vpn
> >
> &g
een omitted in this release.
>
> I am also puzzled with different paths for the same binaries across qt
> versions
> for instance qmlcachegen is:
>
> qt6-declarative-dev-tools: /usr/lib/qt6/libexec/qmlcachegen
> qtdeclarative5-dev-tools: /usr/lib/qt5/bin/qmlcachegen
>
can co-install the dev tools for multiple releases
of QT.
> In any case, I am not sure how to proceed from here (the error with
> lrelease). Can anyone help out, please? My changes are available in
> salsa at: https://salsa.debian.org/go-team/packages/riseup-vpn
>
> I&
ev-tools: /usr/lib/qt5/bin/qmlcachegen
Why is that?
In any case, I am not sure how to proceed from here (the error with lrelease).
Can anyone help out, please?
My changes are available in salsa at:
https://salsa.debian.org/go-team/packages/riseup-vpn
I'd appreciate any pointers.
Best,
Nilesh
On Sat, May 04, 2024 at 03:44:45AM +, james smith wrote:
> I am trying to package ly[1] I got everything up to the rules part, I am
> stuck thinking on how to edit/make the makefile, if you have any tips or
> tools that can make this a easier process, I would be much grateful
You don't normally
I am trying to package ly[1] I got everything up to the rules part, I am
stuck thinking on how to edit/make the makefile, if you have any tips or
tools that can make this a easier process, I would be much grateful
[1]https://github.com/fairyglade/ly
Hi Soren,
On 2024-05-03 01:12, Soren Stoutner wrote:
I am very much not a uscan expert, but the attached watch file appears to do
what you want.
Key changes are:
1. Adding a dversionmangle line to each entry that modifies the Debian version
number to extract the information that should be use
fter 'no matching hrefs for version' in the
> error message).
>
> I would appreciate any help with this.
>
> [1] https://salsa.debian.org/merkys/vst3sdk/-/raw/master/debian/watch
>
> Best,
> Andrius
--
Soren Stoutner
so...@debian.orgversion=4
opts="f
age).
I would appreciate any help with this.
[1] https://salsa.debian.org/merkys/vst3sdk/-/raw/master/debian/watch
Best,
Andrius
On Sat, Mar 30, 2024 at 03:32:53PM -0400, Qianqian Fang wrote:
> info: Hint: make sure the version in debian/changelog matches the unpacked
> source tree
You should do this.
> for pybj, ci tasks finished ok, but the test-crossbuild-arm64 job failed
>
> https://salsa.debian.org/science-team/pybj/-
;dpkg-buildpackage:
error: dpkg-source -b . subprocess returned exit status 2
for pybj, ci tasks finished ok, but the test-crossbuild-arm64 job failed
https://salsa.debian.org/science-team/pybj/-/pipelines/659410
I am wondering if anyone can help me resolve these issues - was there
any probl
On 23.02.24 01:15, Soren Stoutner wrote:
Hello,
Try the following:
That worked fine. Many thanks!
Hilmar
opts="searchmode=plain,repack,compression=xz,repacksuffix=+ds1,dversionmangle=s/
\+ds1//, \
pgpsigurlmangle=s%$%.asc%" \
https://api.github.com/repos/silnrsi/teckit/releases \
https://g
t@any_vers...@.tar.gz
On Thursday, February 22, 2024 3:59:18 PM MST Hilmar Preuße wrote:
> Hello,
>
> I could need some help with a debian/watch file [1]. The file is mostly
> not written by me, I just replaced just some regexes to introduce the
> correct versioning scheme. When running
Hello,
I could need some help with a debian/watch file [1]. The file is mostly
not written by me, I just replaced just some regexes to introduce the
correct versioning scheme. When running "uscan -vv" it downloads
correctly upstreams tar ball, the pgp is checked and the t
Le 31/12/2023 à 18:16, Andrey Rakhmatullin a écrit :
On Sun, Dec 31, 2023 at 05:25:24PM +0100, Patrick ZAJDA wrote:
First of all, I switched to the branch debian/stable/master where last
bookworm backport is.
Then I merged the tag debian/2.0.18-1 to have all commits until the version
I wish t
On Sun, Dec 31, 2023 at 05:25:24PM +0100, Patrick ZAJDA wrote:
> First of all, I switched to the branch debian/stable/master where last
> bookworm backport is.
>
> Then I merged the tag debian/2.0.18-1 to have all commits until the version
> I wish to backport.
>
> Firstly, when running gbp dch -
ng.
I made a merge request [2] because I am not sure at all, I only feel I
made disorder.
I have already proposed some backports before, not using GBP. I thought
I would have understood by reading some docs I found but I really need
help to understand why and what I did wrong and how to d
Am Tue, Nov 07, 2023 at 01:55:49PM - schrieb Sune Vuorela:
> target_link_libraries(test PRIVATE Catch2::Catch2WithMain)
Thanks a lot. This was exactly the hint I needed.
Kind regards
Andreas.
--
http://fam-tille.de
Hi, you may want to see #1054706.
Best wishes,
Jerome
On 07/11/2023 14:18, Andreas Tille wrote:
Hi,
as per bug #1054707 libodsstream failed to build from source due to
/<>/test/test_ods.cpp:3:10: fatal error: catch2/catch.hpp: No
such file or directory
3 | #include
|
On 2023-11-07, Andreas Tille wrote:
> I noticed that catch2 does not contain the header file catch.hpp any
> more. There is now some catch_all.hpp. So I replaced this header file
> in a patch[1] but obviously this problem can't be solved by pure wild
> guessing since this has lead to
>
>/us
Hi Petr,
Am Tue, Nov 07, 2023 at 02:41:00PM +0100 schrieb Petr Kubánek:
> catch2 is a bit complicated story. Look on GitHub, unfortunately catch2 v2.x
> changed headers, just for catch2 v3.x to change it back. Best is to use catch2
> v3.x, but that comes with a static library you need to link ASIK
Hi Andreas,catch2 is a bit complicated story. Look on GitHub, unfortunately catch2 v2.x changed headers, just for catch2 v3.x to change it back. Best is to use catch2 v3.x, but that comes with a static library you need to link ASIK.PetrDne 7. 11. 2023 14:18 napsal uživatel Andreas Tille :Hi,
as
Hi,
as per bug #1054707 libodsstream failed to build from source due to
/<>/test/test_ods.cpp:3:10: fatal error: catch2/catch.hpp: No
such file or directory
3 | #include
| ^~
compilation terminated.
I noticed that catch2 does not contain the header file c
On Tue, 2023-11-07 at 02:02 +0100, Santiago Vila wrote:
> Hi.
>
> A similar bug which was fixed in a similar way:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052859#40
>
> See what Aurelien Jarno (glibc maintainer) said:
> > I have seen that in the meantime you have done a new upload
Hi.
A similar bug which was fixed in a similar way:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052859#40
See what Aurelien Jarno (glibc maintainer) said:
I have seen that in the meantime you have done a new upload with the
en_US.UTF-8 locale, that's a perfectly valid workaround.
Than
Hi all,
I'm working on fixing bug #1052803 for golang-github-gosexy-gettext.
That package's tests started failing, and I'm pretty sure it was caused
by the upload of src:glibc 2.37-8 which backported a patch from bug
#874160 that treats language encodings like C.UTF-8 as the C locale.
This ch
;/builds/med-team/libucsc/debian/output/source_dir'
G.
Il venerdì 15 settembre 2023 alle ore 12:56:32 CEST, Andreas Tille
ha scritto:
Hi,
I'm trying to build libucsc which fails to build[1]. I suspect this is
due to an ABI change in libssl 1.1 to 3.x. Any help how to fix thi
Hi,
I'm trying to build libucsc which fails to build[1]. I suspect this is
due to an ABI change in libssl 1.1 to 3.x. Any help how to fix this
would be really apreciated.
Kind regards
Andreas.
[1] https://salsa.debian.org/med-team/libucsc/-/pipelines/579427
--
http://fam-tille.de
f `conffile.l` and it need already has to runes to
> include config.h where I would have assumed you needed to
> (https://salsa.debian.org/med-team/eegdev/-/blob/master/src/core/conffile.l#L24).
>
> A bit of searching found the following flex upstream bug:
>
> * https://gith
f `conffile.l` and it need already has to runes to
> include config.h where I would have assumed you needed to
> (https://salsa.debian.org/med-team/eegdev/-/blob/master/src/core/conffile.l#L24).
>
> A bit of searching found the following flex upstream bug:
>
> * https://github.c
/-/blob/master/src/core/conffile.l#L24).
A bit of searching found the following flex upstream bug:
* https://github.com/westes/flex/issues/564
Which seems related. Hopefully, it can help you.
Best regards,
Niels
lease include config.h first."
> > > > >| ^
> > >
> > > The lexed file conffile.lex.c seems to include some stuff before
> > > config.h is included which is causing it to choke.
> > >
> > > I'm not acquainted with lexer
Niels Thykier:
[...]
Hi,
[...]
I believe that this is stdio.h is generated by the embedded gnulib copy
and that is as far as I am willing to debug that rabbit hole. Based on
the error, I assume gnulib's generated stdio.h requires the project
specific "config.h" to be loaded first.
[...]
Be
first."
64 | #error "Please include config.h first."
| ^
The lexed file conffile.lex.c seems to include some stuff before
config.h is included which is causing it to choke.
I'm not acquainted with lexers and not sure what causes this. I'd
appreciate any help.
: #error "Please include config.h first."
>> >64 | #error "Please include config.h first."
>> > | ^
>
>The lexed file conffile.lex.c seems to include some stuff before
>config.h is included which is causing it to choke.
>
>I'm no
On Mon, Jul 10, 2023 at 05:11:39PM +0200, José Luis Blanco-Claraco wrote:
> Thanks a lot, Andrey, for the time analyzing the problems here, and
> for the clarifications. I thought libpython was like "libc" for
> python...
It is, but as extensions are loadable plugins, they are fine with symbols
bei
libmrpt-serialization2.9 (>=
1:2.10.1~20230709-1304-git-1ea114bb~lunar), libmrpt-slam2.9 (>=
1:2.10.1~20230709-1304-git-1ea114bb~lunar), libmrpt-system2.9 (>=
1:2.10.1~20230709-1304-git-1ea114bb~lunar), libmrpt-tfest2.9 (>=
1:2.10.1~20230709-1304-git-1ea114bb~lunar), libmrpt-topography
On Mon, Jul 10, 2023 at 11:22:05AM +0200, José Luis Blanco-Claraco wrote:
> On Mon, Jul 10, 2023 at 11:09 AM Andrey Rakhmatullin wrote:
> > No, as it says "phyton3".
> > (I would also expect that using appropriate substvars here is better than
> > writing deps manually)
>
> I know, and added ${py
On Mon, 10 Jul 2023 01:19:38 -0700, JOSE LUIS BLANCO CLARACO wrote:
> I attach the output of "dpkg -I" for the final binary package, where
> the "Depends: python3" is visible,
Copied from the attached file:
Depends: phyton3
phyton3 != python3
:)
Cheers,
gregor
--
.''`. https://info.co
On Mon, Jul 10, 2023 at 11:09 AM Andrey Rakhmatullin wrote:
> No, as it says "phyton3".
> (I would also expect that using appropriate substvars here is better than
> writing deps manually)
I know, and added ${python3:Depends} and ${shlibs:Depends}, but
"dh-python" seems not to add any substvars,
On Mon, Jul 10, 2023 at 11:02 AM gregor herrmann wrote:
> phyton3 != python3
> :)
hahaha, I knew more eyeballs would be helpful!
Thanks a lot, Gregor, that solves the mystery :-)
On Mon, Jul 10, 2023 at 01:19:38AM -0700, JOSE LUIS BLANCO CLARACO wrote:
> [2]. I attach the output of "dpkg -I" for the final binary package, where
> the "Depends: python3" is visible
No, as it says "phyton3".
(I would also expect that using appropriate substvars here is better than
writing deps
uot; is visible, so I don't know if this is a lintian
false positive or I'm missing something... hopefully you can help me out
with this! :-)
Also, any help looking at the d/control section for the new python3 package
in [2] to spot any possible problem would be appreciated!
Cheers,
J
mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
builddeps
elor's in Computer Science at ABESIT Ghaziabad,
> >India.
> >
> >I am interested in Dev-Ops and Full-Stack side of things and I have built
> >many projects where I have utilized my knowledge.
> >
> >Now coming to the help part
> >
> >I'm on a W
7;s GSoC program as
>a mentee. I am doing my Bachelor's in Computer Science at ABESIT Ghaziabad,
>India.
>
>I am interested in Dev-Ops and Full-Stack side of things and I have built
>many projects where I have utilized my knowledge.
>
>Now coming to the help part
>
>
ested in Dev-Ops and Full-Stack side of things and I have built
> many projects where I have utilized my knowledge.
>
> Now coming to the help part
>
> I'm on a Windows machine and I have WSL enabled I'm using Ubuntu since
> Debian has many packages I would like to contr
tilized my knowledge.
Now coming to the help part
I'm on a Windows machine and I have WSL enabled I'm using Ubuntu since
Debian has many packages I would like to contribute to Python and C code.
and I would prefer to work in my WSL ubuntu distro since it's closer to
Debian than Windows.
Piuparts tests, among other things, upgrades. So, it tries installing the old
version, upgrading to the current version, and checking for errors during that
process. In your case, as the old version is uninstallable, you can ignore
this as a known problem.
On Tuesday, January 17, 2023 6:45:52
Thanks very much for the response.
On Mon, Jan 16, 2023 at 10:47 AM Adam Borowski wrote:
>
> On Sun, Jan 15, 2023 at 04:20:35PM +0100, Stephen Sinclair wrote:
> > I have been trying to make an update to my package "siconos".
> > However, in the Salsa build, which nicely runs all tests, it fails o
On Sun, Jan 15, 2023 at 04:20:35PM +0100, Stephen Sinclair wrote:
> I have been trying to make an update to my package "siconos".
> However, in the Salsa build, which nicely runs all tests, it fails on
> "piuparts".
> I am confused, because it fails with the following error:
>
> > The following p
On Sun, Jan 15, 2023 at 04:20:35PM +0100, Stephen Sinclair wrote:
> I have been trying to make an update to my package "siconos".
> However, in the Salsa build, which nicely runs all tests, it fails on
> "piuparts".
>
> The job log is here:
> https://salsa.debian.org/science-team/siconos/-/jobs/37
ting this
"< 3.11" constraint from.
Any help would be appreciated, thank you.
Steve
I made a new interim change with the Ubuntu / PopOS / BeagleBone /
KaliLinux rules.
(some also apply to Debian proper)
https://mentors.debian.net/package/cruft-ng/
> Please review the current package. 0.9.49
>
> > Please upload a source package to mentors.debian.net or elsewhere
> > and I will re
Hi again,
Please review the current package. 0.9.49
https://mentors.debian.net/package/cruft-ng/
It's in a really good shape and can also be trivially backported to Bullseye.
Greetings
> Please upload a source package to mentors.debian.net or elsewhere
> and I will review and upload the packag
On Fri, Nov 25, 2022 at 06:14:57PM +0500, Andrey Rahmatullin wrote:
> On Fri, Nov 25, 2022 at 10:23:26PM +1100, David Bannon wrote:
> > OK, my dput.cf has "fqdn = mentors.debian.net", I assumed that was that was
> > for.
> It has it in a section named "mentors" and you didn't tell dput to use
> tha
On Fri, Nov 25, 2022 at 10:23:26PM +1100, David Bannon wrote:
> OK, my dput.cf has "fqdn = mentors.debian.net", I assumed that was that was
> for.
It has it in a section named "mentors" and you didn't tell dput to use
that section.
And https://mentors.debian.net/intro-maintainers/ tells to both cre
On 25/11/22 21:54, Mattia Rizzolo wrote:
You are not uploading to mentors, but to ftp-master, which will silently
discard your uploads.
You need to specify an upload target, since the default is ftp-master,
like so:
dput mentors tomboy-ng_0.35-1_source.changes
OK, my dput.cf has "fqdn =
Hi David,
Do you want to upload to mentors for someone else to review and upload
your package, or you have already upload rights?
> dbannon@debTestMate:~/Build35qt5$ dput tomboy-ng_0.35-1_source.changes
Assuming you have a "mentors" section correctly configured in your
/etc/dput.cf, try
$ dput
On Fri, Nov 25, 2022 at 09:37:53PM +1100, David Bannon wrote:
> Trying to upload package to ftp-master (ftp.upload.debian.org)
You need to upload to mentors.d.n, not to ftp.upload.d.o
--
tobi
1 - 100 of 2640 matches
Mail list logo