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

Log of /trunk/build/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 6160 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 17 15:39:44 2003 UTC (9 years, 7 months ago) by goswin
File length: 1313 byte(s)
Diff to previous 5966 , to selected 5765
Build depend on mkisofs in preparation of building iso images

Revision 5966 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 11 16:29:27 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1304 byte(s)
Diff to previous 5946 , to selected 5765
    - sparc build-depends on genromfs. Closes: #220208
    - remove brltty from everything except access. It is causing problems
      (#219928) on sparc at least.

Revision 5946 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 10 19:53:56 2003 UTC (9 years, 7 months ago) by rhirst
File length: 1286 byte(s)
Diff to previous 5936 , to selected 5765
Add mtools as a build-dep for ia64

Revision 5936 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 10 16:53:29 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1281 byte(s)
Diff to previous 5765
    - ia64 build-depends on dosfstools. Closes: #219919

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

Revision 5743 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 6 04:18:45 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1271 byte(s)
Diff to previous 5490 , to selected 5765
fix description

Revision 5490 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 29 13:11:58 2003 UTC (9 years, 7 months ago) by luther
File length: 1234 byte(s)
Diff to previous 5326 , to selected 5765
Added yaboot powerpc Build-dependency, as it is needed to build d-i.

Revision 5326 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 23 17:19:10 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1216 byte(s)
Diff to previous 5323 , to selected 5765
move architecture to right place

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: 1216 byte(s)
Diff to previous 4842 , to selected 5765
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: 2381 byte(s)
Diff to previous 4657 , to selected 5765
- 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 4657 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 10 17:53:31 2003 UTC (9 years, 8 months ago) by joeyh
File length: 2371 byte(s)
Diff to previous 4608 , to selected 5765
update for libdebian-installer4

Revision 4608 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 7 21:41:37 2003 UTC (9 years, 8 months ago) by joeyh
File length: 2371 byte(s)
Diff to previous 4328 , to selected 5765
- remove my daily build stuff from Makefile
- remove code to rm a $(TEMP)/modules directory that is not referenced anywhere
- also code to remove $(NETDRIVERS), also unreferenced
- remove the USER_MOUNT_HACK
- make the TYPE sanity check clearer (combine it all into one place, commnent)
- update copyright
- broke list file parsing out into a standalone program (pkg-list), and
  removed the nasty, nasty code that used to do this
- removed NO_KERNEL and NO_BASE hacks. Instead list files can #include
  "base" and/or "kernel" to get those.
- modified all list files to include base/kernel as necessary
- no need for a versioned dep on sed anymore, removed it (good riddance!)
- many comment cleanups
- move wget-cache removal to the crufy old debian/rules, which creates it.
- move pcmcia-cs-udeb to the net_drivers image. Library reduction should still
  kick in for it
- Don't fail get_udebs if the apt-get update fails. It will fail later if not
  all required udebs are already downloaded. This allows for offline builds.
- Add a config/local, that can override other configs. I use it to set my
  floppy device. Like sources.list.local, it is not in CVS
- add a NO_TERMINFO to prevent copying of that for the bootfloppy.
  Terminfo should really be in a udeb..
- reordered targets
- remove fetch-sources and compile-udebs targets. If you used them, I will
  put them back, but they're unreferenced and look crufty
- don't generate -reduced entries in status for the kernel image
  (it was finding .dep files..)
- remove DEBUGUDEBDIR in reallyclean
- if a /etc/apt/sources.list item does not have "main" on it, it is probably
  not something to use for d-i
- add a warning comment to the top of generated sources.list
- add a FLOPPY_SIZE to netboot config. 1440 is a bit too small, but 2880
  may be far too big, so it needs tweaking
- remove extraneous dd in make/arch/linux-i386, the mkfs.mdsos -C will
  set up the file
- doc updates for new sources.list system, etc
- add listtypes target to makefile
- add sources.list to .cvsignore
- fix regexp for reduced font file in .cvsignore
- moved some more paths out of the main Makefile to config/dir
- corrected wording in the powerpc boot.msg file

Revision 4328 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 28 03:02:10 2003 UTC (9 years, 8 months ago) by waldi
File length: 2389 byte(s)
Diff to previous 4116 , to selected 5765
- usb not in s390
- tip22 build-depend for mips

Revision 4116 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 21 17:12:16 2003 UTC (9 years, 9 months ago) by joeyh
File length: 2375 byte(s)
Diff to previous 3976 , to selected 5765
merge duplicated build-depends lines

Revision 3976 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 7 14:04:40 2003 UTC (9 years, 9 months ago) by ley
File length: 2389 byte(s)
Diff to previous 3878 , to selected 5765
Add build-dependency on libtextwrap1, used by cdebconf

Revision 3878 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 22 15:58:39 2003 UTC (9 years, 9 months ago) by joeyh
File length: 2375 byte(s)
Diff to previous 3608 , to selected 5765
add a build dep on a recent version of sed, and remove redundant apt build dep

Revision 3608 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 19 13:25:56 2003 UTC (9 years, 11 months ago) by mckinstry
File length: 2362 byte(s)
Diff to previous 3544 , to selected 5765
Up to Standards-Version: 3.6.0

Revision 3544 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 16 13:39:50 2003 UTC (9 years, 11 months ago) by mckinstry
File length: 2362 byte(s)
Diff to previous 3542 , to selected 5765
We need bdftobogl to build the font

Revision 3542 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 16 13:12:28 2003 UTC (9 years, 11 months ago) by joeyh
File length: 2349 byte(s)
Diff to previous 3505 , to selected 5765
upx is i386-specific, I think

Revision 3505 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 14:22:53 2003 UTC (9 years, 11 months ago) by mckinstry
File length: 2342 byte(s)
Diff to previous 3497 , to selected 5765
Now require upx-ucl-beta, to make kernel fit on first floppy

Revision 3497 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 13:24:46 2003 UTC (9 years, 11 months ago) by mckinstry
File length: 2328 byte(s)
Diff to previous 3471 , to selected 5765
Add bf-utf-source, needed to build the font for newt

Revision 3471 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 16:49:57 2003 UTC (9 years, 11 months ago) by mckinstry
File length: 2313 byte(s)
Diff to previous 3442 , to selected 5765
control

Revision 3442 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 09:44:46 2003 UTC (9 years, 11 months ago) by joeyh
File length: 2345 byte(s)
Diff to previous 3433 , to selected 5765
i386 only for mtools

Revision 3433 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 08:30:56 2003 UTC (9 years, 11 months ago) by joeyh
File length: 2338 byte(s)
Diff to previous 3429 , to selected 5765
needs a new enough syslinux

Revision 3429 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 08:20:05 2003 UTC (9 years, 11 months ago) by joeyh
File length: 2326 byte(s)
Diff to previous 3425 , to selected 5765
- remove USER_MOUNT_HACK and apply Thomas Viehmann's patch to use
  new syslinux that does not need to run as root
- add mtools to build deps, needed by above

Revision 3425 - (view) (download) (annotate) - [select for diffs]
Added Mon Jul 14 07:54:01 2003 UTC (9 years, 11 months ago) by joeyh
File length: 2318 byte(s)
Diff to selected 5765
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.

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