summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2014-03-21remove udeb rulesJustus Winter
2014-03-21sync with upstream packagingJustus Winter
2013-12-04remove udeb stuffJustus Winter
2013-09-23rules: Pass --without-libdaemon to udeb configure.Samuel Thibault
2013-09-24Drop CC definition, it is not actually exportedSamuel Thibault
2013-09-23no multiarch when install for udebPino Toscano
multiarch is not used in udebs, so there is no need to do the udeb installation using a multiarch library directory to move them back later
2013-09-23dh_install: use --remaining-packages to not process udebs twicePino Toscano
2013-09-23rules: allow to pass own configure args to build flavoursPino Toscano
2013-09-23do a separate build for the udeb variantPino Toscano
this way it can have a different configuration: - use build-udeb as build dir - use debian/tmp-udeb as DESTDIR, and use it as sourcedir for dh_install of *-udeb binaries
2013-09-23dh_install: force debian/tmp as sourcedirPino Toscano
strip/fix the paths in *.install.in files according to the new root
2013-09-23pass the right builddir to dh_auto_cleanPino Toscano
2013-09-22rename the "build" build dir to "build-deb"Pino Toscano
2013-09-21exclude shlibs for private modules in /usr/lib/hurdPino Toscano
this allows the drop of the shlibs for hurd, which has no public libraries anymore after the hurd-libs0.3 split
2013-09-21rename installed libdde-linux26 stuff back to libdde_linux26Pino Toscano
2013-09-17Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurdSamuel Thibault
Conflicts: debian/changelog
2013-09-17control, hurd.install.in, rules: Remove ufs parts.Samuel Thibault
2013-09-16Make lintian happierSamuel Thibault
* rules, control: Switch to makeinfo. * Refresh lintian overrides.
2013-07-27Use autoreconfSamuel Thibault
2013-07-27Move to multiple orig tarballs.Samuel Thibault
Rename libdde_linux26 into libdde-linux26
2013-06-19Merge branch 'upstream-merged'Samuel Thibault
2013-06-19Fix documentation build, add io_select_timeoutSamuel Thibault
* Add doc-fix.patch to fix documentation build. * Add io_select_timeout patch to introduce the RPC definition for libc to build the RPC stubs.
2013-03-24Stop installing the upstream ChangeLogPino Toscano
it is just a pointer to the pre-Git ChangeLog files
2013-02-28Split the hurd libraries in own hurd-libs0.3{,-udeb} packagesPino Toscano
2013-02-28hurd libs: install in multiarch lib dirs (when !udeb)Pino Toscano
2013-02-28Call dh_install with --list-missingPino Toscano
2013-02-28hurd{,-dev,-udeb}.install -> hurd{,-dev,-udeb}.install.inPino Toscano
generate the .install files at build time, so we can put values known only at build time
2013-02-25Switch rules from cdbs to the sequential `dh'Pino Toscano
- Bump the debhelper build dependency to >= 7.0.50~. - Drop the cdbs build dependency.
2013-02-25fix debug symbols extractionPino Toscano
2013-02-25X11 compose data: turn into static files, install in hurd-udebPino Toscano
2013-02-25hurd/hurd-dev: install more stuff via dh_installPino Toscano
... instead of copying them manually.
2013-02-24hurd-console.default: rename to hurd.hurd-console.default; let it be ↵Pino Toscano
installed by dh_installinit
2013-02-24Bump debhelper compatibility to 7Pino Toscano
- Bump compat to 7. - Bump the debhelper build dependency to >= 7. - Fix the dh_strip parameters.
2012-07-11fix pathsSamuel 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-07-10rules: Set XKB_DATA root for installing in debian/tmpSamuel Thibault
2012-04-26rules: Bump to gcc-4.7.Samuel Thibault
2012-04-08rules: Remove dde drivers, will be shipped by netddeSamuel Thibault
2012-02-22Add libddekit and libdde_linux26 headers.Samuel Thibault
2012-02-19Use CURDIR instead of PWDSamuel Thibault
2012-02-19Add missing clean bitsSamuel Thibault
2012-02-19fix clean ruleSamuel Thibault
2012-02-19fix clean ruleSamuel Thibault
2012-02-19Fix dde drivers linkSamuel Thibault
2012-02-19Clean DDE buildSamuel Thibault
2012-02-19New upstream snapshot.Samuel Thibault
2012-02-01rename {halt,reboot} to {halt,reboot}-hurdPino Toscano
... and handle them as slaves of the runsystem alternative.
2011-11-12autoconf's libexec actually defaults to /lib/hurdSamuel Thibault
2011-11-12Drop /libexecSamuel Thibault
* patches/libexec.patch, hurd.install, hurd-udeb.install, hurd.postinst, rules: Move getty, console-run, and runttys to /sbin, runsystem and rc to /etc/hurd (Closes: Bug#556526). * hurd-udeb.lintian-overrides: Drop override about /libexec
2011-10-30debian/local/cdrom.h: Add header for basic CD-ROM ioctl supportSamuel Thibault
2011-05-20Build with gcc-4.6Samuel Thibault