Bug#854478: dpkg: triggers cycle while upgrading gnome-menus and ufw

2017-02-07 Thread Raphael Geissert
terminal.log: the terminal's output of the apt-get dist-upgrade command * triggers: the list of installed triggers (except for the ldconfig ones) The system is based on stretch (main, contrib, non-free). HTH Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net triggers c

Bug#746306: dpkg: CVE-2014-0471 fix introduces the vulnerability into squeeze

2014-04-30 Thread Raphael Geissert
y've hit the sec archive. Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#746306: dpkg: CVE-2014-0471 fix introduces the vulnerability into squeeze

2014-04-29 Thread Raphael Geissert
g dependencies, they would need to be added to all versions so that e.g. wheezy's dpkg can't be used with squeeze's patch * if handling both behaviors, it should also apply to both releases. Unless I missed something, of course. Cheers, -- Raphael Geissert - Debian Developer ww

Bug#689062: dpkg-dev: Need to add support for Built-Using to dpkg-shlibdeps or new similar tool

2013-01-13 Thread Raphael Geissert
ic > substvars. If the package is not installed then we should at least > warn, or maybe even error out. How about BU (short for Built-Using) or BS (short for Binary's Source)? I find a lone B kind of confusing. Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.de

Bug#565712: dpkg-dev: dpkg-shlibdeps breaks if file name contains spaces

2010-01-17 Thread Raphael Geissert
caused by the tight regex in Dpkg::Shlibs::Objdump::Object::_parse(). Attached patch relies on the greedy regex to properly support file names with spaces and colons on their name. Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net --- unpacked/usr/share/perl5/Dpkg/Shl

Bug#554136: update-alternatives fails when setting an alternative in manual mode

2009-11-02 Thread Raphael Geissert
ave" on an undefined value at /usr/sbin/update-alternatives line 1017. Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#543603: dpkg-genchanges -v is unable to include the first changelog entry

2009-08-25 Thread Raphael Geissert
r anything that is lt the first entry is rejected because it doesn't exist. Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#538429: dpkg: doesn't remove an, empty, directory provided by the package

2009-07-25 Thread Raphael Geissert
, 'dpkg', '--purge', 'php5-suhosin'] DEBUG: Starting command: ['chroot', '/tmp/tmpGu5Iec', 'dpkg', '--purge', 'php5-cli'] DUMP: (Reading database ... 8210 files and directories currently installed.) Removing php5-cli ...

Bug#530071: dselect: bashism in /bin/sh script

2009-05-22 Thread Raphael Geissert
the bug as 'help'. [1]http://release.debian.org/lenny/goals.txt [2]http://lists.debian.org/debian-release/2009/04/msg00133.html Thank you, Raphael Geissert -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#507217: Dpkg::Source::Archive should not call tempdir() with DIR => getcwd if cwd is not writtable

2008-12-05 Thread Raphael Geissert
2008/12/5 Raphael Hertzog <[EMAIL PROTECTED]>: [...] > > FYI, I committed a fix for this in the lenny branch: > http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=23cb6dedb168ce02bd7c5491462296c37215fdf4 Great, thank you!. > > Cheers, Cheers, -- Raphael Geisser

Bug#507219: dpkg-source fails to unpack sources if CWD and the output directory are not on the same mounted filesystem

2008-11-30 Thread Raphael Geissert
s. The right thing to do is of > course to _always_ extract in parent dir of target dir (in that case /tmp). > This fixes both bugs. Yup, that's right. Sorry for the noise. > > Cheers, Cheers, -- Raphael Geissert - Debian Maintainer www.debian.org - get.debian.net Bertrand R

Bug#507219: dpkg-source fails to unpack sources if CWD and the output directory are not on the same mounted filesystem

2008-11-28 Thread Raphael Geissert
thing to workaround rename(2)'s inability to do its job, instead of failing miserably. Cheers, -- Raphael Geissert - Debian Maintainer www.debian.org - get.debian.net signature.asc Description: This is a digitally signed message part.

Bug#507217: Dpkg::Source::Archive should not call tempdir() with DIR => getcwd if cwd is not writtable

2008-11-28 Thread Raphael Geissert
(/usr/bin) is not writable at /usr/share/perl5/Dpkg/Source/Archive.pm line 106 Cheers, -- Raphael Geissert - Debian Maintainer www.debian.org - get.debian.net signature.asc Description: This is a digitally signed message part.

Bug#504135: Bug#504357: [UDD] debvercmp.sql incorrectly implements the versions comparison system

2008-11-04 Thread Raphael Geissert
2008/11/4 Raphael Hertzog <[EMAIL PROTECTED]>: > On Mon, 03 Nov 2008, Raphael Geissert wrote: >> > Do you know a perl implementation that works fine ? >> >> Debbugs' (which is almost exactly the same as dpkg-dev's, differring by some >> bug >>

Bug#504135: Dpkg::Version incorrectly compares several versions

2008-11-04 Thread Raphael Geissert
2008/11/4 Raphael Hertzog <[EMAIL PROTECTED]>: > On Fri, 31 Oct 2008, Raphael Geissert wrote: >> Package: dpkg-dev >> Version: 1.14.22 >> >> Attached are the results of running a test suite on Dpkg::Version. The test >> suite was written to help make sure &q

Bug#504135: Dpkg::Version incorrectly compares several versions

2008-10-31 Thread Raphael Geissert
version2 expected_result comment(s)'. The tests from tests/versions.lenny-sid were generated by getting the versions in lenny and sid of the packages (only the versions that differ were included, for obvious reasons) in the archive thanks to UDD during DC8. Kind regards, -- Raphae

Bug#498734: dpkg-buildpackage says there are unmet dependencies when the forked dpkg-checkbuilddeps is terminated

2008-09-12 Thread Raphael Geissert
Package: dpkg-dev Version: 1.14.20 Severity: minor Example: $ dpkg-buildpackage ... pkg-buildpackage: host architecture i386 ^Cdpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting. dpkg-buildpackage: warning: (Use -d flag to override.) The problematic code is: > i