/[d-i]/trunk/packages/hw-detect/debian/control
ViewVC logotype

Log of /trunk/packages/hw-detect/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 41247 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 4 17:13:52 2006 UTC (6 years, 7 months ago) by joeyh
File length: 1439 byte(s)
Diff to previous 40498
add XS-Vcs-Svn fields for every source package in d-i

Revision 40498 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 6 19:13:39 2006 UTC (6 years, 8 months ago) by joshk
File length: 1377 byte(s)
Diff to previous 39997
-ENOTIME

Revision 39997 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 19 23:13:28 2006 UTC (6 years, 9 months ago) by fjp
File length: 1414 byte(s)
Diff to previous 38069
- Remove standards-version and add Lintian override for it
- Release version 1.41

Revision 38069 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 14 00:28:37 2006 UTC (6 years, 11 months ago) by joeyh
File length: 1441 byte(s)
Diff to previous 36526
* Change ethdetect menu item number from 15 to 18. cdrom-detect, load-iso,
  load-cdrom, ethdetect, and s390-netdevice are all changed due to this and
  should transition together.

Revision 36526 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 19 17:48:12 2006 UTC (7 years, 1 month ago) by fjp
File length: 1441 byte(s)
Diff to previous 36479
- Add myself to uploaders
- Release 1.35

Revision 36479 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 18 19:05:24 2006 UTC (7 years, 1 month ago) by fjp
File length: 1413 byte(s)
Diff to previous 35576
discover-sbus: queue SCSI sbus modules for inclusion in initrd and NIC modules for addition to /etc/modules

Revision 35576 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 18 20:03:57 2006 UTC (7 years, 2 months ago) by joeyh
File length: 1413 byte(s)
Diff to previous 35566
add build dep on debhelper that support udeb deps

Revision 35566 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 18 19:42:57 2006 UTC (7 years, 2 months ago) by joeyh
File length: 1410 byte(s)
Diff to previous 35086
releasing version 1.34

Revision 35086 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 23 22:43:23 2006 UTC (7 years, 2 months ago) by joeyh
File length: 1410 byte(s)
Diff to previous 32668
* Remove most code that prompted for module parameters. The new model d-i
  uses for module parameters is that the user should enter them on the
  kernel command line at boot, using the form module.param=value. This
  allows module parameters to be specified before udev loads modules during
  boot. Closes: #271065
* Needs rootskel 1.30.

Revision 32668 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 3 17:45:59 2005 UTC (7 years, 5 months ago) by joeyh
File length: 1390 byte(s)
Diff to previous 30776
* udebs are not allowed to have ORed deps (and it was adding cruft to the
  build) so remove the discover/udev deps entirely. It would be better to
  use a depends on something provided by both packages, but these deps are
  not really needed since both hw-detect and one or the other is part of the
  d-i base system.

Revision 30776 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 22 17:33:21 2005 UTC (7 years, 7 months ago) by cjwatson
File length: 1413 byte(s)
Diff to previous 30747
Update all users of log-output to use new -t flag.

Revision 30747 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 22 07:21:48 2005 UTC (7 years, 7 months ago) by joeyh
File length: 1413 byte(s)
Diff to previous 29526
* Use log-output.

Revision 29526 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 28 09:19:49 2005 UTC (7 years, 9 months ago) by cjwatson
File length: 1353 byte(s)
Diff to previous 28495
* Most of archdetect moved to libdebian-installer so that it can be used
  by other C code in d-i more conveniently. Use di_system_subarch_analyze
  from there.

Revision 28495 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 18 03:02:29 2005 UTC (7 years, 11 months ago) by joeyh
File length: 1290 byte(s)
Diff to previous 28494
    - Rename the source package as it's going through NEW anyway.

Revision 28494 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 18 03:01:19 2005 UTC (7 years, 11 months ago) by joeyh
File length: 1288 byte(s)
Diff to previous 28492
source package rename

Revision 28492 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 18 02:49:12 2005 UTC (7 years, 11 months ago) by joeyh
Original Path: trunk/packages/ddetect/debian/control
File length: 1288 byte(s)
Diff to previous 28057
  * Joey Hess
    - Rename hw-detect-full to disk-detect.
    - Add a disk-detect command, which uses hw-detect to load any additional
      drivers, as hw-detect-full did, but which also checks to see if any
      disks were found, and if none are, allows the user to select driver
      modules from a list, or load more from a floppy. Closes: #283193
    - disk-detect will use partman's parted_devices command if available to
      see if any disks are found. Otherwise it falls back to a devfs find
      similar to that used by partitioner and autopartkit. This is probably
      good enough, but partman could be extended for network filesystems or
      something else and disk-detect's check would not know about it.
    - Move retry_params template to hw-detect so disk-detect can use it too.
      hw-detect might also use it in the future. Same with load_floppy
      template.
    - Remove ethdetect/modprobe_error template, as it's identical to
      hw-detect/modprobe_error. Use the latter in ethdetect.
    - Direct some modprobe output to /var/log/messages in ethdetect as is done
      in hw-detect.
    - Add a cleanup function to ethdetect.

Revision 28057 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 30 00:13:06 2005 UTC (7 years, 11 months ago) by cjwatson
Original Path: trunk/packages/ddetect/debian/control
File length: 1334 byte(s)
Diff to previous 28053
No longer build-depend on libdebconfclient0-dev, due to archdetect change.

Revision 28053 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 29 23:41:50 2005 UTC (7 years, 11 months ago) by cjwatson
Original Path: trunk/packages/ddetect/debian/control
File length: 1357 byte(s)
Diff to previous 27400
Make discover | hotplug-udeb dependency Linux-specific.

Revision 27400 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 8 16:53:21 2005 UTC (8 years ago) by joeyh
Original Path: trunk/packages/ddetect/debian/control
File length: 1359 byte(s)
Diff to previous 27380
  * Joey Hess
    - Set hw-detect-full priority to optional to match overrides.

Revision 27380 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 7 20:42:14 2005 UTC (8 years ago) by joeyh
Original Path: trunk/packages/ddetect/debian/control
File length: 1340 byte(s)
Diff to previous 27272
    - Turn seen flag setting back on after trying to ask the pcmcia start
      question, now that #257180 is fixed. Add a dependency on the version of
      cdebconf that fixed it. Closes: #280025

Revision 27272 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 4 18:17:20 2005 UTC (8 years ago) by cjwatson
Original Path: trunk/packages/ddetect/debian/control
File length: 1315 byte(s)
Diff to previous 24954
Add integration with hotplug:
+ Re-run hotplug rc scripts during hardware detection.
+ Hook into net events so that we can record them for netcfg.
Requires lspci in udeb form, which isn't yet available (#284110).

Revision 24954 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 14 23:53:02 2005 UTC (8 years, 4 months ago) by bdale
Original Path: trunk/packages/ddetect/debian/control
File length: 1300 byte(s)
Diff to previous 22724
add me to the uploaders list

Revision 22724 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 6 19:08:57 2004 UTC (8 years, 7 months ago) by joeyh
Original Path: trunk/packages/ddetect/debian/control
File length: 1270 byte(s)
Diff to previous 22439
releasing version 1.09

Revision 22439 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 1 20:58:24 2004 UTC (8 years, 7 months ago) by joeyh
Original Path: trunk/packages/ddetect/debian/control
File length: 1485 byte(s)
Diff to previous 22126
remove some rather useless extended descriptions

Revision 22126 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 21:09:05 2004 UTC (8 years, 7 months ago) by joeyh
Original Path: trunk/packages/ddetect/debian/control
File length: 1769 byte(s)
Diff to previous 22124
re-enable archdetect-deb after my upload

Revision 22124 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 21:05:23 2004 UTC (8 years, 7 months ago) by joeyh
Original Path: trunk/packages/ddetect/debian/control
File length: 1555 byte(s)
Diff to previous 21982
releasing version 1.06

Revision 21982 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 23 15:02:15 2004 UTC (8 years, 7 months ago) by waldi
Original Path: trunk/packages/ddetect/debian/control
File length: 1770 byte(s)
Diff to previous 20622
Add archdetect-deb package.

Revision 20622 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 2 13:30:01 2004 UTC (8 years, 8 months ago) by cjwatson
Original Path: trunk/packages/ddetect/debian/control
File length: 1554 byte(s)
Diff to previous 18874
Make hw-detect Architecture: any so that we don't have to have
discover-mac-io on non-powerpc architectures.

Revision 18874 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 5 05:18:50 2004 UTC (8 years, 9 months ago) by joshk
Original Path: trunk/packages/ddetect/debian/control
File length: 1554 byte(s)
Diff to previous 18299
hardware architecture, not architect

Revision 18299 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 24 11:58:39 2004 UTC (8 years, 9 months ago) by cjwatson
Original Path: trunk/packages/ddetect/debian/control
File length: 1551 byte(s)
Diff to previous 16479
Add myself to Uploaders.

Revision 16479 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 30 17:10:58 2004 UTC (8 years, 11 months ago) by bubulle
Original Path: trunk/packages/ddetect/debian/control
File length: 1515 byte(s)
Diff to previous 16422
Add myself to Uploaders

Revision 16422 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 28 19:14:22 2004 UTC (8 years, 11 months ago) by cjwatson
Original Path: trunk/packages/ddetect/debian/control
File length: 1475 byte(s)
Diff to previous 15986
Don't try to load floppy or ide-floppy on NewWorld PowerMacs. Most (all?)
newworld systems don't have floppy drives, and loading the module apparently
hangs G5s.

Revision 15986 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 21 12:18:07 2004 UTC (9 years ago) by waldi
Original Path: trunk/packages/ddetect/debian/control
File length: 1463 byte(s)
Diff to previous 14843
hw-detect-full enhanced hw-detect.

Revision 14843 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 5 14:05:10 2004 UTC (9 years ago) by cjwatson
Original Path: trunk/packages/ddetect/debian/control
File length: 1443 byte(s)
Diff to previous 11903
Bump priorities of hw-detect and hw-detect-full to standard, in line with
the override file.

Revision 11903 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 24 23:04:55 2004 UTC (9 years, 1 month ago) by joeyh
Original Path: trunk/packages/ddetect/debian/control
File length: 1481 byte(s)
Diff to previous 11697
   * Joey Hess
     - Reworded the missing modules warning to try to make it less confusing to
       users who think we don't have the modules at *all*, when in fact they've
       just not been retreived yet.
     - Depend on discover, which will be provided by discover-udeb or
       discover1-udeb.
   * Vincent Sanders
     - added ARM machine detection
   * Updated translations:
     - Catalan (ca.po) by Jordi Mallach
     - Danish (da.po) by Claus Hindsgaul
     - French (fr.po) by Christian Perrier
     - Hungarian (hu.po) by VERÓK István
     - Italian (it.po) by Davide Viti
     - Japanese (ja.po) by Kenshi Muto
     - Lithuanian (lt.po) by Kęstutis Biliūnas
     - Dutch (nl.po) by Bart Cornelis
     - Portuguese (pt.po) by Miguel Figueiredo
     - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
     - Ukrainian (uk.po) by Eugeniy Meshcheryakov

Revision 11697 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 09:24:16 2004 UTC (9 years, 2 months ago) by waldi
Original Path: trunk/packages/ddetect/debian/control
File length: 1506 byte(s)
Diff to previous 11572
trunk/packages: Move from trunk/tools.

Revision 11572 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 21 13:19:43 2004 UTC (9 years, 2 months ago) by waldi
Original Path: trunk/tools/ddetect/debian/control
File length: 1506 byte(s)
Diff to previous 9764
tools/ddetect/debian
- hw-detect-full provides harddrive-detection.
- Change priority of hw-detect(-full) to optional.

Revision 9764 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 4 11:26:56 2004 UTC (9 years, 2 months ago) by kraai
Original Path: trunk/tools/ddetect/debian/control
File length: 1438 byte(s)
Diff to previous 9457
Add self to Uploaders.

Revision 9457 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 28 05:57:30 2004 UTC (9 years, 2 months ago) by joshk-guest
Original Path: trunk/tools/ddetect/debian/control
File length: 1407 byte(s)
Diff to previous 8759
add myself to uploaders

Revision 8759 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 13 18:52:58 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/tools/ddetect/debian/control
File length: 1370 byte(s)
Diff to previous 6323
Update to debhelper v4, and use its udeb support.

Revision 6323 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 8 21:54:29 2003 UTC (9 years, 5 months ago) by joeyh
Original Path: trunk/tools/ddetect/debian/control
File length: 1285 byte(s)
Diff to previous 5737
    - Use register-module to register modules for ide and scsi CDROMS,
      so they will be available for base-config.
    - Use register-module to register any module parameters that are entered
      by the user.
    - Fix ethdetect to not write kernel module parameters to
      /target/etc/modules; instead use register-module here too.
    - Add a versioned dep on rootskel.
    - Based on user reports, users are very confused to see the missing
      modules dialog for stuff like ide-floppy, which is both unavailable
      and not autodetected. So leave off non-autodetectable modules from the
      missing modules message.

Revision 5737 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 5 16:14:40 2003 UTC (9 years, 6 months ago) by joeyh
Original Path: trunk/tools/ddetect/debian/control
File length: 1266 byte(s)
Diff to previous 5604
   *  K��stutis Bili��nas
     - Update Lithuanian translation.
   * Joey Hess
     - Check for already loaded modules before saying anything about loading
       them. Should be faster and clearer.
     - If a module is not available, don't say we're loading it, instead
       mention that it was unavailable. The summary of unavailable modules is
       retained because it's easy to miss otherwise.
     - Remove the "(full version)" from hw-detect-full's menu item.
       There is no other version on the menu.
     - Versioned dependencies are not allowed in udebs, removed version from
       cdebconf-udeb dependency.
     - ORed dependencies are not allowed either, removed modutils-basic |
       modutils-full, which was obsolete anyway.

Revision 5604 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 2 16:54:58 2003 UTC (9 years, 6 months ago) by joeyh
Original Path: trunk/tools/ddetect/debian/control
File length: 1323 byte(s)
Diff to previous 4911
Change Installer-Menu-Item from 11 to 15 as part of the 10-30
renumbering.

Revision 4911 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 15 20:51:26 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/tools/ddetect/debian/control
File length: 1323 byte(s)
Diff to previous 4594
   * Claus Hindsgaul
     - Update da (Danish) translation.
   * Andr�� Lu��s Lopes
     - Update pt_BR (Brazilian Portuguese) translation.
   * Denis Barbier
     - Add a comment in templates files to flag main menu items.
   * Christian Perrier
     - Update French translation.
   * Petter Reinholdtsen
     - Correct module name match to avoid matching
       substrings. (Closes: #215453)
     - Try to load ide-floppy as well, as some platforms need it,
       and I am not sure how to probe for it. (Closes: #215455)
   * Joey Hess
     - Load all the PCI IDE drivers before ide-detect, to fix DMA
       issues on some systems. Closes: #215442
     - Remove the hard-coded list of modules from ethdetect, instead search
       for all net drivers and put them in the list, which is not 100% right
       but still much better.
     - Remove the confusing question about manually specifying the module to
       load. Anyone who knows where a non-modprobe-able module is can use the
       shell..
     - Remove redundant ethdetect/title template, and unused
       ethdetect/module_prompt template.
     - hw-detect: collect any modprobe failures, and show them all in one
       screen at the end. Closes: #215163
     - hw-detect: Say "Loading module", not "Detected module", as not all
       the loaded modules were detected.
     - ethdetect: Loop if manual loading does not work, to let the user try
       several modules. Add error if ethernet card is not found.
     - Add myself to uploaders, at least temporarily.

Revision 4594 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 7 01:31:49 2003 UTC (9 years, 7 months ago) by kraai
Original Path: trunk/tools/ddetect/debian/control
File length: 1291 byte(s)
Diff to previous 4465
Add libdebconfclient0-dev to the build-depends.

Revision 4465 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 2 15:08:24 2003 UTC (9 years, 7 months ago) by waldi
Original Path: trunk/tools/ddetect/debian/control
File length: 1268 byte(s)
Diff to previous 4415
Release version 0.43.

Revision 4415 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 30 15:39:04 2003 UTC (9 years, 7 months ago) by waldi
Original Path: trunk/tools/ddetect/debian/control
File length: 1274 byte(s)
Diff to previous 4400
Add archdetect

Revision 4400 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 29 21:28:00 2003 UTC (9 years, 7 months ago) by mckinstry
Original Path: trunk/tools/ddetect/debian/control
File length: 1134 byte(s)
Diff to previous 3623
Fix UTF-8 brokenness; move to Standards-Version: 3.6.1

Revision 3623 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 20 08:34:19 2003 UTC (9 years, 10 months ago) by mckinstry
Original Path: trunk/tools/ddetect/debian/control
File length: 1134 byte(s)
Diff to previous 3104
Move Standards-Version to 3.6.0 : UTF-8 changelogs

Revision 3104 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 11 12:03:33 2003 UTC (10 years ago) by sjogren
Original Path: trunk/tools/ddetect/debian/control
File length: 1134 byte(s)
Diff to previous 2938
New progress bars

Revision 2938 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 3 09:47:43 2003 UTC (10 years ago) by pere
Original Path: trunk/tools/ddetect/debian/control
File length: 1134 byte(s)
Diff to previous 2903
Undo change to make package architecture dependant.

Revision 2903 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 28 19:26:40 2003 UTC (10 years ago) by waldi
Original Path: trunk/tools/ddetect/debian/control
File length: 1290 byte(s)
Diff to previous 2846
don't build for s390

Revision 2846 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 21 14:01:39 2003 UTC (10 years, 1 month ago) by pere
Original Path: trunk/tools/ddetect/debian/control
File length: 1134 byte(s)
Diff to previous 2829
Change priority of ethdetect from standard to optional.  It is only
usefull for network installs, and there is no need to use it unless
it already is on the boot floppy.
Remove everyone but me from the uploaders list.  I am the current
maintainer of this package.

Revision 2829 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 20 20:13:20 2003 UTC (10 years, 1 month ago) by pere
Original Path: trunk/tools/ddetect/debian/control
File length: 1218 byte(s)
Diff to previous 2810
Drop the replaces/provides disk-detect in hw-detect-full.  It confuses
main-menu, and make it loop if disk-detect and hw-detect-full is
installed at the same time.

Revision 2810 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 20 14:34:19 2003 UTC (10 years, 1 month ago) by pere
Original Path: trunk/tools/ddetect/debian/control
File length: 1262 byte(s)
Diff to previous 2804
Expand HW to hardware, and rephrase the ethdetect menu item.

Revision 2804 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 20 10:41:23 2003 UTC (10 years, 1 month ago) by pere
Original Path: trunk/tools/ddetect/debian/control
File length: 1222 byte(s)
Diff to previous 2675
Rewritten ethdetect as shell script, changing arch to 'all' and changing
build-depends to build-depends-indep.
Two new packages, hw-detect (to be used by cdrom-detect, now used by new
ethdetect and hw-detect-full), and hw-detect-full (replacing disk-detect).

Revision 2675 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 9 08:36:03 2003 UTC (10 years, 1 month ago) by pere
Original Path: trunk/tools/ddetect/debian/control
File length: 870 byte(s)
Diff to previous 1857
Add myself to uploaders.

Revision 1857 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 4 04:30:18 2003 UTC (10 years, 3 months ago) by kraai
Original Path: trunk/tools/ddetect/debian/control
File length: 831 byte(s)
Diff to previous 1692
Release.

Revision 1692 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 28 12:18:21 2002 UTC (10 years, 4 months ago) by tfheen
Original Path: trunk/tools/ddetect/debian/control
File length: 800 byte(s)
Diff to previous 1447
change build-deps from libdebian-installer3-dev to libdebian-installer-dev

Revision 1447 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 5 00:03:19 2002 UTC (10 years, 5 months ago) by tfheen
Original Path: trunk/tools/ddetect/debian/control
File length: 801 byte(s)
Diff to previous 1423
fix installer-menu-item and prepare for upload

Revision 1423 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 30 22:41:05 2002 UTC (10 years, 5 months ago) by sjogren
Original Path: trunk/tools/ddetect/debian/control
File length: 801 byte(s)
Diff to previous 1265
Use libd-i3

Revision 1265 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 14 01:20:06 2002 UTC (10 years, 6 months ago) by tfheen
Original Path: trunk/tools/ddetect/debian/control
File length: 801 byte(s)
Diff to previous 1220
fix installer-menu-item and prepare for upload

Revision 1220 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 8 13:51:00 2002 UTC (10 years, 6 months ago) by sjogren
Original Path: trunk/tools/ddetect/debian/control
File length: 800 byte(s)
Diff to previous 1160
Replace XBC with XB in the control files

Revision 1160 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 1 23:33:55 2002 UTC (10 years, 6 months ago) by tfheen
Original Path: trunk/tools/ddetect/debian/control
File length: 801 byte(s)
Diff to previous 1099
switch to libdebian-installer2-dev in build-deps

Revision 1099 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 18 21:29:38 2002 UTC (10 years, 7 months ago) by barbier
Original Path: trunk/tools/ddetect/debian/control
File length: 801 byte(s)
Diff to previous 1096
Convert to po-debconf, set Build-Depends: debhelper (>= 4.1.13)
to ensure that generated templates are right, and set output encoding
to UTF-8.

Revision 1096 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 17 17:08:42 2002 UTC (10 years, 7 months ago) by waldi
Original Path: trunk/tools/ddetect/debian/control
File length: 777 byte(s)
Diff to previous 1040
don't build ethdetect for s390

Revision 1040 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 8 05:25:05 2002 UTC (10 years, 7 months ago) by kraai
Original Path: trunk/tools/ddetect/debian/control
File length: 705 byte(s)
Diff to previous 995
canonicalize ethdetect description capitalization

Revision 995 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 20 04:01:06 2002 UTC (10 years, 8 months ago) by kraai
Original Path: trunk/tools/ddetect/debian/control
File length: 705 byte(s)
Diff to previous 956
Build-depend on libdebian-installer1-dev.

Revision 956 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 12 22:02:15 2002 UTC (10 years, 8 months ago) by porridge
Original Path: trunk/tools/ddetect/debian/control
File length: 704 byte(s)
Diff to previous 911
adjust ddetect and netcfg menu item position
Patch by Michael Cardenas

Revision 911 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 1 22:17:54 2002 UTC (10 years, 8 months ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 704 byte(s)
Diff to previous 908
add python to build-deps

Revision 908 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 1 18:00:02 2002 UTC (10 years, 8 months ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 696 byte(s)
Diff to previous 745
+  * Generate minimized discover data file at build time.
+  * Remove unused detection programs.
+  * Keep each language template in a separate file.
+  * remove broken ISA detection code.

Revision 745 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 23 20:16:21 2002 UTC (10 years, 9 months ago) by tfheen
Original Path: trunk/tools/ddetect/debian/control
File length: 681 byte(s)
Diff to previous 658
witch maintainer name in control file to debian-boot, put David
  Kimdon and Tollef Fog Heen into Uploaders field.
Change build-deps from cdebconf-dev to libcdebconf-dev

Revision 658 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 21 13:04:07 2002 UTC (11 years ago) by tfheen
Original Path: trunk/tools/ddetect/debian/control
File length: 572 byte(s)
Diff to previous 646
Add patch from thomas poindessous to switch to libdebian-installer.

Also remove now-unused utils.[ch]

Revision 646 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 9 05:40:42 2002 UTC (11 years ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 547 byte(s)
Diff to previous 644
+  * patch from Thomas Poindessous <thomas@poindessous.com>
+    - corrects TEST compiling in ethdetect.c
+    - corrects path for -L
+  * build depend on cdebconf-dev
+  * switch to discover from libdetect
+  * cleanup

Revision 644 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 5 13:40:19 2002 UTC (11 years ago) by tfheen
Original Path: trunk/tools/ddetect/debian/control
File length: 560 byte(s)
Diff to previous 641
switch to libdiscover

Revision 641 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 27 19:42:25 2002 UTC (11 years ago) by tfheen
Original Path: trunk/tools/ddetect/debian/control
File length: 562 byte(s)
Diff to previous 621
change to use discover instead of detect, since discover is
maintained, while detect isn't.  They are API compatible

Revision 621 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 29 08:00:08 2002 UTC (11 years, 3 months ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 560 byte(s)
Diff to previous 615
+  * Dutch template thanks to "Thomas J. Zeeman" <tjzeeman@cs.vu.nl>
+    (closes: #95727)
+  * Spanish template thanks to Carlos Valdivia <valyag@teleline.es>
+    (closes: #103216)
+  * Brazilian portuguese template thanks to Andre Luis Lopes
+    <andrelop@ig.com.br> (closes: #108539)

Revision 615 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 06:16:03 2001 UTC (11 years, 5 months ago) by joeyh
Original Path: trunk/tools/ddetect/debian/control
File length: 561 byte(s)
Diff to previous 575
this and that

Revision 575 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 8 19:14:21 2001 UTC (12 years ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 562 byte(s)
Diff to previous 573
change to priority standard

Revision 573 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 8 07:02:36 2001 UTC (12 years ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 562 byte(s)
Diff to previous 571
bump dpkg build depend version

Revision 571 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 8 06:55:08 2001 UTC (12 years ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 562 byte(s)
Diff to previous 301
use new dpkg features
remove libdetect0-udeb dependancy

Revision 301 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 31 21:03:03 2000 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 579 byte(s)
Diff to previous 298
fix build deps

Revision 298 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 31 14:07:19 2000 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 532 byte(s)
Diff to previous 291
added util.[ch]
save space, rearrange, fix exit status of postinst, add smart menutest
changed number scheme,
add build depends
make templates better
make clean target work

Revision 291 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 30 05:38:20 2000 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 512 byte(s)
Diff to previous 287
bug fixes, now it works, mostly

removed everything except ethdetect for the time being since they are now all
broken.

Revision 287 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 28 04:55:51 2000 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 1319 byte(s)
Diff to previous 193
First shot at debconf ethernet detection and module loading, not working yet.

Revision 193 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 6 07:08:33 2000 UTC (12 years, 5 months ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 1189 byte(s)
Diff to previous 164
removed snddetect: was just a demo, clutter
remote uC-libc stuff: can be resurrected later if we want it
made some debconf templates to control passive/full detection, and also to get t
he ethernet module if we can't detect it, nothing integrated into installer yet

Revision 164 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 29 07:09:03 2000 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/tools/ddetect/debian/control
File length: 1362 byte(s)
Diff to previous 133
thin is just temporart, but I have put it on the main menu for the demo
system

Revision 133 - (view) (download) (annotate) - [select for diffs]
Added Sat Nov 25 21:13:53 2000 UTC (12 years, 5 months ago) by dwhedon
Original Path: trunk/tools/ddetect/debian/control
File length: 1335 byte(s)
Initial revision

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