summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2012-07-15control: Add missing xkb-data, flex, and bison build-dependencies.Samuel Thibault
2012-07-15Add missing pkg-config build-dependencySamuel Thibault
2012-07-15Add missing libx11-dev and x11proto-core-dev build-dependencies.Samuel Thibault
2012-07-12control: Make hurd depend on xkb-dataSamuel Thibault
2012-07-11Add keyboard layout switch to d-iSamuel Thibault
* control: Make hurd-udeb depend on xkb-data-udeb. Make hurd conflict/replace console-driver-xkb. * rules: Add empty compose file for hurd-udeb. * hurd.install: Do not install empty compose file. * local/runsystem: Read keyboard layout from console-setup, restart the console automatically.
2012-06-06control: Add missing autoconf build-dependency.Samuel Thibault
2012-05-25control: Depend on libpciaccess-dev for libddekit.Samuel Thibault
2012-05-22Fix hang in d-i at parman stageSamuel Thibault
* Do not make hurd-udeb depend on netdde-udeb, it leads to configure recursion, and is not actually needed.
2012-05-20make hurd-udeb depend on netdde-udeb, not netddeSamuel Thibault
2012-05-20Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurdSamuel Thibault
Conflicts: debian/changelog
2012-05-20Enable netdde by defaultSamuel Thibault
* control: Depend on netdde, recent enough (>= 0.0.20120518~) to avoid conflicts with gnumach drivers. * local/setup-translators: Setup netdde translator and /dev/eth*. * debian/hurd.postinst: Migrate pfinet into using /dev/eth0.
2012-04-27build-depend on gcc-4.7 instead of gcc-4.6Samuel Thibault
2012-04-25Remove libpthread, now shipped by glibc, and depend on itSamuel Thibault
2012-02-27control: Set hurd-udeb XC-Package-Type to udeb.Samuel Thibault
2012-02-25control: Bump Standards-Version to 3.9.3 (no changes).Samuel Thibault
2011-11-07debian/control: Recommend bf-utf-source to get more than just latin1 on the ↵Samuel Thibault
console.
2011-11-06debian/control: Use hurd-any instead of hurd-i386.Samuel Thibault
2011-10-30Use native random serverSamuel Thibault
* debian/control, debian/local/setup-translators: Use native random server set on /dev/u?random-hurd instead of random-egd on /dev/u?random. * debian/hurd.{postinst,prerm}: Handle alternative for /dev/u?random, default to u?random-hurd. * debian/hurd.lintian-overrides: Override warnings about the /dev/u?random mangling. * debian/copyright: Fix copyright notice. * debian/control: - Drop article from synopsis. - Tighten hurd-dev dependency on hurd to the same version.
2011-08-18Also provide random-egd, for smooth transitionSamuel Thibault
2011-08-18conflict/replace random-egdSamuel Thibault
2011-08-18debian/control, debian/local/setup-translators: Use native random server ↵Samuel Thibault
instead of random-egd.
2011-05-23Make the hurd package depend on random-egdSamuel Thibault
to get /dev/*random working as early as d-i's base install.
2011-05-20Build with gcc-4.6Samuel Thibault
2011-04-10Build with gcc-4.5Samuel Thibault
* debian/control: Depend on gcc-4.5 instead of gcc-4.4. * debian/rules: Build with gcc-4.5.
2011-04-10Bump Standards-Version to 3.9.2 (no change needed)Samuel Thibault
2011-03-21Use useradd instead of adduser to fix debootstrapSamuel Thibault
* debian/hurd.postinst: use useradd from required passwd package instead of adduser, which is not required and thus not available at debootstrap. * debian/control: Bump Standards-Version to 3.9.1 (no change needed).
2011-02-27debian/control Break libc0.3 before getifaddrs fixSamuel Thibault
now that pfinet provides a correct response
2011-02-27debian/control: Break old gnumach packagesSamuel Thibault
instead of depending on them.
2011-02-22debian/control: Recommend random-egd, to provide /dev/*random.Samuel Thibault
2010-08-30 * debian/control: Depend on gcc-4.4 instead of gcc-4.3. Thanks Émilio!Samuel Thibault
2010-08-22 * debian/control: Use Package-Type instead of XC-Package-Type.Samuel Thibault
2010-08-01Update Vcs fields to point to the new git repositoriesSamuel Thibault
2010-08-01Fix and enable parted storesJeremie Koenig
* debian/control: Build-Depend on libparted-dev. * debian/rules: Enable parted stores, in a hackish way for now. * debian/local/partman/commit.d/40hurd_reload-partitions: New file for hurd-udeb, make partman restart the partition translators after the partition table has been changed. * debian/hurd-udeb.install: Install file above.
2010-06-06Bump Standards-Version to 3.8.4 (no change needed).Samuel Thibault
2010-06-06Drop -1 from gnumach-dev dependency.Samuel Thibault
2010-01-09Add dpkg (>= 1.15.4) | install-info dependency.Samuel Thibault
2010-01-07 * debian/control: Drop duplicate priority and section fields.Samuel Thibault
* debian/control: Add ${misc:Depends}.
2009-12-23debian/control (hurd-udeb): Add Provides: ipv6-modules, mouse-modules, ↵Samuel Thibault
ufs-modules
2009-12-23debian/control (hurd-udeb): Add Provides: *-modules.Samuel Thibault
2009-11-23 * debian/control (Uploaders): Removed Marcus Brinkmann.Michael Banck
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-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-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-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-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-02-24 * debian/patches/in6_addr.patch: New patch to fix compilation under libc 2.9.Samuel Thibault
2008-09-21 * Change packaging to no tarball-in-tarball and quilt.Michael Banck
+ debian/control (Build-Depends): Added quilt.