/[debconf]/debconf-trunk/debian/control
ViewVC logotype

Log of /debconf-trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 231 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 9 05:19:18 1999 UTC (13 years, 6 months ago) by joey
File length: 617 byte(s)
Diff to previous 203
   * People just don't seem to get it -- NEVER use dh_input in a postinst!
     Tightened up the language about that in the tutorial, and repeated my
     self in several places in the hope people will read at least one of them.
   * Eliminated use of Fcntl, one of the modules that made us depend on perl.
   * Deleted the copy of the spec that was local to this document. The
     configuration management spec is now available as an xml document, in
     Debian CVS. For convenience, debconf includes that document now.

Revision 203 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 27 18:15:42 1999 UTC (13 years, 6 months ago) by joey
File length: 617 byte(s)
Diff to previous 188
   * The dialog frontend can now use --passwordbox with both whiptail and
     dialog, so I made that change. (Closes: #47196)
   * Added a section to the tutorail on adding backup capabilities to config
     scripts. (Closes: #47676)

Revision 188 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 8 23:55:08 1999 UTC (13 years, 7 months ago) by joey
File length: 595 byte(s)
Diff to previous 175
   * Converted the tutorial and introduction to xml and docbook.

Revision 175 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 6 19:12:36 1999 UTC (13 years, 7 months ago) by joey
File length: 574 byte(s)
Diff to previous 163
   * Gtk frontend can use the newest gtk-perl to test whether opening the
     display will work. Closes: #46736
   * metaget'ing choices now returns a list. Fixes the other half of #46606.
   * Select boxes that consist of one item are not displayed.

Revision 163 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 22:21:50 1999 UTC (13 years, 7 months ago) by joey
File length: 547 byte(s)
Diff to previous 157
   * Fixed the problems with the purge command, which were really package
     name guessing problems and some errors in the new purge code. BenC, it's
     ready for you.
   * Don't install frontend in /bin (Closes: #46149)
   * Fixed a problem with interpretation of the set command. The second
     parameter can have spaces in it.
   * Added data-dumper dependancy, since some perl's don't include it.
     (Closes: #46147)

Revision 157 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 03:28:25 1999 UTC (13 years, 7 months ago) by joey
File length: 534 byte(s)
Diff to previous 156
   * gdialog will soon support --defaultno, added versionsed conflicts
     with versions that don't, and support it again.
   * ConfModule::new() doesn't take a confmodule to start anymore, I broke
     that out into a separate function.
   * AutoSelect only starts up the script if it's actually passed once. TRhis
     should fix your problem, BenC.

Revision 156 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 01:05:16 1999 UTC (13 years, 7 months ago) by joey
File length: 507 byte(s)
Diff to previous 152
   * Hm, I know I fixed this before, but the fix seems to have been lost:
     Fixed bug in the AutoSelect that was making it *always* try dialog
     first, even if something else was picked. (Closes: #46020)
   * Dialog has no --defaultno flag, which makes it unusable for debconf.
     Oh, so does gdialog. I have submitted a patch for dialog, but for now
     I have simply made debconf not accept dialog. If you don't have whiptail,
     you get text mode. I also made the --defaultno flag be passed first,
     which is how dialog will (eventually) support it. (Closes: #46047)
   * Dialog frontend no longer clears the screen when running. Makes it
     easier to get at debug messages. (Closes: #46048)
   * dpkg-reconfigure was trashing ownerships, fixed.

Revision 152 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 24 22:42:49 1999 UTC (13 years, 8 months ago) by joey
File length: 516 byte(s)
Diff to previous 135
   * Added fallback frontend support. If the frontend the user selects is not
     available, or fails to initialize (say DISPLAY is unset for Gtk), it will
     fall back intelligently to another frontend.
   * This means debconf doesn't really depend on much at all except perl.
     Moved most stuff to suggests.
   * The Gtk frontend was dying in a way not catchable by eval (!!) if DISPLAY
     was unset; added a fix to that so it falls back instead.
   * Removed some dpkg-preconfig spam.

Revision 135 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 01:05:35 1999 UTC (13 years, 8 months ago) by joey
File length: 516 byte(s)
Diff to previous 134
   * Force use of gnu readline perl library. The other one is too bad.
   * dpkg-reconfigure allows you to configure it's frontend now.

Revision 134 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 00:53:46 1999 UTC (13 years, 8 months ago) by joey
File length: 516 byte(s)
Diff to previous 133
   * Fixed a typo in the tutorial, and expanded it some.
   * Fixed the apt dependancy, which was on too low a version.
   * Depend on whiptail || dialog || gnome-utils so some kind of dialog is
     installed always.

Revision 133 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 17 00:20:48 1999 UTC (13 years, 8 months ago) by joey
File length: 485 byte(s)
Diff to previous 128
   * All the sigchld counting and handling stuff was making debconf segfault
     and making it fragile in various ways. Removed it. Instead, I have
     modified update-menus to DTRT, and I depend on that version.

Revision 128 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 14 22:25:15 1999 UTC (13 years, 8 months ago) by joey
File length: 456 byte(s)
Diff to previous 114
   * Added COPYING file.
   * Renamed README to EXAMPLES.
   * Wrote a new README that just points to the other files.
   * Wrote doc/INTRODUCTION, giving some history of how things
     have worked, and why debconf is better.
   * Suggests libterm-readline-gnu-perl, which is best for the Line
     frontend.
   * dpkg-preconfig uses the frontend specified in the conffile now.
   * Element::Line::Boolean now uses the correct values as the default.
   * FrontEnd::Line now actually displays titles.
   * Client::ConfModule should now run the config script like confmodule.sh
     does, for transparent installation of debconf packages. Needs testing.

Revision 114 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 9 21:13:56 1999 UTC (13 years, 8 months ago) by joey
File length: 429 byte(s)
Diff to previous 111
   * Back after a one month hiatus. I've moved debconf around in my cvs
     repository, though the debconf module name should still work.
   * Debconf is now FHS compliant.
   * Removed some junk from the Makefile I no longer need.
   * Added doc/packages-prompt, just a list of some packages that need to be
     modified.

Revision 111 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 8 23:17:28 1999 UTC (13 years, 9 months ago) by joey
File length: 430 byte(s)
Diff to previous 98
   * Question->value now returns the default field if value is unset (thanks,
     AJ)
   * Various minor touchups everywhere.
   * Killed slrn sample, this is going into the main slrn package and is
     already significently better in there.
   * Added Element/Gtk/*, from AJ.

Revision 98 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 21:31:26 1999 UTC (13 years, 10 months ago) by joey
File length: 408 byte(s)
Diff to previous 89
   * dpkg-preconfig now has a --apt option that makes it read debs to      configure on stdin. This is for use with apt of course. (A hacked apt      that can use this exists now.)    * Dialog frontend only clears the screen just before displaying a      non-gdialog dialog box.    * Depend on the version of apt that really works with debconf.    * A postinst and postrm modify /etc/apt/apt.conf to make apt use      dpkg-preconfig to configure packages. (The file's not actually part of      apt, so this is not too evil).

Revision 89 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 14 23:04:08 1999 UTC (13 years, 10 months ago) by joey
File length: 383 byte(s)
Diff to previous 53
oops, arch all, not any.

Revision 53 - (view) (download) (annotate) - [select for diffs]
Added Thu Jul 8 21:16:43 1999 UTC (13 years, 10 months ago) by joey
File length: 383 byte(s)
Renamed client to CLient for consitency.

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