On Thu, Dec 28, 2023 at 05:41:52PM +0100, Guilhem Moulin wrote:
> Hi,
>
> Upstream has now released 3.2.5 which fixes the issue
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352411&styleName=Text&projectId=10510
>
> The fix can be found at
>
> https://github.com/apache
On Sun, Dec 31, 2023 at 11:45:06AM +0100, Guilhem Moulin wrote:
>
> Thanks for the fast reply! 3.2.4+debian-1.1 is now in trixie, you'll
> find the commits and tag at
> https://salsa.debian.org/lts-team/packages/xerces-c.git
>
> I also filed a MR to update your repository with that NMU:
> https:
On Sat, Apr 27, 2024 at 05:51:38PM +0200, Manny wrote:
>
> After upgrading from Bullseye to Bookworm, pwsafe crashes after
> supplying the master password. Terminal output shows:
Hi, thanks for your report.
If you have the ability to test 1.17 from testing/unstable, or 1.18 from
upstream, it wo
Hello,
On Sun, 1 Aug 2021 12:08:50 +0200 Nicolas George wrote:
> I have a tidbit of information to add:
>
> The systemd service configuration says:
>
> ExecStartPre=/usr/bin/python3 -m synapse.app.homeserver
> --config-path=/etc/matrix-synapse/homeserver.yaml
> --config-path=/etc/matrix-synap
Hello,
On Wed, 6 Oct 2021 18:00:22 +0200 Bastian Germann wrote:
> Control: block -1 by 845482
>
> On Thu, 14 Nov 2019 09:53:16 +0100 Helmut Grohne
> wrote:
>
> > * conan requires patch-ng==1.17.1, but I couldn't find it in unstable.
> >This is a fork of https://github.com/techtonik/pyth
Hi,
I'm ready to help to keep asterisk in the Debian project.
At this time I'm compiling from scratch on each new version (18 as well
as 20), I know nothing about creating packages but able to understand
the mechanism with a little help.
I'm too on community list.
Regards
--
Daniel
Hello,
now I realized, that this problem does not only affect account modifications,
but also the creation of new accounts.
I took a closer look at the problematic code in
`plugins/personal/generic/class_user.inc` around line 1355:
```
if ($this->config->get_cfg_value("core","accountPrimaryAttri
Hello,
Am Fri, 6 Sep 2024 18:17:50 -0300
schrieb Antonio Terceiro :
> Control: tag -1 + wontfix
agreed. Thank you for your consideration!
Cheers,
Lars
Hello,
On Sun, 19 Feb 2017 17:26:25 +0200 Ulyanich Michael
wrote:
>
> $ translate --help
> getopt: unrecognized option '--help'
indeed, translate acts a bit unconventionally by not supporting the "--help"
argument.
But translate's documentation ("man translate", as well as the output of
"transl
Hello,
for any interested users of matrix-synapse: the NEWS file of the matrix-synapse
package refers to the new repositories used for publishing updated packages:
> matrix-synapse (1.27.0-1~bpo10+3) buster-backports; urgency=medium
>
> Since Synapse won’t be included in Bullseye (see #982991 fo
Hello Daniel,
thanks for looking into the issue again!
Am Fri, 12 Feb 2021 11:11:58 -0500
schrieb Daniel Kahn Gillmor :
> > Due to repeated crashes, I started to collect stack traces.
>
> Are you still having these problems?
In fact the problem disappeared - probably around the time when I
Hello Cyril,
On Mon, 30 Mar 2020 20:34:41 +0200 Cyril Brulebois wrote:
> Beware, starting with bullseye (Debian 11, currently in “testing” mode),
> the security suite will be named -updates rather than
> /updates.
Thanks for the hint. This is now handled properly since Munin 2.0.65.
> I'll se
Source: ircd-hybrid
Version: 1:8.2.24+dfsg.1-1
Severity: normal
Dear Maintainer,
after upgrading a host from Stretch to Buster, ircd-hybrid fails to
start:
irc@example:~$ ircd-hybrid -foreground
ircd: version hybrid-1:8.2.24+dfsg.1-1(20180404_8492)
ircd: pid 32127
ircd: running in foregr
Hello,
the issue can be fixed by removing the check for certifacte/key files in the
init script. See the attached patch.
matrix-synapse does not require these files anymore, if tls is not configured.
Thus the init script should not check for these files.
Cheers,
Lars
--- matrix-synapse.orig 2021-
Hello,
the issue can be fixed by:
* Forcing start-stop-daemon to create the PID file.
Synapse seems to fail to do this, see
https://github.com/matrix-org/synapse/issues/9066
* removing the "--exec" match from the "stop" action
Attached you find a patch fixing these issues.
Afterwards matrix-s
Hello,
On Sun, 10 Jan 2021 17:34:57 +0100 wrote:
> * Forcing start-stop-daemon to create the PID file.
> Synapse seems to fail to do this, see
> https://github.com/matrix-org/synapse/issues/9066
indeed matrix-synapse does it properly - it just needs the "--daemonize" option.
See my updated
Hello,
On Tue, 12 Jan 2021 19:39:38 +0100 Leopold Palomo-Avellaneda
wrote:
> In any case, after upgrade to 13.5.6 artifacts are working again.
same for me: after upgrading to 13.5.6, the artifacts upload works even after
reverting my local manual workaround (see "etag.patch" above).
Thanks!
C
Hello,
Am Wed, 13 Jan 2021 13:57:07 +0100
schrieb "Andrej Shadura" :
> > indeed matrix-synapse does it properly - it just needs the "--daemonize"
> > option.
> > See my updated patch: it uses "--daemonize" (for matrix-synapse) instead of
> > "--background" (for start-stop-daemon).
> > (the remo
Hello,
I encounter the same problem (psql directly used in postinst script) during
every package upgrade.
The main problem (in my case) is the misdetection of an uninitialized database
(see "db_relations" in /usr/lib/gitlab/scripts/rake-tasks.sh).
The script checks via "psql" (locally), whether t
Hello,
On Tue, 18 Aug 2020 20:37:09 +0200 Maximilian Stein wrote:
> Since the upgrade to above mentioned version, artifact uploads from
> gitlab runners fail with an error 500.
the same error (with the same stacktrace) also occurs on my gitlab instance
after the upgrade of the Debian package (f
Hello Maximilian,
many, many thanks for debugging this issue further and for sharing your
workaround!
It works for me, too.
On Sat, 19 Dec 2020 19:04:40 +0100 Maximilian Stein wrote:
> So, right now, I do have a workaround, although I don't where the
> problem is exactly (i.e., in gitlab or in
Hello Andreas,
thank you for reporting this issue!
I prepared a change to the sensors_ plugin, that should fix the issue:
https://github.com/munin-monitoring/munin/pull/1246
I attached the changed plugin for your convenience and to avoid forcing you into
a non-free service.
Please test, whethe
Control: tags -1 +fixed-upstream
Hello Andreas,
Am Fri, 1 Nov 2019 08:37:42 +0100
schrieb Andreas Pommer :
> > Please test, whether the changed plugin works for you.
>
> I tested the attached script. First, it resulted in several error messages. I
> realized that in the first line of the scr
Hello Jo-Jo,
Am Wed, 30 Oct 2019 22:11:46 +0100
schrieb Jo-Jo :
> Could you please ensure to have this fix in the package as soon as possible?
hehe - this plugin was broken for five years - no need to hurry :)
Anyway: I (being upstream) will publish another release in the next days. Thus
the fi
Hello Laurence,
thank you for sharing your thoughts!
On Tue, 7 Jan 2020 08:54:23 + Laurence Parry wrote:
> [..]
> The [df*] section in the plugins.conf file (aka plugins-conf/munin-node)
> could contain a comment regarding this situation. That's the first place I
> went to look, to see if i
Hello Andreas,
just as Holger said: thank you for your detailed and helpful analysis!
On Fri, 7 Feb 2020 03:36:28 +0100 Andreas Henriksson wrote:
>
> When the autopkgtest is booted into sysvinit I assume there's a
> race between the munin init script starting and the actual
> tests running.
yo
Dear fellow munin maintainers,
On Sat, 03 Sep 2011 13:46:21 +0200 Ansgar Burchardt wrote:
> As libnet-irc-perl has been unmaintained since 2004, we would like to
> remove the package from Debian before the wheezy release. Please switch
> to an alternative library such as libpoe-component-irc-pe
Hallo Gregor,
On Tue, 17 Mar 2020 10:25:30 +0100 gregor herrmann wrote:
> START_ARGS="--background --notify-await --notify-timeout 15"
>
> This 15 seconds timeout is fine on my laptop but is too short on my
> old Raspberry Pis (running Raspbian but the package is just copied
> from Debian).
>
Hello Craig,
Thank you for your report!
Am Thu, 19 Mar 2020 14:14:42 +1100
schrieb Craig Sanders :
> Package: munin
> Version: 2.0.57-1
>
> At the bottom of the /etc/init.d/munin script are two lines:
>
> do_stop_cmd_override() true
> do_start_cmd_override() true
>
> This is **NOT**
Hello Cyril,
thank you for your report!
Am Tue, 17 Mar 2020 04:00:18 +0100
schrieb Cyril Brulebois :
> Problem 1: This is not reproducible.
>
> sub guess_releases() {
> …
> return keys %release_names;
> }
>
> as the various known suites will not be returned in the same ord
Hello,
On Sun, 24 Dec 2017 16:41:00 + iry wrote:
> I can definitely work on that once weasel confirms a /etc/tor/torrc file
> with only a single include line is what we expect.
This would be great!
> Also, could you please specify which directory will be used as torrc.d
> directory, weasel
tags: -1 +pending +upstream
Hello Olivier,
thank you for your report.
Indeed this property may not be handed over to "systemd-run". Thus I followed
your suggestion by skipping it:
https://github.com/munin-monitoring/munin/commit/ce8fbfaa2310af6fd93e8eb1fb345f7698202a81
Cheers,
Lars
Hello Cord,
On Wed, 9 Oct 2019 09:14:15 +0200 Cord Beermann wrote:
> The issue disappeared with a new perl package.
thank you for documenting the issue and for updating the bug status!
Cheers,
Lars
Hello Bernhard,
Am Mon, 18 Nov 2019 22:37:27 +0100
schrieb Bernhard Übelacker :
> because you mention repeating crashes which, as far as I see, are
> in different programs in different backtraces.
in fact they all happen with the same program (claws-mail). I started to collect
stack traces of i
Hello,
thank you for your quick and helpful responses!
Am Sun, 17 Nov 2019 10:33:10 -0800
schrieb Ryan Tandy :
> On Sun, Nov 17, 2019 at 05:11:13PM +0100, Lars Kruse wrote:
> > #0 0xb77acbea in ldap_unbind_ext () at
> > /usr/lib/i386-linux-gnu/libldap_r-2.4.so.2
>
> Please could you insta
Hello Bernhard,
Am Tue, 19 Nov 2019 11:55:54 +0100
schrieb Bernhard Übelacker :
> just a wild guess - is claws-mail doing these ldap queries
> in parallel in different threads? This in combination with
> the unsteady connection to the server could make two threads
> operate on the same structure
Hello Bernahrd,
Am Tue, 19 Nov 2019 14:50:13 +0100
schrieb Bernhard Übelacker :
> Another question, which version of claws-mail and plugins are you running?
> (And are they the binaries from debian or self-built?)
I use the Debian packages (current version in testing - 3.17.4-2+b1).
> Maybe a
Hello,
On Sun, 19 Sep 2010 22:29:39 +0200 Tom Feiner wrote:
> When munin-exchange was recently redesigned, there was talk about a
> sort of "apt-get" like tool to search/download plugins directly from
> munin-exchange. As far as I know this was not written yet, [..]
upstream just added such a t
Hello,
On Fri, 25 Jan 2019 15:19:15 -0500 Adam Di Carlo wrote:
>
> Jan 25 15:16:37 salsa systemd[1]: Starting LSB: OpenIPMI Driver init script...
> Jan 25 15:16:37 salsa openipmi[3081]: /etc/init.d/openipmi: 55: [: 4.17:
> unexpected operator
> Jan 25 15:16:37 salsa openipmi[3081]: Starting ipm
control: tags -1 +patch +fixed-upstream
Hello,
On Wed, 5 Jun 2019 11:02:38 +0200 Matthias Klose wrote:
> Control: reassign -1 rst2pdf
>
> not sure how that worked in the past, but flowables.py is using
> reportlab.Version without importing it.
I tracked it down for fun (with v2.6 of reportla
Hello,
On Mon, 11 Jun 2018 18:39:42 +0200 Frederik Himpe wrote:
> Personally I already have a postgresql server running on another host,
> which I want to use for gitlab, so I would prefer a suggest or recommend
> dependency instead of a hard dependency.
same for me: given the complexity of a g
Source: munin
Version: 2.999.12-1
Severity: important
Tags: upstream
Forwarded: https://github.com/munin-monitoring/munin/issues/1212
Hello,
since munin 2.999.12 the default settings for new sqlite databases
(the default database created automatically after package installation)
prevents the data
Hello Nicalos,
Am Wed, 7 Aug 2019 11:27:17 +0200
schrieb Nicolas Schier :
> > after upgrading a host from Stretch to Buster, ircd-hybrid fails to
> > start:
>
> Same for me. I could made it work again by running
>
> certtool --generate-dh-params --sec-param=medium --outfile
> /etc/ircd
Hello Paolo,
thank you for your bug report!
Am Thu, 08 Aug 2019 19:36:08 +0200
schrieb Paolo Benvenuto :
> I had munin and munin-node working well on stretch, after upgrading to buster
> munin-node service doesn't start any more.
That sounds unpleasant.
Did you already find a reason for this
Hallo Paolo,
Am Fri, 9 Aug 2019 16:12:17 +0200
schrieb Paolo Benvenuto :
> > What is the result of running "munin-node" directly (as root)?
> >
> > # munin-node
> doesn't produce any error
>
> after that:
>
> $ ps ax|grep munin
> 12471 ?Ss 0:00 /usr/bin/perl -wT /usr/sbin/munin-n
Hello Gabriel,
Am Fri, 09 Aug 2019 17:34:02 -0400
schrieb Gabriel Filion :
> I've been using the multigraph plugin for asterisk that's present in
> the munin-contrib repository for a number of years and find it nice.
>
> I was wondering if this package would be well suited for including it.
>
Hello Paolo,
Am Sat, 10 Aug 2019 16:10:38 +0200
schrieb Paolo Benvenuto :
> I killed munin-node, and then restarted the service. The log says:
>
> 2019/08/10-16:03:15 Munin::Node::Server (type Net::Server::Fork) starting!
> pid(4573)
> Resolved [*]:4949 to [::]:4949, IPv6
> Not including resolv
Hello Paolo,
Am Sat, 10 Aug 2019 22:21:42 +0200
schrieb Paolo Benvenuto :
> > The problem with creating /var/log/munin/munin-node.log seems to be the
> > culprit.
> > The directory should habe been created by the systemd component
> > "munin.tmpfile"
> > during bootup.
> > I am confused, that th
Hello Paolo,
thank for helping us finding the root cause of this problem!
Am Sun, 11 Aug 2019 10:12:36 +0200
schrieb Paolo Benvenuto :
> > I could imagine an issue with any kind of sandboxing configured on your
> > host.
>
> What is a sandboxing? I am running a server, without any chroot or an
Hello Paolo,
Am Sun, 11 Aug 2019 21:18:58 +0200
schrieb Paolo Benvenuto :
> > At the moment I suspect, that /var/log/munin is somehow symlinked on your
> > system into /tmp or /run. But this is just a very wild guess.
> >
> > actually /var/log is a symlink to /home/log
>
> Would it be the rea
Control: tags -1 pending
Hello Jean-Pierre,
Am Mon, 2 Sep 2019 11:01:19 +0200
schrieb Jean-Pierre Giraud :
> Please find attached the french debconf templates translation, proofread
> by the debian-l10n-french mailing list contributors.
thank you for your contribution!
Cheers,
Lars
Hello,
thank you for your suggestion!
Am Tue, 03 Sep 2019 17:11:55 +0200
schrieb Ferenc Wágner :
> Today I noticed that my /home mount is not graphed by the df plugin
> against my expectations. After too much debugging I realized that the
> ProtectHome=true setting in /lib/systemd/system/muni
Hello,
On Sun, 17 Mar 2019 18:39:10 +0100 bernha...@mailbox.org wrote:
> Therefore I would propose to
> - reassign this bug 914150 to libfm/1.3.0-1
> - clone it and reassign the clone to librsvg2-common/2.44.10-1
> - and close this bug 914150
this sounds reasonable to me.
In my local installat
Hello,
given the recent CVE-2021-4034 (gaining local root access via "policykit-1"), I
would like to raise this request again: it would be great, if the
libvirt-daemon-system package would reduce its hard dependency ("Depends") on
"policykit-1" to a soft dependency ("Recommends").
If I understand
Hello Olaf,
thanks for your report!
Am Thu, 16 Jan 2020 09:46:01 +0100
schrieb Olaf Zaplinski :
> Munin does not generate graphs. Please correct the default Munin
> configuration.
I am quite confident that it actually generates graphs, since this is verified
during its automated testing proced
Hello,
thank you for fixing this issue for Python 3.10!
Do you think, that this issue is relevant enough for being fixed in Bullseye?
(as hinted by the bug submitter)
Thank you for your time!
Cheers,
Lars
Hello,
On Mon, 5 Sep 2016 22:26:14 +0800 ChangZhuo Chen =?utf-8?B?KOmZs+aYjOWArCk=?=
wrote:
> I will create package for chartkick.js and use link in python-chartkick.
and indeed you created that package:
https://tracker.debian.org/pkg/chartkick.js
Thank you!
Maybe you could now replace the e
Hello Gerald,
thank you for your well-researched bug report and your patch.
I used your pach as the start for a slightly different implementation:
reversing the current logic and thus hopefully working nicely with other
implementations, as well.
Here is the commit:
https://github.com/munin-moni
Hello Marcel,
thank you for your bug report!
Am Tue, 14 Apr 2020 16:40:12 +0200
schrieb Marcel Partap :
> By default, debian's munin is not ready for switching html_strategy and
> graph_strategy to cgi because of a lack of access permission for the (apache2)
> www-data user on folders /var/lib/
Hello Olaf,
thank you for your report!
On Wed, 25 Mar 2020 06:46:24 -0500 Olaf Zaplinski wrote:
> the dependency to libtest-lwp-useragent-perl is missing:
Indeed: at the moment the relevant package (libwww-perl) was only indirectly
referenced by another "Suggest" (liblwp-useragent-determined-p
Hello,
On Sat, 10 Aug 2019 14:35:34 +0200 wrote:
> At the moment we do not really have a process, how plugins are moved into (or
> out of) munin's core repository (which is used as the base of the Debian
> packging). We will discuss this during our next weekly IRC meeting. [1]
finally we discus
Hello Roman,
On Sat, 20 Oct 2018 21:32:59 +0300 Roman Khimov wrote:
> В письме от пятница, 19 октября 2018 г. 13:20:08 MSK Вы написали:
> > Please incorporate the fix from above issue into the Debian package or
> > update Debian's version to 0.45.0 which includes the fix.
>
> Thanks for the bug
Hello Roman,
Am Fri, 27 Mar 2020 15:20:20 +0300
schrieb Roman Khimov :
> Please check this one:
> https://roman.khimov.ru/temp/deb-cutecom/cutecom_0.51.0-1.dsc
I tried it and it looks good!
(I just tested an upload via xmodem - as reported in this bug)
> It was done a year ago, but buster was
Hello Paul,
thank you for integrating my proposal so quickly!
Am Tue, 31 Mar 2020 22:03:33 +0200
schrieb Paul Gevers :
> I get errors from our pycodetest:
> paul@testavoira ~/autopkgtest $ tests/pycodestyle
> /home/paul/debian-maint/autopkgtest/virt/autopkgtest-virt-lxc:128:212:
> W605 invalid
Hello Marco,
thank you for your bug report!
Am Mon, 15 Apr 2019 04:26:28 +0200
schrieb Marco d'Itri :
> Package: munin-plugins-core
> Version: 2.0.47-1
> Severity: normal
> Tags: upstream newcomer patch
>
> The netstat plugin does not report anymore the value of active.value
> because the out
Hello Steve,
Am Fri, 12 Apr 2019 22:28:21 -0700
schrieb Steve Langasek :
> Package sysvinit-core is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> However the following packages r
Control: tags -1 + fixed-upstream
Hello Gerald,
On Mon, 29 Apr 2019 14:47:32 -0700 Gerald Turner wrote:
> Attached patch that removes the insanely large ‘max' value.
Thank you for providing a fix for this issue. I committed it upstream (to be
released with v2.0.48):
https://github.com/munin
Control: forwarded -1 https://github.com/munin-monitoring/munin/issues/1175
Control: tags -1 +fixed-upstream
Hello,
On Sat, 11 Feb 2012 10:40:28 +0100 Petter Reinholdtsen wrote:
> Well, unless you can show me an example munin-node.conf file setting the
> reverse_lookups argument to Net::Server,
Hello,
thanks for this bug report: I was confused by this recent inconvenience, too.
Just for your information, here are some related bug reports:
* d#1041731: groff started to insist on proper usage of `-` vs. `\-`:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041731
* gnupg T6674: usa
Hello,
downgrading `optclient` to the bookworm version (which implies the installation
of libcotp12) fixes the problem for me.
(please note, that *new* OTP keys created in a newer version of otpclient need
to be discarded and created again)
I just opened an upstream issue [1] for otclient regard
Package: libpt-dbg
Version: 2.10.10~dfsg-4.1
Severity: normal
There are no debugging symbols: 'objdump --debugging' shows nothing.
GDB also reports 'no debugging symbols found' when running with 'set
verbose on':
Reading symbols from /usr/lib/libpt.so.2.10.10...Reading symbols from
/usr/lib/debu
> Error while parsing 'asterisk-config|1:13.3.0-acos1+o0' as version: epoch in
> version is not number
I don't think that '|' character is allowed in the names by design.
But I've encountered another unrelated problem when syncing.
The conf/updates file (package name is in the mirror.packages):
ATTENTION: I have no idea of what I'm doing
fixing update/sync:
diff --git a/upgradelist.c b/upgradelist.c
index 272b46c..8ee0de2 100644
--- a/upgradelist.c
+++ b/upgradelist.c
@@ -126,7 +126,7 @@ static retvalue save_package_version(struct upgradelist
*upgrade, const char *pa
if
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending
#
# exiftags (1.01-3) unstable; urgency=low
#
# * debian/rules:
#- Removed '.PHONY' entry for binary-arch and binary-indep.
# (Closes: #496032)
#
package exiftags
tags 496032 + pending
--
To UNSUBS
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending
#
# html2text (1.3.2a-10) experimental; urgency=low
#
# * debian/patches:
#- 220-nobs-when-stdout-is-a-tty.patch: deleted, useless now, since
# backspaces are not produced at all.
#- 400-remove-buil
tag 732743 + pending
thanks
Some bugs in the fontforge package are closed in revision
45113dd2e21ae1abbfedf624b5c5006c923572ab in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fontforge.git;a=commitdiff;h=45113dd
Commit message:
tag 730800 + pending
thanks
Some bugs in the fonts-levien-museum package are closed in revision
c4661e305c81106954962ca1b804e90a4f17905e in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-levien-museum.git;a=commitdiff;h=c4661e
tag 736208 + pending
thanks
Some bugs in the fonts-oflb-asana-math package are closed in revision
fbbbd506be282ab20fb30e8efd0a659758846234 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-oflb-asana-math.git;a=commitdiff;h=fb
tag 737965 + pending
thanks
Some bugs in the fonts-freefont package are closed in revision
4e5d91b87b29835b309190bd5d357b9c5618053c in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-freefont.git;a=commitdiff;h=4e5d91b
Commit
tag 727880 + pending
thanks
Some bugs in the grcompiler package are closed in revision
fe34222695f1a5b8c7c422479db7860f0c718d67 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/grcompiler.git;a=commitdiff;h=fe34222
Commit message:
tag 726605 + pending
thanks
Some bugs in the open-font-design-toolkit package are closed in
revision 9896d0c3881fc8e783c601c29776ea2d0b2403ed in branch 'master'
by Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/open-font-design-toolkit.git;a=commitdif
tag 687043 + pending
thanks
Some bugs in the fonts-arphic-uming package are closed in revision
c36b3241be87d532f92f027be5df5a58097955cc in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-arphic-uming.git;a=commitdiff;h=c36b324
tag 723013 + pending
thanks
Some bugs in the fonts-sil-charis package are closed in revision
7b14705e6e29866f510557b88f80387afa364657 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-sil-charis.git;a=commitdiff;h=7b14705
Com
tag 728509 + pending
thanks
Some bugs in the fonts-arphic-uming package are closed in revision
54ce1606ff7358a3392195da92d10f4c4d0cde24 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-arphic-uming.git;a=commitdiff;h=54ce160
tag 730797 + pending
thanks
Some bugs in the fonts-komatuna package are closed in revision
e708a4220acd49bead39c1e2f106792f1471652e in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-komatuna.git;a=commitdiff;h=e708a42
Commit
tag 730891 + pending
thanks
Some bugs in the fonts-junicode package are closed in revision
ac03aa2edb3501f18b5d7ccfd7dd30c1e4f4fff0 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-junicode.git;a=commitdiff;h=ac03aa2
Commit
tag 750884 + pending
thanks
Some bugs in the fonts-android package are closed in revision
4dabc8fd8140e9ae6a1548e587adc038720d0f01 in branch 'master' by
Vasudev Kamath
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-android.git;a=commitdiff;h=4dabc8f
Commit messa
tag 737105 + pending
thanks
Some bugs in the fonts-android package are closed in revision
7d598194cf48043fa12f2e57907141bdf94d0dab in branch 'master' by
Vasudev Kamath
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-android.git;a=commitdiff;h=7d59819
Commit messa
tag 744877 + pending
thanks
Some bugs in the shadow package are closed in revision
25cba03d2dac565fab667884bf711439f9a70544 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=25cba03
Commit message:
Fi
tag 583971 + pending
thanks
Some bugs in the shadow package are closed in revision
7573a1f68487de0ae60c06922da4c37c8e5604cf in branch 'master' by Micah
Anderson
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=7573a1f
Commit message:
Updat
tag 739981 + pending
thanks
Some bugs in the shadow package are closed in revision
13f031cd67eafa1e497cfc438ba8a3f9747a699c in branch 'master' by Micah
Anderson
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=13f031c
Commit message:
Add d
tag 730801 + pending
thanks
Some bugs in the fonts-migmix package are closed in revision
1ed8a7c7b2891fa1abaf4c32c34e687c8e07b6c2 in branch 'master' by Youhei
SASAKI
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-migmix.git;a=commitdiff;h=1ed8a7c
Commit message:
tag 743034 + pending
thanks
Some bugs in the fonts-font-awesome package are closed in revision
b2d49f77dfbbdd80117b27c50fba3ab6f23f478f in branch 'master' by
Vasudev Kamath
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-font-awesome.git;a=commitdiff;h=b2d49f7
Co
tag 745774 + pending
thanks
Some bugs in the shadow package are closed in revision
5fc7602f3e53ce311a6c51754341616ee7adc536 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=5fc7602
Commit message:
En
tag 741129 + pending
thanks
Some bugs in the shadow package are closed in revision
60c957160599fca662ce21f78fa790c6a441c1a6 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=60c9571
Commit message:
us
tag 747115 + pending
thanks
Some bugs in the shadow package are closed in revision
4a2fadfa215ae12a7d455866950afd96bb1710ad in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=4a2fadf
Commit message:
Fi
tag 747313 + pending
thanks
Some bugs in the shadow package are closed in revision
2fb68149d6b0e3593726c4770f61278190748fec in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=2fb6814
Commit message:
Mo
tag 725793 + pending
thanks
Some bugs in the shadow package are closed in revision
4ea39732002aa50aa5372f0a2749c643975242c3 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=4ea3973
Commit message:
Up
tag 734609 + pending
thanks
Some bugs in the shadow package are closed in revision
dedf96dd6f17b4e953b2befbf2db33430ea9abc8 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=dedf96d
Commit message:
Fi
tag 730692 + pending
thanks
Some bugs in the shadow package are closed in revision
11e8de1be1afb4171929f82756f8d348425c6d28 in branch 'master' by
Christian Perrier
The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-fonts/shadow.git;a=commitdiff;h=11e8de1
Commit message:
Fi
1 - 100 of 220 matches
Mail list logo