CIA.vc
Guillem Jover
Real-time open source activity stats
Stats » Authors » Guillem Jover
informationsyndicateUTC clock
16:08 on Feb 12, 2012
event counters
The last message was received 0.87 weeks ago at 14:29 on Feb 06, 2012
0 messages so far today, 0 messages yesterday
2 messages so far this week, 18 messages last week
20 messages so far this month, 31 messages last month
3683 messages since the first one, 7.45 years ago, for an average of 17.72 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
11:07 Mondaydpkg
Commit by guillem :: r708c788 dpkg/src/main.c:
 dpkg: When removing a foreign arch, only consider < halfinstalled an issue

Packages in lesser states do not pose any problem for dependencies.
#
23:46 on Feb 05debian-installer/debian-installer
Commit by guillem :: rc546a7e debian-installer/doc/i18n/languages.xml:
Remove myself as backup maintainer
#
20:33 on Feb 05dpkg
Commit by guillem :: rf765d25 dpkg/src/trigcmd.c:
dpkg-trigger: Refactor package awaiter parsing into parse_awaiter_package()
#
20:33 on Feb 05dpkg
Commit by guillem :: rde78783 dpkg/ (5 files in 2 dirs):
libdpkg: Pass struct pkgbin to pkg_summary()
#
20:33 on Feb 05dpkg
Commit by guillem :: rcd3fafb dpkg/lib/dpkg/test/t-arch.c:
 libdpkg: Add more test cases for arch module

This covers dpkg_arch_add(), dpkg_arch_unmark() and
varbuf_add_archqual().
#
20:33 on Feb 05dpkg
Commit by guillem :: r14d0763 dpkg/lib/dpkg/arch.c:
libdpkg: Return early from dpkg_arch_unmark()
#
20:33 on Feb 05dpkg
Commit by guillem :: r7ac9650 dpkg/ (4 files in 2 dirs):
 libdpkg: Change dpkg_arch_remove() to just unmark foreign architectures

There's no point in removing the architecture from the actual list, as
dpkg_arch_save() will only write out foreign architectures, and if code
later looks for it, then it will be reintroduced. Rename the function
to dpkg_arch_unmark() so that the name makes more sense.
#
20:33 on Feb 05dpkg
Commit by guillem :: r21c7554 dpkg/lib/dpkg/test/t-command.c:
libdpkg: Add test case for default shell on command_shell()
#
20:33 on Feb 05dpkg
Commit by guillem :: rbb854aa dpkg/lib/dpkg/test/ (.gitignore Makefile.am t-trigger.c):
libdpkg: Add minimal triggers test case for trig_name_is_illegal()
#
07:10 on Feb 03dpkg
Commit by guillem :: r66aad04 dpkg/src/ (archives.c archives.h):
dpkg: Refactor deconfiguration queueing into enqueue_deconfigure()
#
07:10 on Feb 03dpkg
Commit by guillem :: r7267b0e dpkg/src/ (archives.c archives.h processarc.c):
dpkg: Rename push_conflictor() to enqueue_conflictor()
#
07:10 on Feb 03dpkg
Commit by guillem :: r315d710 dpkg/src/filesdb.c:
 dpkg: Use pnaw_nonambig instead of pnaw_foreign on .list file open error

Regression introduced in commit 0b8652b226a7601dfd71471797d15168a7337242.

Spotted-by: Raphaël Hertzog <hertzog at debian dot org>
#
07:10 on Feb 03dpkg
Commit by guillem :: rd0984e6 dpkg/src/depcon.c:
 dpkg: Fix memory leaks from deppossi iterators

Regression introduced in commit b274b0d96da80ef162d45f800777f11b11defe91.
#
05:37 on Feb 01dpkg
Commit by guillem :: r0b8652b dpkg/ (17 files in 3 dirs):
 Change debug, progress and error output to use package specifiers

Replace pkg->set->name with varbuf_add_pkgbin_name(), pkgbin_name() or
pkg_name(). This only changes informative output, so no behaviour change
should result from this.

Based-on-patch-by: Raphaël Hertzog <hertzog at debian dot org>
Patch-sponsored-by: Linaro Limited

Signed-off-by: Guillem Jover <guillem at debian dot org>
#
05:37 on Feb 01dpkg
Commit by guillem :: rff66f87 dpkg/src/ (6 files):
dpkg: Pass struct pkgbin to namenodetouse()
#
05:37 on Feb 01dpkg
Commit by guillem :: r6fade19 dpkg/src/ (6 files):
dpkg: Pass struct pkgbin to log_action()
#
05:37 on Feb 01dpkg
Commit by guillem :: r82f360f dpkg/ (lib/dpkg/pkg-format.c man/dpkg-query.1):
 libdpkg: Add virtual binary:Package field

This will allow printing package specifiers on query format strings.

Based-on-patch-by: Raphaël Hertzog <hertzog at debian dot org>
Patch-sponsored-by: Linaro Limited

Signed-off-by: Guillem Jover <guillem at debian dot org>
#
05:37 on Feb 01dpkg
Commit by guillem :: r6246791 dpkg/dselect/main.cc:
 dselect: Abort select action if any foreign architecture is enabled

The selection code does not support multi-arch at all, so do not even
try to run it if there's a foreign architecture configured.
#
05:37 on Feb 01dpkg
Commit by guillem :: r2d0df68 dpkg/debian/dpkg.prerm:
 Abort downgrade if the triggers db contains arch-qualified packages

Older dpkg versions won't be able to parse the triggers file when
there's arch-qualified package names, avoid getting into a broken
state by aborting early.
#
05:37 on Feb 01dpkg
Commit by guillem :: r33f4525 dpkg/ (20 files in 7 dirs):
 Move copyright information from --version output to file comment headers

Having to keep this information twice is error-prone as it easily gets
out of sync. Having to translate it is bothersome. It's not consistent
across dpkg tools, some do print it some don't. It's currently not
accurate, as the output would need to include the holders for all files
that end up being part of the binary. And listing it in the --versions
output is visually annoying and the wrong place.

Just keep this where it belongs, at the file comment headers, above the
license information.
#