/[d-i]/trunk/build/debian/rules
ViewVC logotype

Log of /trunk/build/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 11647)

Revision 8600 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 22:36:45 2004 UTC (9 years, 4 months ago) by ths-guest
File length: 2036 byte(s)
Diff to previous 8550
Remove special handling for "default", part 2.

Revision 8550 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 01:41:43 2004 UTC (9 years, 4 months ago) by ths-guest
File length: 2040 byte(s)
Diff to previous 7141
Redesigned build system. Major changes to the configuration handling for
all architectures.
Remove arhcdetect from m68k config, it is already in the generic config.
Fix broken alpha build, input-modules isn't created for -di kernel flavour.

Revision 7141 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 27 01:53:50 2003 UTC (9 years, 5 months ago) by ths-guest
File length: 2166 byte(s)
Diff to previous 7109
Fix build failure, images/ wasn't created.

Revision 7109 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 26 17:49:56 2003 UTC (9 years, 5 months ago) by joeyh
File length: 2131 byte(s)
Diff to previous 7019
    - Don't put docs under images/, so debian-cd will find them.

Revision 7019 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 24 05:33:38 2003 UTC (9 years, 5 months ago) by joeyh
File length: 2114 byte(s)
Diff to previous 7009
md5sum files only

Revision 7009 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 24 00:48:13 2003 UTC (9 years, 5 months ago) by joeyh
File length: 2099 byte(s)
Diff to previous 6691
updates for linux-kernel-di scsi reorg, netcfg reorg, and quick doc hack
(to revert later). Not very well tested, sorry.

Revision 6691 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 12:36:42 2003 UTC (9 years, 6 months ago) by ths-guest
File length: 1811 byte(s)
Diff to previous 6255
Build the demo tree only for architectures which support it.
Don't build images for the demo target.
Ensure TYPE=demo for the Makefile's demo target.
Remove stamp files for tree and get_udebs at the begin of their rule,
create them at the rule's end.
Ignore errors for the all_clean target.
Don't use USERDEVFS for linux-mips.

This patch was tested with a build on both mips and i386.

Revision 6255 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 19 01:15:55 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1932 byte(s)
Diff to previous 5768
    - In debian/rules, if the changelog is UNRELEASED, use unstable as the
      DISTRIBUTION.

Revision 5768 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 6 20:30:57 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1870 byte(s)
Diff to previous 5765
   * Enable ia64 in control file. (Build report from Jeff Bailey)
   * Idempotency fix in debian/rules install.
   * Put in some stuff to allow for more than one release per day.

Revision 5765 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 6 20:10:20 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1832 byte(s)
Diff to previous 5523
   * Enable ia64 in control file. (Build report from Jeff Bailey)
   * Idempotency fix in debian/rules install.

Revision 5523 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 30 23:43:21 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1831 byte(s)
Diff to previous 5497
Uppercased the md5sums filename.

Revision 5497 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 29 17:21:17 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1831 byte(s)
Diff to previous 5328
add a md5sums, and only stamp after building

Revision 5328 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 23 17:38:43 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1782 byte(s)
Diff to previous 5323
full clean, add build stamp, remove byhand section

Revision 5323 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 23 16:34:10 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1753 byte(s)
Diff to previous 4842
This is a new try at debianizing the build directory. It generates a
debian-installer-demo package, with a d-i-demo command in it that chroots
into the demo tree. This is mainly so the autobuilders can trac the
package. The main payload is in the form of a tarball of images, with a
directory structure built to be unpacked into the debian archive.

Revision 4842 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 14 02:06:30 2003 UTC (9 years, 8 months ago) by joeyh
File length: 3062 byte(s)
Diff to previous 4424
- Add a per-arch KERNEL_FLAVOUR variable, that controls the flavour of kernel
  module udebs that is used. This could be the true kernel flavour (i686,
  etc), but for now it is being used to handle the linux-kernel-di
  transition without breaking anything.
- For i386, use the new "di" udebs, from kernel-image-di in d-i cvs.
- For now, all other architectures keep on using the "udeb" udebs. As alpha,
  etc, are transitioned to use the new linux-kernel-di package (if they
  are), they can be switched over to the "di" udebs.
- Fix a bug in the localudebs handling if a udeb is listed in $needed twice
  (due to drivers lists).
- Modified pkg-list to take the KERNEL_FLAVOUR as a parameter. It then
  substitutes this in along with the kernel version in ${kernel:Version},
  so all the pkg-lists had to be changed, removing the "-udeb" after
  "${kernel:Version}"
- Update i386 pkg-lists to reflect changes in linux-kernel-di: fat-modules
  was split out of floppy-modules, and all i386 lists that include the
  latter get the former added.
- Similar changes to i386 pkg-lists for ide-core-modules and scsi-core-modules.
- The bootfloppy will now support loading the initrd from USB floppies,
  and other USB storage media. 69k free, whee!
- Don't delete unreferenced missing.txt in reallyclean. Delete it in
  debian/rules, which is what creates it.
- Fix make clean to delete driver stuff in tmp dir.
- Version build-dependency on libdebconfclient0.
- Add hd-media image type, for installs from ISOs on a hard drive.
- Fixed type listing when incorrect type is given (don't loop).
- Add all_clean target.
- TODO updates
- README updates
- add usage message to pkg-lists

Revision 4424 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 30 19:51:00 2003 UTC (9 years, 8 months ago) by rhirst
File length: 3050 byte(s)
Diff to previous 3425
Set KERNELS_hppa

Revision 3425 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 07:54:01 2003 UTC (9 years, 11 months ago) by joeyh
File length: 3100 byte(s)
Diff to previous 3424
Reverted rules back to 1.6 (except 1.7 change), and control likewise.
It's important that the README be accurate and it be easy to build images
w/o editing a mirror into debian/rules, generating a control file, etc.

Revision 3424 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 07:42:07 2003 UTC (9 years, 11 months ago) by joeyh
File length: 4110 byte(s)
Diff to previous 3422
revert

Revision 3422 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 07:41:37 2003 UTC (9 years, 11 months ago) by joeyh
File length: 4126 byte(s)
Diff to previous 2796
Removed under-escaped \n that was appending a "n" to some kernel udeb
names. It's not necessary since there is already whitespace in the list, I
think. If it is necessary, it should be a space, or escaped a few more
times.

Revision 2796 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 19 13:19:27 2003 UTC (10 years, 2 months ago) by mckinstry
File length: 4110 byte(s)
Diff to previous 2706
Change i386 kernel to 2.4.20-1-386

Revision 2706 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 11 20:02:51 2003 UTC (10 years, 2 months ago) by mckinstry
File length: 4108 byte(s)
Diff to previous 2623
Now pull all the udebs sources into the tarball when packaging,
with the './debian/rule configure' target. Then building the package
builds all needed udebs first.

Revision 2623 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 6 16:12:04 2003 UTC (10 years, 2 months ago) by mckinstry
File length: 3098 byte(s)
Diff to previous 2604
Ensure we don't include local udebs

Revision 2604 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 5 22:41:54 2003 UTC (10 years, 2 months ago) by mckinstry
File length: 3069 byte(s)
Diff to previous 2562
Enable ia64 kernel; its in the archive now

Revision 2562 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 3 17:44:54 2003 UTC (10 years, 2 months ago) by mckinstry
File length: 2996 byte(s)
Diff to previous 2394
Now builds the debian-installer-${ARCH} images, for testing purposes.

Revision 2394 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 18 21:26:56 2003 UTC (10 years, 3 months ago) by pere
File length: 227 byte(s)
Diff to previous 2351
Get 'debuild' working.

Revision 2351 - (view) (download) (annotate) - [select for diffs]
Added Sun Mar 16 19:30:35 2003 UTC (10 years, 3 months ago) by pere
File length: 90 byte(s)
Add dummy files to make it possible to get debuild or dpkg-buildpackage to report the missing depedencies.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5