summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2009-11-23 * debian/control (Uploaders): Removed Marcus Brinkmann.Michael Banck
2009-11-21fix upload dateSamuel Thibault
2009-11-14Switch to source format '3.0 (quilt)'Guillem Jover
Remove quilt from Build-Depends. Remove patchsys-quilt.mk include from debian/rules.
2009-11-14Refresh patches with -pab to allow migration to source format 3.0 (quilt)Guillem Jover
2009-11-14Update make-new-tarball.sh to exclude git instead of CVS pathsGuillem Jover
2009-10-25 * debian/patches/console_current_vcs.patch: Cherry-pick patch to fixSamuel Thibault
loading the current_vcs driver. * debian/patches/hurd_console_startup.patch: Add -d current_vcs to enable /dev/cons/vcs by default.
2009-10-17debian/patches/libpthread_kill_0.patch: New patch to fix pthread_kill(th, 0);Samuel Thibault
2009-10-13fix patchSamuel Thibault
2009-10-13debian/patches/libpthread_cancel_init.patch: New patch to fix portabilitySamuel Thibault
of pthread.h
2009-10-13revert previous commit, util-linux is required anywaySamuel Thibault
2009-10-13debian/control: Make hurd depend on util-linux for /sbin/fsck.Samuel Thibault
2009-10-12debian/rules: Really put debugging symbols into the hurd-dbg package.Samuel Thibault
2009-10-11uploadedSamuel Thibault
2009-10-10fix patchSamuel Thibault
2009-10-10debian/patches/libdiskfs-rename.patch: New patch to fix ext2fs hang onSamuel Thibault
renaming directory to something/.
2009-09-27debian/patches/MAKEDEV.patch: New patch to use bash for MAKEDEV.Samuel Thibault
(Closes: Bug#548587)
2009-09-26debian/control: Add Provides: hurd to the hurd-udeb package, to meetSamuel Thibault
dependencies. debian/rules: Add --add-udeb="hurd-udeb" option to dh_makeshlibs invocation for the hurd package, to fix udeb dependency generation.
2009-09-26note that we fix 533782 (non-standard gcc/g++ used for build (gcc-4.2))Samuel Thibault
2009-09-26debian/patches/pfinet-gcc-4.3-fix.patch: Cherry-pick upstream patch to fixSamuel Thibault
build with gcc-4.3 debian/rules: Set CC to gcc-4.3 instead of gcc-4.2. debian/control: Build-Depend on gcc-4.3 instead of gcc-4.2.
2009-09-21debian/control: Add missing comma in Build-Depends.Samuel Thibault
2009-08-29debian/patches/procfs.patch: Fix a couple of memory leaks, fix swap size report.Samuel Thibault
2009-08-23debian/patches/libpthread_no_recursive_mutex_initializer.patch: Remove ↵Samuel Thibault
unused patch.
2009-06-28New snapshot from CVS, drop a few merged patchesSamuel Thibault
debian/control: Now using Standards-Version 3.8.2 (no changes needed). debian/control: Add myself to uploaders. Release
2009-06-08Change hurd-dbg section to debugGuillem Jover
2009-05-28 * debian/patches/libpthread_recursive_mutex_initializer.patch: New patchSamuel Thibault
to fix the recursive mutex initializers usage in libraries not linking against libpthread.
2009-05-25debian/patches/exec_fix.patch: New patch to fix random hang of exec.Samuel Thibault
2009-05-24debian/patches/extern_inline_fix.patch: New patch from Marc Dequene toSamuel Thibault
fix extern inline declarations.
2009-05-08 * debian/patches/libpthread_no_recursive_mutex_initializer.patch: New patchSamuel Thibault
to drop undefined references to __pthread_recursive_mutexattr.
2009-05-08do not disable adding PTHREAD_RWLOCK_INITIALIZER, that's not the one that ↵Samuel Thibault
poses problems
2009-04-29complete libpthread_mutex_owner patchSamuel Thibault
2009-04-29fix changelogSamuel Thibault
2009-04-28 * debian/patches/libpthread_rwlock_initializer.patch: Disable patch for now:Samuel Thibault
our initializer does not work when the application does not link against libpthread.
2009-04-28Really fix posixity of access(): only regular files should see their x bit ↵Samuel Thibault
checked for
2009-04-28 * debian/patches/libpthread_setcancel.patch: New patch to fix configurationSamuel Thibault
of octave3.0.
2009-04-23fix hurd-specific initializationSamuel Thibault
2009-04-23fix uninitialized field have_kernel_resourcesSamuel Thibault
2009-04-18 * debian/patches/thread-throttle.patch: Remove patch, makes ext2fs hang onSamuel Thibault
big syncs.
2009-04-18 * debian/patches/libports_stability.patch: New patch to keep the oldSamuel Thibault
behavior of libports. * debian/patches/libpthread_fix.patch New patch from Thomas Schwinge to fix libpthread.
2009-04-18 * debian/patches/dir_acces_fix.patch: New patch, fixes ext2fs crashes.Samuel Thibault
2009-04-04 * debian/patches/stat_round.patch: New temporary patch, fixes symlink issuesSamuel Thibault
with tar.
2009-02-24 * debian/patches/in6_addr.patch: New patch to fix compilation under libc 2.9.Samuel Thibault
2009-02-02 * debian/patches/stat-fix.patch: New patch, fixes some timestamp issues.Samuel Thibault
2009-01-30Add patch that fixes compilation under libc 2.9. Not enabled yetSamuel Thibault
2009-01-23 * debian/patches/libpthread_rwlock_initializer.patch: New patch, add missingSamuel Thibault
PTHREAD_RWLOCK_INITIALIZER.
2008-10-01 * debian/rules (binary-predeb/hurd): Adjust paths.Michael Banck
* debian/hurd.install: Likewise. * debian/hurd-udeb.install: Likewise. * debian/hurd.dirs: Added /usr/bin.
2008-10-01 * debian/patches/libpthread_mutex_owner.patch: New patch, fix a hang inMichael Banck
libpthread, by Neal Walfield.
2008-09-26trivial wording changeMichael Banck
2008-09-26Same procedure for fakerootMichael Banck
2008-09-26 * debian/rules: Install uptime and vmstat into /usr/bin, not /bin.Michael Banck
* debian/hurd.postinst: Update accordingly.
2008-09-26Move w to /usr/binMichael Banck