[SCM] dpkg's main repository branch, master, updated. 1.14.25-260-ge81e80e

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit e81e80e3caac356d1951a4b8b50e3a9d8be3509d Author: Raphael Hertzog hert...@debian.org Date: Sun Feb 22 10:42:02 2009 +0100 dpkg-gencontrol, dpkg-gensymbols: reset umask to 0022 Reset umask to 0022 to ensure that files

[SCM] dpkg's main repository branch, master, updated. 1.14.25-271-g73c189a

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit 7277e7e87af9cf4313880f228c693aa78ad46a03 Author: Raphael Hertzog hert...@debian.org Date: Wed Feb 18 19:19:11 2009 +0100 update-alternatives(8): adjust vocabulary used The vocabulary used was misleading and not

[SCM] dpkg's main repository branch, master, updated. 1.14.25-271-g73c189a

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit b51a31124678220859d08859497dba7771d0a909 Author: Raphael Hertzog hert...@debian.org Date: Wed Feb 18 15:40:22 2009 +0100 update-alternatives: complete rewrite Full rewrite of update-alternatives. It was badly needed

[SCM] dpkg's main repository branch, master, updated. 1.14.25-271-g73c189a

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit a82c44c4ae20fdff7c9b083e75a1b28a528b59c6 Author: Raphael Hertzog hert...@debian.org Date: Sat Feb 21 21:08:01 2009 +0100 update-alternatives: stricter validation of --install parameters Fail if --install tries to

[SCM] dpkg's main repository branch, master, updated. 1.14.25-271-g73c189a

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit 7b79d64a9721db92a02309562244d3bb61d40a5f Author: Raphael Hertzog hert...@debian.org Date: Sat Feb 21 22:22:29 2009 +0100 update-alternatives: add more checks on --install parameters Check that links and alternative

[SCM] dpkg's main repository branch, master, updated. 1.14.25-271-g73c189a

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit 665afa1af569fe4500d1bef39c62af4fe714043c Author: Raphael Hertzog hert...@debian.org Date: Sun Feb 22 14:49:06 2009 +0100 update-alternatives: skip slave link if associated file doesn't exist All slave links are

[SCM] dpkg's main repository branch, master, updated. 1.14.25-271-g73c189a

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit 7a6e69f7b8c0428628feb5fa7434634c33b6b468 Author: Raphael Hertzog hert...@debian.org Date: Sun Feb 22 16:20:24 2009 +0100 update-alternatives: add new option --get-selections The new option list all master

[SCM] dpkg's main repository branch, master, updated. 1.14.25-271-g73c189a

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit 50652b69c1077cc3a7d728ecabe366fce1c21645 Author: Raphael Hertzog hert...@debian.org Date: Sun Feb 22 17:36:16 2009 +0100 update-alternatives: new option --set-selections The option --set-selections is the counterpart

[SCM] dpkg's main repository branch, master, updated. 1.14.25-271-g73c189a

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit b633f89b56804977a9fbaf9af8d67caa31dd2c94 Author: Raphael Hertzog hert...@debian.org Date: Sun Feb 22 19:20:41 2009 +0100 update-alternatives: --all can be used to restore broken alternatives Since alternatives are

[SCM] dpkg's main repository branch, master, updated. 1.14.25-271-g73c189a

2009-02-22 Thread Raphael Hertzog
The following commit has been merged in the master branch: commit a7cc8e2eb39c36b8456fdf6b9abbb3eb32dfbcd0 Author: Raphael Hertzog hert...@debian.org Date: Sun Feb 22 20:31:10 2009 +0100 update-alternatives: don't replace real files by alternative links without --force

Re: Merging dpkg-cross into the dpkg source

2009-02-22 Thread Neil Williams
On Fri, 20 Feb 2009 16:08:45 +1030 Ron r...@debian.org wrote: On Thu, Feb 19, 2009 at 10:24:34AM +, Neil Williams wrote: On Thu, 19 Feb 2009 08:47:47 +0200 Guillem Jover guil...@debian.org wrote: 3. Any renaming issues or other changes required in the current package?

Is 1-0 equal to 1 as a version?

2009-02-22 Thread Florian Weimer
$ python -c 'import apt_pkg; apt_pkg.init(); print apt_pkg.VersionCompare(1, 1-0)' -1 $ dpkg --compare-versions '1' = '1-0'; echo $? 0 I think dpkg is right because policy says: | The absence of a debian_revision is equivalent to a | debian_revision of `0'. So this looks like a bug in APT.

Re: Is 1-0 equal to 1 as a version?

2009-02-22 Thread Russ Allbery
Florian Weimer f...@deneb.enyo.de writes: $ python -c 'import apt_pkg; apt_pkg.init(); print apt_pkg.VersionCompare(1, 1-0)' -1 $ dpkg --compare-versions '1' = '1-0'; echo $? 0 I think dpkg is right because policy says: | The absence of a debian_revision is equivalent to a |

Re: Merging dpkg-cross into the dpkg source

2009-02-22 Thread Hector Oron
Hello, gcc is still lacking some patches to properly support building using the multiarch dirs, Aurélien Jarno said he would be preparing some patches for which Matthias Klose agreed to include (at least agreed with the idea behind the patches). Once we have a working toolchain we can start

Please test master branch and update-alternatives in particular

2009-02-22 Thread Raphael Hertzog
Hello, as some might have noticed I largely rewrote update-alternatives, corrected bugs and implemented most features requested in the BTS. With any change of this importance, and despite the (relatively extensive) test-suite which covers most important actions, I expect that we'll find small

Re: Please test master branch and update-alternatives in particular

2009-02-22 Thread Neil Williams
On Sun, 22 Feb 2009 23:24:15 +0100 Raphael Hertzog hert...@debian.org wrote: Hello, as some might have noticed I largely rewrote update-alternatives, corrected bugs and implemented most features requested in the BTS. Hmm, maybe I left it too late to put my own request into the BTS for

Re: Please test master branch and update-alternatives in particular

2009-02-22 Thread Raphael Hertzog
On Sun, 22 Feb 2009, Neil Williams wrote: Something that may not have come up before, I'm looking for a way for update-alternatives to fail gracefully if things like man pages simply don't exist on the filesystem. (Emdebian doesn't have manpages but the Grip flavour does have other targets of

Processed: setting package to dselect dpkg-dev dpkg, tagging 516481

2009-02-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: #dpkg (1.15.0) UNRELEASED; urgency=low # # * Reset umask to 0022 in dpkg-gencontrol and dpkg-gensymbols to ensure that #files created in the DEBIAN directory have sane permissions. #Closes: #516481 # package dselect dpkg-dev dpkg

Bug#516481: debhelper: wrong permissions on symbols file

2009-02-22 Thread Raphael Hertzog
On Sun, 22 Feb 2009, Martin Godisch wrote: On Sat, Feb 21, 2009 at 21:02:00 -0500, Joey Hess wrote: Martin Godisch wrote: When umask is 0077 dh_makeshlibs installs symbols files with permissions 0600. dh_fixperms doesn't fix this. dh_makeshlibs does not install symbols files, it just

Processed: setting package to dselect dpkg-dev dpkg, tagging 143701, tagging 423176, tagging 342566 ...

2009-02-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: #dpkg (1.15.0) UNRELEASED; urgency=low # # * Rewrite update-alternatives (so that we can understand it again) and #implement new features on top of it: #- the --config output is now sorted. Closes: #437060 #- it now logs

Processed: tagging 315584

2009-02-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 315584 + wontfix Bug#315584: [U-A] support of priorities as version numbers There were no tags set. Tags added: wontfix End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system