Re: String freeze for Squeeze?

2010-08-17 Thread Sven Joachim
Am 17.08.2010 um 17:46 schrieb Helge Kreutzmann: > Hello, > is there an ETA for string freeze for Squeeze? Some recent > developments (including their strings) where only briefly visible > in master before beeing uploaded to sid, leaving translators without > much time to update their po files. >

Re: Pre-approval request for dpkg sync() changes for squeeze

2010-11-06 Thread Sven Joachim
On 2010-11-06 08:46 +0100, Guillem Jover wrote: > On Fri, 2010-11-05 at 23:18:47 +0100, Philipp Kern wrote: >> On Fri, Oct 22, 2010 at 11:35:54AM +0200, Guillem Jover wrote: > >> What are the implications for ext4 and btrfs? > > They are going to be slower with this change. Are you sure this is t

Re: Pre-approval request for dpkg sync() changes for squeeze

2010-11-08 Thread Sven Joachim
On 2010-11-08 16:40 +0100, Phillip Susi wrote: > On 11/6/2010 5:41 AM, Sven Joachim wrote: >> For ext4, mounting with the nodelalloc option helps a lot, although this >> option allegedly slows down ext4 in the general case. > > How does that help? Doesn't it just dis

Re: Add primitive prefix filter support

2010-11-10 Thread Sven Joachim
On 2010-11-10 14:37 +0100, ext-laszlo.p...@nokia.com wrote: > We propose to add this feature to dpkg: > http://maemo.gitorious.org/maemo-af/dpkg/commit/72c255d86d37a40d24d33ed784e8f3fbde377427 > > Current alternatives: > > 1) DPkg::Post-Invoke { "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums >

Re: Pre-approval request for dpkg sync() changes for squeeze

2010-11-15 Thread Sven Joachim
ith the squeeze kernel (we're >> > really only interested in that one, not some random other revision) >> > or if we even get data safety regressions. >> >> I also forgot to throw nfs into the picture. > > I'm sorry, I won't have the time to d

Re: Next upload 2010-11-24 (dpkg 1.15.8.6)

2010-11-26 Thread Sven Joachim
On 2010-11-26 19:59 +0100, Helge Kreutzmann wrote: > Hello Christian, > On Fri, Nov 26, 2010 at 07:23:08AM +0100, Christian PERRIER wrote: >> Quoting Guillem Jover (guil...@debian.org): >> >> > So given this, if translators feel like it, I can take care of a call >> > for translation and preparin

Re: Updated dpkg translations in the GIT repo

2010-12-08 Thread Sven Joachim
On 2010-12-09 02:41 +0100, Javier Fernández-Sanguino Peña wrote: > I have just updated the Spanish translation for dpkg and dselect in the GIT > repository. I'm sorry I was not able to work on this when the last call for > translations was sent (September the 1st). Thanks, but you should have don

Re: Updated dpkg translations in the GIT repo

2010-12-09 Thread Sven Joachim
On 2010-12-09 15:52 +0100, Javier Fernandez-Sanguino wrote: > 2010/12/9 Sven Joachim : >> Thanks, but you should have done this in sid branch since that is what >> is targeted at squeeze.  Committing translations to master is >> discouraged since it will lead to conflicts on

Re: sudo: prompts despite unmodified /etc/sudoers on upgrade

2011-02-09 Thread Sven Joachim
On 2011-02-09 10:25 +0100, Jonathan Nieder wrote: > Raphael Hertzog wrote: > >> The point is precisely to deal with the case when the user has not made >> any change. And for this you would have to move /etc/sudoers aside in >> "preinst upgrade" if it matches the md5sum of an unmodified file. > >

Re: sudo: prompts despite unmodified /etc/sudoers on upgrade

2011-02-09 Thread Sven Joachim
On 2011-02-09 11:25 +0100, Jonathan Nieder wrote: > Sven Joachim wrote: > >> Before anyone delves into this, have a look at bug #605130 which is >> exactly the problem that was solved by making /etc/sudoers a conffile. > > Yes, sudoers is co-owned between sudo and s

Re: Missing mails from debian-dpkg-bugs?

2011-10-02 Thread Sven Joachim
On 2011-10-02 17:43 +0200, Guillem Jover wrote: > After noticing a spike in the bug reports number from the PTS, but w/o > having received new bug report mail, I went on hunting to find out I've > missed recent mail (from at least) debian-dpkg-bugs. > > I've fixed some of those now, but didn't rec

Re: Bug#648042: purging gdm deletes /etc/X11/Xsession which is a file needed by other packages

2011-11-08 Thread Sven Joachim
On 2011-11-09 00:07 +0100, Michael Biebl wrote: > Are you saying that dpkg removed the file the symlink was pointing at, > i.e. you changed > /etc/gdm/Xsession → /etc/X11/Xsession > with /etc/gdm/Xsession being owned by the gdm package. > On purge dpkg removed not only the symlink but also /etc/X1

Re: Multiarch interfaces: print foreign arches, pkgname I/O

2011-12-12 Thread Sven Joachim
On 2011-12-12 14:37 +0100, Raphael Hertzog wrote: > On Mon, 12 Dec 2011, David Kalnischkies wrote: >> In the end, we properly need a specialized tool for cross grades anyway: >> Changing the architecture of any package basically requires the >> removal of this package before it can be installed fo

Re: Multiarch file overlap summary and proposal

2012-02-14 Thread Sven Joachim
On 2012-02-14 15:28 +0100, Ian Jackson wrote: > Guillem Jover writes: > >> This still does not solve the other issues I listed, namely binNMUs >> have to be performed in lock-step, more complicated transitions / >> upgrades. > > I don't think I see where this is coming from. Are you talking about

Re: Important information regarding upcoming dpkg 1.16.2 upload

2012-03-14 Thread Sven Joachim
On 2012-03-14 11:33 +0100, Raphael Hertzog wrote: > On Wed, 14 Mar 2012, Raphael Hertzog wrote: >> If it outputs nothing on your system, then you're fine. Otherwise >> it should give you some instructions to follow to bring it back to a >> coherent state. > > There was a bug in the script. An upda

Re: [SCM] dpkg's main repository branch, master, updated. 1.16.1.2-341-g65c28bd

2012-03-16 Thread Sven Joachim
On 2012-03-16 15:07 +0100, Guillem Jover wrote: > + /* Ignore removal request if the diverted file is still owned > + * by another package in the same set. */ > + if (diversion_is_shared(pkgset, namenode)) { > + if (opt_verbose > 0) > + printf(_("Ignori

Re: [SCM] dpkg's main repository branch, master, updated. 1.16.1.2-341-g65c28bd

2012-03-16 Thread Sven Joachim
On 2012-03-16 21:17 +0100, Jonathan Nieder wrote: > Guillem Jover wrote: >>> On 2012-03-16 15:07 +0100, Guillem Jover wrote: > + if (opt_verbose > 0) + printf(_("Ignoring removal of shared diversion '%s'.\n"), + diversion_descr

Re: Two typos in man pages?

2012-04-07 Thread Sven Joachim
Am 07.04.2012 um 18:13 schrieb Helge Kreutzmann: > Hello, > while my recent work on the German translation I found two possible > typos. Since I'm not sure I'd like to ask for confirmation: > [ ... ] > -\fB\-\-ignore\-depends\fP=\fIpackage\fP,... > +\fB\-\-ignore\-depends\fP=\fIpackage\fP... I th

Re: [SCM] dpkg's main repository branch, master, updated. 1.16.2-81-g3d5278b

2012-04-14 Thread Sven Joachim
On 2012-04-14 09:17 +0200, Guillem Jover wrote: > The following commit has been merged in the master branch: > commit a354992c67411ed10499786012701faa33ed8565 > Author: Guillem Jover > Date: Sat Apr 14 04:26:52 2012 +0200 > > dpkg-deb: Add epoch when needed to built package names > >

Re: [SCM] dpkg's main repository branch, master, updated. 1.16.5

2012-06-30 Thread Sven Joachim
On 2012-06-30 06:53 +0200, Guillem Jover wrote: > The following commit has been merged in the master branch: > commit 951542fdc27e4753dde1edeb3292f136aec355e4 > Author: Guillem Jover > Date: Tue May 22 20:02:12 2012 +0200 > > Change all programs to accept -? instead of -h for help output >

typo: "--%s needs at two arguments"

2012-07-01 Thread Sven Joachim
Hi, while working on the German translation, I noticed a typo in src/querycmd.c at line 726: badusage(_("--%s needs at two arguments"), Seems that it should read "…at least two arguments" instead. Cheers, Sven -- To UNSUBSCRIBE, email to debian-dpkg-requ...@lists.debian.org with a

Re: Debian archtable question

2013-05-23 Thread Sven Joachim
On 2013-05-23 14:02 +0200, Gianfranco Costamagna wrote: > Hi developers, I ask you a simple question, why in > /usr/share/dpkg/archtable > any armhf information is missing? Because the file has not been updated in the last four years, is not needed and will be removed[1] in dpkg 1.17.0. HTH,

Re: Bug#731524: hardening-wrapper: Trying to overwrite /usr/bin/gcc-4.7

2013-12-06 Thread Sven Joachim
Control: reassign -1 dpkg 1.17.3 There seems to be a problem with the file list handling in dpkg 1.17.2. AFAICS the hardening-wrapper package sets up diversions correctly in the preinst but dpkg still reports a file conflict. Under dpkg 1.17.1 hardening-wrapper installs fine. On 2013-12-06 10:36

Re: [dpkg] 23/23: perl: Split overlong regexes into multiline extended regexes

2015-09-16 Thread Sven Joachim
On 2015-09-14 05:45 +0200, Guillem Jover wrote: > diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl > index db970dd..c8b2336 100755 > --- a/scripts/dpkg-shlibdeps.pl > +++ b/scripts/dpkg-shlibdeps.pl > @@ -670,6 +670,18 @@ sub split_soname { > } > } > > +my $shlibs_re = qr

Re: [dpkg] 05/23: s-s-d: Fix short-lived memory leaks

2015-09-17 Thread Sven Joachim
geuser_len + 1); > break; Now changegroup will be set even if there is no colon given in the commandline option. Attached patch apparently fixes this. Cheers, Sven >From 642df026cf8e6ca195d09f8084cf53e63f9f2176 Mon Sep 17 00:00:00 2001 From: Sven Joachim Date: Thu

Re: Git repository not accessible

2016-06-20 Thread Sven Joachim
On 2016-06-20 19:25 +0200, Sasa Vilic wrote: > I was pursuing some bug in dpkg-reconfigure and was trying to clone dpkg > repo Note that dpkg-reconfigure is not part of dpkg, but rather of debconf. > but it seems not to be accessible: > > $ git clone https://anonscm.debian.org/dpkg/dpkg.git Tha

Re: Failed getting release file... http://ftp.ports.debian.org/debian-ports/dists/jessie/Release

2016-06-21 Thread Sven Joachim
On 2016-06-21 12:05 -0400, Jeffrey Walton wrote: > I'm trying to setup an X32 test system. I'm following the > instructions at https://wiki.debian.org/X32Port. > > When I invoke the debootstrap command: > > debootstrap --arch=x32 > --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg Jes

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Sven Joachim
On 2016-06-24 23:01 -0700, Josh Triplett wrote: > Some packages, if installed on any architecture, must be installed for > every enabled architecture. Most notably, an NSS or PAM module package, > if enabled in /etc/nsswitch.conf or /etc/pam.d respectively, must exist > for every enabled architec

Re: [MBF]: Building arch:all and arch:any without build-{arch,indep} targets

2016-07-06 Thread Sven Joachim
On 2016-07-06 02:51 +0200, Guillem Jover wrote: > On Sun, 2016-04-03 at 17:29:32 +, Niels Thykier wrote: >> The targets are "officially" mandatory and have been since 3.9.4 >> (released in September 2012). Currently lintian and dpkg still forgive >> their absence to avoid auto-rejects and FTB

Re: Potential bug in dpkg when using pre-depends?

2016-07-25 Thread Sven Joachim
On 2016-07-25 20:05 +0300, Dani Galmanovich wrote: > Hi everybody, > > I have encountered a strange behavior when combining apt-get and > pre-depends rules in the control file. The story is as follows: > > I have a package, lets call it 'main package', with the following rules in > the control fil

Re: multi threaded support for xz

2016-10-07 Thread Sven Joachim
On 2016-10-07 13:17 +0200, Sebastian Andrzej Siewior wrote: > On 2016-10-06 23:47:05 [+0200], Guillem Jover wrote: > >> On Thu, 2016-10-06 at 08:30:53 +0200, Sebastian Andrzej Siewior wrote: >> > With one CPU you have one block. With multiple CPUs the default block >> > size (as of current xz) is

dpkg-buildpackage test suite failure

2016-10-30 Thread Sven Joachim
I'm getting the following error when running the test suite: , | dpkg_buildpackage.t: error: /usr/local/src/dpkg/build-tree/scripts/../../scripts/dpkg-buildpackage.pl --host-arch=amd64 --build=source --check-command= gave error exit status 25 | # Looks like your test exited with 25 before it

Re: dpkg-buildpackage test suite failure

2016-10-30 Thread Sven Joachim
On 2016-10-30 10:12 +0100, Sven Joachim wrote: > I'm getting the following error when running the test suite: > > , > | dpkg_buildpackage.t: error: > | /usr/local/src/dpkg/build-tree/scripts/../../scripts/dpkg-buildpackage.pl > | --host-arch=amd64 --build=source --ch

Re: [dpkg] 85/130: test: Add an initial functional test suite for dpkg-deb and dpkg-split

2016-10-30 Thread Sven Joachim
On 2016-10-30 05:46 +, Guillem Jover wrote: > +AT_CHECK([ > +# Test non-uniform data.tar/control.tar member compression > +ar rc pkg-mixed-comp.deb debian-binary control.tar.xz data.tar.gz > +ar t pkg-mixed-comp.deb > +# XXX: Ideally we would have no need to strip trailing spaces. > +dpkg-deb

Re: [dpkg] 85/130: test: Add an initial functional test suite for dpkg-deb and dpkg-split

2016-10-30 Thread Sven Joachim
On 2016-10-30 11:19 +0100, Sven Joachim wrote: > On 2016-10-30 05:46 +, Guillem Jover wrote: > >> +AT_CHECK([ >> +# Test non-uniform data.tar/control.tar member compression >> +ar rc pkg-mixed-comp.deb debian-binary control.tar.xz data.tar.gz >> +ar t pkg-mixed-

Re: [dpkg] 50/130: debian: Use perl:Depends via dh_perl instead of a hardcoded perl

2016-10-30 Thread Sven Joachim
On 2016-10-30 05:46 +, Guillem Jover wrote: > commit 8de212101893d64d519d2b70d7e8c8d867d3df84 > Author: Guillem Jover > Date: Tue Oct 4 04:19:57 2016 +0200 > > debian: Use perl:Depends via dh_perl instead of a hardcoded perl > --- > debian/changelog | 1 + > debian/control | 2 +- >

Re: HUGE slowdown when doing dpkg with ext4 over nbd

2016-12-07 Thread Sven Joachim
On 2016-12-07 11:16 -0700, Andreas Dilger wrote: > Add debian-dpkg mailing list to CC. > > On Dec 7, 2016, at 10:58 AM, Andreas Dilger wrote: >> >> On Dec 7, 2016, at 2:52 AM, Renaud Mariana wrote: >>> >>> Here are my answers, hope it will help solve this issue, thanks. >>> >>> Recap: >>> dpk

Re: [dpkg] 01/04: debian: Do not insert a perl:Depends for libdpkg-perl

2016-12-18 Thread Sven Joachim
On 2016-12-18 11:40 +, Guillem Jover wrote: > commit f27865fad257cfc29511b01ba810466b40c994a1 > Author: Guillem Jover > Date: Fri Dec 16 22:39:25 2016 +0100 > > debian: Do not insert a perl:Depends for libdpkg-perl > > Because tying the modules to a specific interpreter is wron

Re: [dpkg] 50/130: debian: Use perl:Depends via dh_perl instead of a hardcoded perl

2016-12-19 Thread Sven Joachim
On 2016-11-06 06:47 +0100, Guillem Jover wrote: > Hi! > > On Sun, 2016-10-30 at 22:25:04 +0100, Sven Joachim wrote: >> On 2016-10-30 05:46 +, Guillem Jover wrote: >> > diff --git a/debian/rules b/debian/rules >> > index d57fa22..212a5a8 100755 >> >

Re: In doubt while translating dpkg/po/dpkg.pot

2017-01-01 Thread Sven Joachim
On 2017-01-01 20:32 +0100, Frans Spiesschaert wrote: > While translating dpkg/po/dpkg.pot to Dutch I am unsure whether in Msg > 566: > "Validatable things: pkgname, archname, trigname, version." > the words > pkgname, archname, trigname, version > are to be considered as translatable or not. They

Re: Line ending issue when "Reading database"

2017-03-28 Thread Sven Joachim
On 2017-03-28 15:06 +0100, Ian Jackson wrote: > Craig Francis writes ("Line ending issue when "Reading database""): >> When running `apt-get upgrade` via a cron job, there is a "Reading database" >> section. >> >> In the email this appears as: > ... >> It's not a major issue, as it just breaks DK

Re: dpkg updates for DilOS

2017-04-23 Thread Sven Joachim
On 2017-04-23 16:51 +0200, Guillem Jover wrote: > Some additional comments about your delta: > > - Why is -ltinfo necessary, that should have been picked up by >configure automatically, if not I'd like to see build logs. No, -ltinfo is not picked up by configure, not even in Debian. It woul

Re: Erased small Debian repository.

2007-02-11 Thread Sven Joachim
Hi alexandre, the debian-user mailinglist is better suited for your question. But anyway: alexandre suzuki wrote: > I acidentally erased a small Debian repository > in my harddisk together with the corresponding > override file(used to build the Packages.gz). > > Is there a file from where I can

Re: Adding file permissions to /var/lib/dpkg/*.list

2007-05-05 Thread Sven Joachim
Bruce Sass writes: > On Fri May 4 2007 11:41:11 am Conrado Buhrer wrote: > > Hello all, > > > > I would probably be a nice feature to have file permissions added to > > /var/lib/dpkg/*.list files for several reasons. > > > > In case of mistakes all file permissions could be restored. > > What kind

Re: Adding file permissions to /var/lib/dpkg/*.list

2007-05-05 Thread Sven Joachim
Bruce Sass writes: > I can't help wondering... if dpkg did keep track of permissions, would > it interfere with sysadmins who want to change the packaged > permissions. At the very least there would need to be a way to update > the package DB with locally set permissions. That's what dpkg-stato

Re: Next upload 2008-01-20 (dpkg 1.14.16)

2008-01-20 Thread Sven Joachim
On 2008-01-20 01:22 +0100, Frank Lichtenheld wrote: > On Sun, Jan 20, 2008 at 12:04:26AM +0200, Guillem Jover wrote: >> On Fri, 2008-01-18 at 18:04:13 +0100, Christian Perrier wrote: >> > Quoting Guillem Jover ([EMAIL PROTECTED]): >> > > So let's target next release for this sunday (latish). dpkg

Re: IRIX NFS returns EEXIST, not ENOTEMPTY on rmdir tmp.ci

2008-02-19 Thread Sven Joachim
On 2008-02-19 07:31 +0100, SGI Junkie wrote: > This has been an issue for probably a decade: > > In src/help.c, in ensure_pathname_nonexisting(), there is a test for a > non-empty directory: > > if (errno != ENOTEMPTY) { /* Huh ? */ > > Well, the IRIX nfs server returns EEXIST in such situations,

Re: Typos in dpkg man pages

2008-03-16 Thread Sven Joachim
On 2008-03-16 05:05 +0100, Guillem Jover wrote: > On Fri, 2008-03-14 at 17:42:54 +0100, Helge Kreutzmann wrote: >> > > #: ../../man/start-stop-daemon.8:192 >> > > -"specify a group by appending a B<:>, then the group or gid in the same >> > > way " >> > > +"specify a group by appending a B<:>, th

Processesing?

2008-03-31 Thread Sven Joachim
In src/enquiry.c there are two strings that contain the word `processesing'. The dictionaries I consulted do not know it, although Google finds an amazing number of web pages with that word. Nevertheless, I assume it should be replaced with `processing', is that right? Regards, Sven --

Two more small typos

2008-04-02 Thread Sven Joachim
While working on the German translation, I noticed another two typos: --8<---cut here---start->8--- diff --git a/dselect/helpmsgs.cc b/dselect/helpmsgs.cc index 8a110f7..65f0f22 100644 --- a/dselect/helpmsgs.cc +++ b/dselect/helpmsgs.cc @@ -130,7 +130,7 @@ four

Re: Two more small typos

2008-04-02 Thread Sven Joachim
On 2008-04-02 18:37 +0200, Christian Perrier wrote: > Quoting Sven Joachim ([EMAIL PROTECTED]): >> While working on the German translation, I noticed another two typos: > > > I think it's OK for you to fix them. Please try *also* fixing the PO > files as well as the POT

Re: Triggers Pending

2008-04-27 Thread Sven Joachim
On 2008-04-27 01:34 +0200, Kurt Roeckx wrote: > On Sat, Apr 26, 2008 at 03:06:04PM -0700, Mike Bird wrote: >> With today's 1.14.18 dpkg update in Testing, my initramfs-tools >> status has changed from "ii" to "it", meaning that I want the >> package installed and triggers are pending. FWIW, the s

Re: Triggers Pending

2008-04-27 Thread Sven Joachim
On 2008-04-27 18:30 +0200, Joey Hess wrote: > Sven Joachim wrote: >> This is because initramfs-tools already uses triggers, see #447611¹. >> I'm not convinced that it is a very good idea to do this in Lenny >> packages, since the Etch versions of apt and aptitude l

Re: Next upload 2008-05-06 (dpkg 1.14.19)

2008-04-29 Thread Sven Joachim
On 2008-04-29 06:07 +0200, Guillem Jover wrote: > If you have a cloned repo w/o pending commits, just do: > > $ git co -b lenny origin/lenny That should read "checkout" instead of "co", git told me that 'co' is not a git command. > I've updated the instructions for translators at: > >

Re: Please verify translations before committing

2008-04-29 Thread Sven Joachim
On 2008-04-29 07:15 +0200, Peter Karlsson wrote: > I was recommended somewhere to change from using > > msgfmt -vvv -o /dev/null sv.po > > to > > msgfmt --statistics sv.po > > but it seems that the latter does not catch the mistake I made, so I'm > back to using the first form to make sure I w

Removing cleanup-info

2008-05-02 Thread Sven Joachim
According to README.feature-removal-schedule, cleanup-info should be removed in lenny. Given that it's been non-functional since etch (it uses the nonexistent /usr/info directory instead of /usr/share/info, see #378614) and nobody complained about that, it would be a good to get rid of it ASAP, if

dpkg --force-help does not mention breaks

2008-05-08 Thread Sven Joachim
The manpage of dpkg mentions the option --force-breaks in the section of forcing options, but it is not listed in dpkg --force-help. Should it be added for lenny, making all translations fuzzy? Or is it better left alone, since no packages in lenny use the "Breaks:" field anyway? If it is added

Re: Please verify translations before committing

2008-05-09 Thread Sven Joachim
On 2008-05-08 01:52 +0200, Guillem Jover wrote: > I guess the build problem is due to the © symbol on the deb-version.5 > man page. We could fix that in the lenny branch and unfuzzy the > strings. I'm all for that, since the © sign will silently vanish in the C locale and msgcat complains about i

New debugging options for triggers missing in dpkg.1

2008-05-09 Thread Sven Joachim
The dpkg manpage lacks information about the debugging option for triggers. Here is a patch to fix that: --8<---cut here---start->8--- diff --git a/man/dpkg.1 b/man/dpkg.1 index db42685..fee940f 100644 --- a/man/dpkg.1 +++ b/man/dpkg.1 @@ -326,17 +326,20 @@ val

Transition to GNU's install-info (was: Removing cleanup-info)

2008-05-22 Thread Sven Joachim
[CC'ing texinfo maintainer] On 2008-05-05 14:45 +0200, Raphael Hertzog wrote: > On Fri, 02 May 2008, Sven Joachim wrote: >> On the other hand, it is rather late in the release cycle, and the >> release team would probably not be too happy if we remove cleanup-info >>

Re: Transition to GNU's install-info

2008-05-22 Thread Sven Joachim
On 2008-05-22 17:09 +0200, Neil Williams wrote: > On Thu, 2008-05-22 at 16:36 +0200, Sven Joachim wrote: >> But another question is: what exactly do we want from install-info? > > The ability to omit it entirely if DEB_BUILD_OPTIONS specifies "nodocs". >>>Fro

Re: Transition to GNU's install-info

2008-05-22 Thread Sven Joachim
On 2008-05-22 17:20 +0200, Norbert Preining wrote: > On Do, 22 Mai 2008, Raphael Hertzog wrote: >> Also the trigger script has to find out alone which files is >> new/updated/removed. So it requires a bit of work. > > Well, the idea was that the dir file is recreated every time. That would > not n

Re: debian-policy: Not limit dpkg-divert to install but valid also for upgrade in app. G

2008-06-18 Thread Sven Joachim
On 2008-06-18 13:45 +0200, Raphael Hertzog wrote: > On Mon, 02 Jun 2008, Russ Allbery wrote: >> And, actually, should we just remove the if or case guard entirely and >> just run dpkg-divert unconditionally in preinst? The only difference at >> that point is abort-upgrade, and if the new version

Re: Bug#501866: Missing dependancy - libpango1.0-common.prerm uses defoma-app in pkg defoma

2008-10-16 Thread Sven Joachim
On 2008-10-15 17:20 +0200, Josselin Mouette wrote: > Le mercredi 15 octobre 2008 à 10:37 -0400, Higgins, Paul a écrit : >> I'm not sure where the problem lies. I saw that the packages that >> couldn't find File/Copy.pm seemed to have their dependencies correct, >> but apt and dpkg still allowed p

Re: Bug#501866: Missing dependancy - libpango1.0-common.prerm uses defoma-app in pkg defoma

2008-10-16 Thread Sven Joachim
On 2008-10-16 13:35 +0200, Raphael Hertzog wrote: > On Thu, 16 Oct 2008, Sven Joachim wrote: >> On 2008-10-15 17:20 +0200, Josselin Mouette wrote: >> > Frankly, I’m tempted to reassign this to dpkg; Policy §7.2 is very clear >> > on the relationship between prerm scr

Re: Bug#508058: Simultaneous removal emacs21 and install emacs22 -> no working /usr/bin/emacs

2008-12-07 Thread Sven Joachim
reassign 508058 dpkg 1.14.23 thanks On 2008-12-07 16:39 +0100, Lionel Elie Mamane wrote: > On Sun, Dec 07, 2008 at 04:07:53PM +0100, Sven Joachim wrote: >> Yes, update-alternatives does not play very nicely if you remove the >> preferred alternative. Or at least that used

Re: [SCM] dpkg's main repository branch, lenny, updated. 1.14.24-4-gf16b39c

2009-01-05 Thread Sven Joachim
On 2009-01-05 07:22 +0100, Christian Perrier wrote: > Quoting Guillem Jover (guil...@debian.org): >> The following commit has been merged in the lenny branch: >> commit f16b39cc949ef24535858112b84e0e48c129f565 >> Author: Miguel Figueiredo >> Date: Mon Jan 5 00:36:44 2009 +0200 >> >> Update

files missing from po/POTFILES.in

2009-03-04 Thread Sven Joachim
While working on the German dpkg translation, I noticed that there are at least two files with translatable strings that are not listed in po/POTFILES.in, namely lib/subproc.c and src/pkg-show.c. As a consequence, strings in these files are marked as obsolete in po/*.po and are not translated in p

A few fixes for program messages

2009-03-17 Thread Sven Joachim
Hi, while working on the German dpkg translation I noticed a typo in src/filesdb.c and three examples of clumsy/slightly incorrect English in scripts/update-alternatives.pl. Not being a native speaker nor terribly familiar with update-alternatives myself, I may of course be wrong, so I leave this

Re: Transition from dpkg to GNU install-info

2009-04-14 Thread Sven Joachim
On 2009-04-14 16:25 +0200, Nicolas François wrote: > On Mon, Mar 16, 2009 at 01:36:35PM +0100, Norbert Preining wrote: >> On Mo, 16 Mär 2009, Nicolas François wrote: >> >> > I will try to review update-info-dir next week. >> >> That would be great, please use the version from svn always, thanks.

Re: Updating/replacing packages

2009-04-16 Thread Sven Joachim
On 2009-04-16 09:19 +0200, Michael B. Trausch wrote: > I have a client that needs Mono 2.4 and other related components > packaged for various reasons, and for various other reasons needs > _that_ to be packaged with a 1 binary per 1 upstream source package > mapping. I am trying to accomplish th

[PATCH] Remove obsolete priorities from dselect

2009-05-21 Thread Sven Joachim
Hi, dselect 1.15.1 shows wrong package priorities in the package selection screen. This is because dselect/pkgdisplay.cc has not been updated to reflect the removal of the "Recommended" and "Contrib" priorities in commit c8d3938be127e256fd593f234858fb9d474b2353. The following patch should fix th

Tightening the Breaks

2009-08-31 Thread Sven Joachim
Hi, the versions of info-browsers that dpkg 1.15.4 breaks are a bit too loose in some cases, namely when it "Breaks: foobar (<= x.y-z)", where x.y-z is the Lenny version of info-browser foobar. The problem is that there might be an update of foobar in Lenny, say to x.y-zlenny1, which dpkg also ne

Re: dpkg git does not build due to broken l10n

2009-09-05 Thread Sven Joachim
On 2009-09-05 23:03 +0200, Bill Allombert wrote: > Dear Dpkg developers and Christian, > > dpkg git repository does not build due to a problem with one > of the translations: > > debuild > ... > po4a --no-backups --variable srcdir=../../man \ > ../../man/po/po4a.cfg > ../../man/dpk

Re: Next upload 2009-11-15 (dpkg 1.15.5)

2009-11-13 Thread Sven Joachim
On 2009-11-13 08:48 +0100, Raphael Hertzog wrote: > Hi, > > On Fri, 13 Nov 2009, Peter Krefting wrote: >> >We've accumulated lots of changes (git describe currently says >> >271), including bug fixes and few new features, so it's time for a >> >new release. There's some polishing pending, but noth

Upload of dpkg 1.15.5.7 to sid?

2010-03-11 Thread Sven Joachim
Hi, since the upcoming 1.15.6 release is supposed to be targeted at experimental, I think it would be a good idea to fix the recently spotted path traversal/symlink vulnerabilities of dpkg-source in sid as well. Regards, Sven -- To UNSUBSCRIBE, email to debian-dpkg-requ...@lists.debian

dpkg 1.15.6 is slow as hell

2010-03-12 Thread Sven Joachim
The decision to immediately fsync() all files written to disk has a detrimental influence on dpkg's performance, especially when unpacking large packages. On my system which has a 2.5" hard disk with an ext4 filesystem, installing emacs23-common (containing 2123 files) with a hot cache takes 76 se

Re: dpkg 1.15.6 is slow as hell

2010-03-22 Thread Sven Joachim
On 2010-03-21 10:10 +0100, Guillem Jover wrote: > I implemented this and in my tests with linux-headers-2.6.32-4-common > (which contains around 2500 files) on ext3 it reduced the installation > times from 12~ to 5~ seconds (with warm cache). > > Could you guys test it on ext4, preferably on such

Re: dpkg 1.15.6 is slow as hell

2010-03-22 Thread Sven Joachim
On 2010-03-22 09:47 +0100, Sven Joachim wrote: > I'm going to keep this dpkg version installed, the massive speedup > reading the database with a cold cache is indeed very nice. :-( Oops, wrong smiley. s/:-(/:-)/ Sven -- To UNSUBSCRIBE, email to debian-dpkg-requ...@lists.debian

Re: Bug#867104: wanna-build issue with src:perl versioned Provides

2017-07-06 Thread Sven Joachim
On 2017-07-06 12:02 +0300, Adrian Bunk wrote: > On Thu, Jul 06, 2017 at 04:26:04AM +0200, Guillem Jover wrote: >> On Wed, 2017-07-05 at 23:02:52 +0300, Adrian Bunk wrote: >>... >> > 6) >> > >> > Package: a >> > Depends: p (>= 1), p (<< 2) >> > >> > Package: b >> > Provides: p (=1) >> > >> > Pac

Re: [dpkg] 06/24: debian: Add libncurses-dev as the first Build-Depends alternative

2018-05-03 Thread Sven Joachim
Hi Guillem, On 2018-05-04 02:49 +, Guillem Jover wrote: > This is an automated email from the git hooks/post-receive script. > > guillem pushed a commit to branch master > in repository dpkg. > > commit 114121d649b57bea9236b807d7c57bc918c67723 > Author: Guillem Jover > Date: Mon Apr 30 01:

[PATCH] po: Fix list of source files in po/POTFILES.in

2018-05-05 Thread Sven Joachim
Commit 542885e824d0 ("libdpkg: Move control database code into db-ctrl modules") moved various files around, but did not remove the old filenames from po/POTFILES.in and typoed one of the new filenames there. --- po/POTFILES.in | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[PATCH] dpkg-buildpackage: Avoid using uninitialized variable

2018-05-07 Thread Sven Joachim
If DEB_SIGN_KEYID is not set in the environment, dpkg-buildpackage would complain: Use of uninitialized value $signkey in pattern match (m//) at /usr/bin/dpkg-buildpackage line 817. Fixes: commit 6f903af181057a046a1344aadca552b113a2c2ee --- scripts/dpkg-buildpackage.pl | 2 +- 1 file changed, 1

Re: Repository switch over to Salsa?

2018-06-02 Thread Sven Joachim
On 2018-06-01 03:27 +0200, Guillem Jover wrote: > On Thu, 2018-05-31 at 18:20:35 +0200, Helge Kreutzmann wrote: > >> On Fri, Feb 09, 2018 at 03:31:00AM +0100, Guillem Jover wrote: >> > On Sat, 2018-02-03 at 19:11:42 +0100, Helge Kreutzmann wrote: > >> > > Are you reestablishing commit access as it

Re: Bug#912144: grub2-common: marks kernel update scripts falsely as obsolete conffiles

2018-10-28 Thread Sven Joachim
On 2018-10-28 15:03 +, Colin Watson wrote: > On Sun, Oct 28, 2018 at 03:42:16PM +0100, TS wrote: >> since fix for #910959 grub2-common marks kernel update scripts falsely as >> obsolete conffiles. >> >> % dpkg-query -W -f='${Conffiles}\n' | grep 'grub.*obsolete$' >> /etc/kernel/postrm.d/zz-u

Re: Bug#924397: corekeeper: insecure use of world-writable /var/crash

2019-03-13 Thread Sven Joachim
On 2019-03-13 20:29 +0800, Paul Wise wrote: > On Wed, 2019-03-13 at 13:11 +0100, Jakub Wilk wrote: > >> Also, it looks like dpkg doesn't update directory permissions on >> upgrade. Ugh. :-( > > dpkg maintainers, do you know if this is a known bug or intentional? Both, see #515211[1]. Cheers,

Re: Bug#925136: help2man: FTBFS in unstable (dh_clean fails)

2019-03-22 Thread Sven Joachim
On 2019-03-21 20:45 +1100, Brendan O'Dea wrote: > On Wed, Mar 20, 2019 at 10:21:39AM +0100, Gianfranco Costamagna wrote: >>Looks like README needs a newer timestamp wrt help2man.PL file? > [...] >>dpkg-buildpackage: info: host architecture amd64 >> fakeroot debian/rules clean >>test README -nt hel

[PATCH] debian: Don't hardcode libdpkg-perl dependency on perl:any

2021-01-05 Thread Sven Joachim
The problem with older versions of dh_perl was that it would generate a dependency on perl rather than perl:any, but this has been fixed in debhelper 12.7.3. --- debian/control | 2 +- debian/rules | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/co

Re: DEP 17: Improve support for directory aliasing in dpkg

2023-04-26 Thread Sven Joachim
On 2023-04-26 10:34 +0100, Luca Boccassi wrote: > On Wed, 26 Apr 2023 at 10:11, Simon Richter wrote: >> >> What I'm mostly concerned about (read: have not verified either way) >> with /lib/ld.so and /bin/sh is what happens when dpkg learns of /bin and >> /lib as symlinks -- because right now, the

Re: booststrapping /usr-merged systems

2023-06-09 Thread Sven Joachim
Am 10.06.2023 um 07:35 schrieb Helmut Grohne: > One of the approaches to making bootstrapping work was adding the > symlinks to some data.tar. That has been category 2 from my earlier > mail. We definitely cannot add /bin as a directory to one package and > /bin as a symlink to another (unless usi

Re: booststrapping /usr-merged systems

2023-06-09 Thread Sven Joachim
On 2023-06-10 08:35 +0200, Sven Joachim wrote: > Am 10.06.2023 um 07:35 schrieb Helmut Grohne: > >> One of the approaches to making bootstrapping work was adding the >> symlinks to some data.tar. That has been category 2 from my earlier >> mail. We definitely cannot add /b

Re: booststrapping /usr-merged systems

2023-06-10 Thread Sven Joachim
On 2023-06-10 10:39 +0200, Helmut Grohne wrote: > Hi Sven, > > On Sat, Jun 10, 2023 at 08:35:44AM +0200, Sven Joachim wrote: >> > Unfortunately, any >> > external package that still ships stuff in /bin breaks this. In effect, >> > any addon repository

Re: [dpkg] 16/30: src: Use DEBEXT instead of hard-coding ".deb"

2023-10-18 Thread Sven Joachim
On 2023-10-18 01:21 +0200, Guillem Jover wrote: > commit db1de20385ff04579ad3cb421e3dcc62f1df13f4 > Author: Guillem Jover > AuthorDate: Mon Sep 11 22:46:05 2023 +0200 > > src: Use DEBEXT instead of hard-coding ".deb" > --- > src/main/archives.c | 2 +- > src/split/main.c| 2 +- > src/spl