/[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 916 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 12 18:35:48 2002 UTC (10 years, 6 months ago) by joey
File length: 1742 byte(s)
Diff to previous 909
   * Fixed up templates and po/output. Closes: #167600
   * Patch from Roderich Schupp fixes double lock issue with PackageDir
     DbDriver.

Revision 909 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 3 23:31:49 2002 UTC (10 years, 7 months ago) by joey
File length: 1742 byte(s)
Diff to previous 901
   * dpkg-reconfigure: run prerm script. Should be safe.
   * Doc update Closes: #162978
   * Use po-debconf for debconf package's own template translations.
   * debconf-getlang and debconf-mergetemplate are deprecated in favour of
     po-debconf.
   * Added docs to debconf-devel(7) about using po-debconf.
   * Remove old translation section from tutorual.
   * Remove bts-script.

Revision 901 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 19 02:07:10 2002 UTC (10 years, 8 months ago) by joey
File length: 1763 byte(s)
Diff to previous 899
   * Removed fileutils dep. Debconf's postinst has changed a lot and it is not
     needed. Closes: #161421

Revision 899 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 17 18:29:19 2002 UTC (10 years, 8 months ago) by joey
File length: 1793 byte(s)
Diff to previous 896
   * Added support for encoding specification in translated templates. Use
     field names of the form "Field-ll_LL.charset". Example:
     Description-de_DE.UTF-8
   * The reccommended encoding of all debconf templates files is UTF-8.
     Whenever it is possible, do not use other encodings. The possibility to
     support non-UTF-8 encodings is provided just in case.
   * Prefer a field matching the user's charset and language. If one is
     not found, look for one matching the user's language, and use iconv to
     convert to their charset.
   * Suggest libtext-iconv-perl, without which the above will not work.
   * This is all experimental, untested, and undocumented.
   * Closes: #148490

Revision 896 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 6 00:03:30 2002 UTC (10 years, 8 months ago) by joey
File length: 1773 byte(s)
Diff to previous 876
   * Fixed stdin/stdout inversion in call to open3 in dialog frontend.
     Closes: #155682

Revision 876 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 01:03:37 2002 UTC (10 years, 11 months ago) by joey
File length: 1773 byte(s)
Diff to previous 870
   * Fixed warnings if a question was displayed, then unregistered, then
     debconf tries to set its seen flag. Triggered by packages that ask a
     question and then purge in their postrm.

Revision 870 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 20 02:23:54 2002 UTC (11 years ago) by joey
File length: 1756 byte(s)
Diff to previous 867
   * Tighthened up the version number in the dbeconf-utils conflicts.
     Closes: #147490

Revision 867 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 00:47:01 2002 UTC (11 years ago) by joey
File length: 1756 byte(s)
Diff to previous 863
   * debconf-mergetemplate will now only drop old templates if it is passed
     a --drop-old-templates parameter. The old waqy broke base-config's build,
     and might break anytime someone calls the program by hand in a weird way.
     I will turn this parameter on in dh_installdebconf though.
     Closes: #145436
   * Updated french po file.
   * Tomohiro KUBOTA <tkubota@riken.go.jp> sent in a new Japanese templates
     file.
   * Fixed apt.conf.d file.

Revision 863 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 13 18:17:16 2002 UTC (11 years, 1 month ago) by joey
File length: 1778 byte(s)
Diff to previous 861
unreleased

Revision 861 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 13 00:25:05 2002 UTC (11 years, 1 month ago) by joey
File length: 1768 byte(s)
Diff to previous 857
unreleased new version

Revision 857 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 27 06:15:20 2002 UTC (11 years, 1 month ago) by joey
File length: 1773 byte(s)
Diff to previous 856
updates

Revision 856 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 02:18:28 2002 UTC (11 years, 1 month ago) by joey
File length: 1773 byte(s)
Diff to previous 854
unreleased

Revision 854 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 6 18:10:59 2002 UTC (11 years, 2 months ago) by joey
File length: 1773 byte(s)
Diff to previous 851
   * Versioned conflicts with debconf-tiny, see #137019
   * Corrected some wording in the German translation. Closes: #137005
   * Removed translated default fields in the Russian template (don't do that,
     folks).

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 19 17:35:37 2002 UTC (11 years, 3 months ago) by joey
File length: 1764 byte(s)
Diff to previous 846
   * Matthew Palmer <mjp16@ieee.uow.edu.au> contributed a LDAP backend
     database for debconf. This will open up all kinds of new possiilities
     for using debconf in a cluster, etc. It is currently experimental, and
     will not be used unless you enable it; so there is no chance this new
     code will impact the freeze.
   * Wrote debconf-devel(8) man page, which attempts to be a complete
     reference for developing packages that use debconf. Read it.
   * Fixed the doc-base name of the debconf tutorial.
   * Minor change to debconf-mergetemplate man page synopsis.
   * Refuse to use the dialog frontend if the screen is too small,
     it'll fall back to the text frontend which will work on screens
     down to about 2 lines of 20 characters each. I want a pager with ssh.
     Closes: #132972
   * Fixed typo, Closes: #134161
   * Patch from Denis Barbier <barbier@debian.org> to make debconf-getlang
     work better with ll_LL form languages. Closes: #134307

Revision 846 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 19 06:51:52 2002 UTC (11 years, 4 months ago) by joey
File length: 1746 byte(s)
Diff to previous 841
pending release

Revision 841 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 4 04:51:36 2001 UTC (11 years, 5 months ago) by joey
File length: 1745 byte(s)
Diff to previous 836
   * High urgency upload to get this into testing before the freeze, as it
     fixes a bug that can cripple upgrades from stable.
   * Conflict with whiptail << 0.50.17-7, as some version between that one and
     the 0.50-7 in stable changes something that is required to make the
     fix I put in for values starting with dashes work. Closes: #122182
   * Added a number of Brazilian Portuguese man pages.
     Closes: #122011, #122012, #122017, #122018, #122019, #122026, #122028
     Closes: #122027, #121982, #122001
   * Updated Swedish translation.

Revision 836 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 24 23:40:45 2001 UTC (11 years, 6 months ago) by joey
File length: 1744 byte(s)
Diff to previous 827
   * Reworded the 'not preconfiguring' method, since it seems to confuse
     people.
   * Updated French translation, except for the above change.

Revision 827 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 14 02:03:19 2001 UTC (11 years, 8 months ago) by joey
File length: 1738 byte(s)
Diff to previous 823
   * dpkg-preconfigure: deal with horrendous numbers of packages
     Closes: #110894
   * Make SIGWINCH handler deal with being called in the middle of global
     destuction (not as bad as it sounds..). Closes: #111149
   * Minor French update, Finnish update Closes: #110897, and Galician
     update.

Revision 823 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 28 23:03:09 2001 UTC (11 years, 8 months ago) by joey
File length: 1744 byte(s)
Diff to previous 819
   * Let's call it 1.0, folks!
   * This leaves the following big things for later:
     - a better confmodule interface that doesn't eat stdin/out
     - container template types
     - select list with explainations
     - a textual replacement for the dialog frontend that is just as
       easy to use, and sucks less
     - better developer's documentation
     - regression tests
     - everything else in the TODO file
   * I mention a dialog frontend replacement that does not suck. The slang
     frontend was intended to be just that, but it is a failure, with big
     problems like unscrollable extended descriptions, UI clunkiness, etc.
     Nobody wants to fix these issues, and so the best thing to do is remove
     it, before a lot of people begin to use it.
     Closes: #66170, #81344, #96302, #74722, #77085, #101643
   * Removing the slang frontend also involved:
     - getting rid of debconf/helpvisible, which was only used by it
     - modifiying the debconf/frontend's template description, thus making
       all the translatione be out of date again, right as I release 1.0.
       Bleh. I was able to clean up the french template, but all the other
       translations of that template were too out of date to live, so I
       removed it from them. I am accepting updated translations, and I would
       love to get a 1.1 release out with fully up-to-date translations of
       everything.
     - doc updates
     - libterm-stool-perl will be removed, so removed relations to it
     - ensuring an upgrade path, if not a very clean one, for people who had
       it set to use the slang frontend. You'll get dialog now, and just
       ignore that nasty set of perl errors you get while upgrading to this
       version, I can't do anything about it w/o some nasty hacking.

Revision 819 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 8 02:50:26 2001 UTC (11 years, 9 months ago) by joey
File length: 1794 byte(s)
Diff to previous 818
   * New logo from Jared Johnson <solomon@futureks.net>, quite nice too.

Revision 818 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 4 00:06:49 2001 UTC (11 years, 9 months ago) by joey
File length: 1794 byte(s)
Diff to previous 817
   * Complete zh_TW.Big5 translation from "Hin-lik Hung, Shell"
     <shell@shellhung.org>
   * html2text fixed, revert workaround

Revision 817 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 3 04:40:05 2001 UTC (11 years, 9 months ago) by joey
File length: 1781 byte(s)
Diff to previous 815
   * Worked around html2text bug (broken stdin handling) to make
     tutorial.txt not be empty.

Revision 815 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 28 00:59:21 2001 UTC (11 years, 9 months ago) by joey
File length: 1781 byte(s)
Diff to previous 813
   * Added debian logo for gnome frontend. It looks like crap, but at least
     the frontend runs now. Anyone want to come up with a version of the
     debian logo that looks good on a blue background (or come up with a new
     color scheme for this frontend -- if you know how to make a gnome driud
     use some color other than white for the foreground title color ), is
     the right size (64x64 I think), and doesn't eat 200+ colors?
   * Other gnome frontend fixups:
     - Fixed help dialog; run_and_close doesn't work, so first run and then
       close.
     - Gnome elements are now responsible for packing in the label and help
       buttons. This makes it cleaner for text and notes to not include help
       buttons, and it lets booleans not pack in a label. Instead, the
       checkbox itself has the text of the question after it, which is much
       nicer. Also, text type questions are displayed as unadorned labels,
       which is the Right Thing.
     - Make the overall window title be "Debconf", while the druid title
       varies.
     - Fixed multiselect questions so the defaults are auto-selected.
     - Removed sigsegv handler thing. It seems to not be needed any more?

Revision 813 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 27 02:30:29 2001 UTC (11 years, 9 months ago) by joey
File length: 1781 byte(s)
Diff to previous 799
so when do I get to a system where I can test this?

Revision 799 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 25 01:43:24 2001 UTC (11 years, 10 months ago) by joey
File length: 1767 byte(s)
Diff to previous 798
   * Dropped libterm-stool-perl down to a suggests.

Revision 798 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 22 00:25:07 2001 UTC (11 years, 11 months ago) by joey
File length: 1767 byte(s)
Diff to previous 790
   * No changes. Testing has debconf 0.9.41, which breaks under perl 5.6.1.
     5.6.1 just went into testing. This needs to go in ASAP.
   * aj, if you see this, this is your cue to slam this package into testing
     without any delay at all.

Revision 790 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 11 00:45:49 2001 UTC (11 years, 11 months ago) by joey
File length: 1765 byte(s)
Diff to previous 785
   * Man page section fixes, Closes: #100076
   * Noted in description of shell library that yes, the protocol commands
     are lower-cased (it already explained about the db_ prefixing).
     Closes: #100276
   * Text frontend UI changes: select and multiselect lists no longer have
     lettered choices. Instead, it uses numbers, and any unique anchored
     substring of a choice is understood, too. The old system was great,
     except when it sucked. This should scale more evenly.
   * Added full completion to the text frontend! Now it really is the best
     frontend, for sure..
   * French po file update from Martin Quinson <Martin.Quinson@ens-lyon.fr>.
   * Fixed an obscure bug that made the REGISTER command fail if the owner
     was set to "" (or any other perlwise-false string).

Revision 785 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 22 23:56:51 2001 UTC (12 years ago) by joey
File length: 1765 byte(s)
Diff to previous 776
   * Now that perl-base has Getopt::Long, I can get rid of the handrolled
     option parsing code in most every debconf utility, saving quite some
     LOC's. Even better, I was able to set up some global options for many
     utilities, so -f, --frontend, -p, and --priority are standard. And all
     the programs handle -h and --help too. More global options will likely
     follow.
   * Fixed dpkg-reconfigure --all.

Revision 776 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 8 01:10:24 2001 UTC (12 years ago) by joey
File length: 1768 byte(s)
Diff to previous 773
   * Changed to converting html with html2text, which does better than
     links.

Revision 773 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 2 23:00:03 2001 UTC (12 years ago) by joey
File length: 1774 byte(s)
Diff to previous 771
   * Fixed a bug in dpkg-reconfigure that made reconfiguring base-config
     fail half way through because of db lock contention problems. Db->save
     was not causing the db to shut down all the way, because
     %DbDriver::drivers still had a reference to it. That should be a
     WeakRef, but WeakRef's arn't available in base, so I had to solve it
     differently: I redefined savedb() to also close the db, dropping all
     locks. Closes: #95449 (The high urgency is because this breaks new
     installs of woody..)
   * Also fixed dpkg-reconfigure to re-load the db properly after all this
     (typo).
   * Fixed an overoptimization in the Text Dialog input Element that caused
     it to default inconsistently to yes or no the first time, and y or n
     thereafter.

Revision 771 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 27 15:30:37 2001 UTC (12 years ago) by joey
File length: 1774 byte(s)
Diff to previous 770
   * debconf-doc moved to section doc, Closes: #94840

Revision 770 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 25 16:44:18 2001 UTC (12 years ago) by joey
File length: 1761 byte(s)
Diff to previous 767
   * The "timezone bingo" release.
   * Made syslog logging work with syslogd in its default configuration,
     which only listens to the unix domain socket, not inet.
   * If any of the syslog stuff fails, catch the exception and don't
     log anything (think single user mode). I thought about falling back to
     stderr logging, but if you log to syslog you probably don't want the
     log info scrawled accross the console during routine single user mode
     upgrades.

Revision 767 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 6 07:50:35 2001 UTC (12 years, 1 month ago) by joey
File length: 1761 byte(s)
Diff to previous 761
   * Updated to important priority since some important priority stuff uses
     it.

Revision 761 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 19 08:27:39 2001 UTC (12 years, 2 months ago) by joey
File length: 1760 byte(s)
Diff to previous 752
   * Moved config file reading into Debconf::Config. This let me easily add
     support for configuring more things in the config file. You can specify
     a frontend or a priority in there with more to come soon.
   * Config file can also be used to set Admin-Email, which defaults to
     root, but can redirect mail to anyone. Also, this can be used to
     turn off mail entirely. Closes: #70677
   * Made dpkg-preconfigure print usage if called incorrectly, instead of
     a screen of crazed messages.
   * Tightened up protocol parsing.

Revision 752 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 8 00:33:44 2001 UTC (12 years, 2 months ago) by joey
File length: 1760 byte(s)
Diff to previous 740
   * Renamed Copy driver to Backup, and renamed its fields too -- if you
     have used it already, take note!
   * Some internal restructuring of db driver classes.
   * Added debconf-copydb, the all-singing all dancing db conversion,
     excerpting, and copying tool, to debconf-utils.
   * Backups of File db's can be turned off.

Revision 740 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 4 23:45:56 2001 UTC (12 years, 2 months ago) by joey
File length: 1725 byte(s)
Diff to previous 728
changes for apt 0.5.1, back to arch all

Revision 728 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 25 05:09:36 2001 UTC (12 years, 2 months ago) by joey
File length: 1811 byte(s)
Diff to previous 723
pre-dep on perl
templates updates

Revision 723 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 06:08:17 2001 UTC (12 years, 2 months ago) by joey
File length: 1799 byte(s)
Diff to previous 722
many changes all aimed at getting removals and purges to work

Revision 722 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 01:07:07 2001 UTC (12 years, 2 months ago) by joey
File length: 1775 byte(s)
Diff to previous 709
builds debs now, I'm letting people test it

Revision 709 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 22 22:51:51 2001 UTC (12 years, 2 months ago) by joey
File length: 1775 byte(s)
Diff to previous 674
added a DirTree driver, which uses subdirectories and makes my debconf db
look quite sweet whenm I import it in.

Revision 674 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 21 06:28:21 2001 UTC (12 years, 3 months ago) by joey
File length: 1777 byte(s)
Diff to previous 651
misc

Revision 651 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 21 03:23:01 2001 UTC (12 years, 3 months ago) by joey
File length: 1753 byte(s)
Diff to previous 613
need newest per

Revision 613 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 18 07:35:12 2001 UTC (12 years, 3 months ago) by joey
File length: 1753 byte(s)
Diff to previous 612
   * Updated to new perl policy.

Revision 612 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 18 05:48:37 2001 UTC (12 years, 3 months ago) by joey
File length: 1769 byte(s)
Diff to previous 600
   * debconf-communicate now accepts piped input, or you can just run
     it and talk with debconf on the fly over stdin.
   * use debhelper v3.

Revision 600 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 30 03:40:00 2001 UTC (12 years, 3 months ago) by joey
File length: 1774 byte(s)
Diff to previous 598
   * Now that policy includes the debconf spec, I have removed the spec
     from this source tree and debconf-doc. Since the version in policy is
     canoical, I have removed the spec from cvs too. It will remain in the
     Attic for historical purposes. I do still include a copy of the priority
     table so it can go in the user's guide, and debconf-doc now suggests
     debian-policy.

Revision 598 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 29 21:47:13 2001 UTC (12 years, 3 months ago) by joey
File length: 1741 byte(s)
Diff to previous 592
   * Changes to do with -ll_LL field localizations. These should actually
     work now.
   * Suddenly I have to hardcode the docbook xml version in DOCTYPE. Very
     strange.

Revision 592 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 18 21:38:53 2001 UTC (12 years, 4 months ago) by joey
File length: 1741 byte(s)
Diff to previous 582
   * Corrected overrides disparities.

Revision 582 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 5 23:42:37 2001 UTC (12 years, 4 months ago) by joey
File length: 1707 byte(s)
Diff to previous 579
   * Build-depends perl-5.6-base, Closes: #81328

Revision 579 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 29 04:45:23 2000 UTC (12 years, 4 months ago) by joey
File length: 1692 byte(s)
Diff to previous 578
   * I guess perl is fixed now, so I can remove the bogus dependancy.
     Thanks, bod!

Revision 578 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 26 07:53:56 2000 UTC (12 years, 4 months ago) by joey
File length: 1702 byte(s)
Diff to previous 577
   * Aw hell, that won't work; too many things still depend on old versions
     of perl.

Revision 577 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 26 07:37:09 2000 UTC (12 years, 4 months ago) by joey
File length: 1736 byte(s)
Diff to previous 576
   * The "I didn't get a fixed perl for $MAJOR_WINTER_HOLIDAY" release.
   * Conflicts with every perl-*-base package before perl-5.6-base, because
     perl's alternatives system has been known to make /usr/bin/perl point
     at some old version of perl, even though debconf depends on 5.6, which
     breaks things pretty badly.

Revision 576 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 14 19:34:08 2000 UTC (12 years, 5 months ago) by joey
File length: 1702 byte(s)
Diff to previous 573
   * Both dialog and whiptail now support --nocancel, which the dialog
     frontend will use now if a cancel button is not appropriate.
     Closes: #67419
   * Reluctantly brought back a *temoporary* dependancy on perl-5.6 until
     it gets it act in order. Closes: #79571 (Debian *cannot* be released
     while debconf has this bogus dependancy.)

Revision 573 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 5 04:19:50 2000 UTC (12 years, 5 months ago) by joey
File length: 1709 byte(s)
Diff to previous 572
   * Removed bogus perl-5.6 dependancy, now that perl is fixed.
   * Now that base.pm is in perl-5.6-base, I no longer need to do hackery in
     my Makefile to avoid using that module. Got rid of it, and versioned
     dep on perl-5.6-base.

Revision 572 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 4 02:18:25 2000 UTC (12 years, 5 months ago) by joey
File length: 1706 byte(s)
Diff to previous 561
added, oops

Revision 561 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 19 06:32:31 2000 UTC (12 years, 6 months ago) by joey
File length: 1726 byte(s)
Diff to previous 555
   * Temporarily depends on perl-5.6 until perl-5.6-base is fixed so
     POSIX.pm works without the former package installed. Grrre.
     Closes: #77399, #77397 (really perl's bugs, but it has enough open on
     this issue already).

Revision 555 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 16 00:30:36 2000 UTC (12 years, 6 months ago) by joey
File length: 1716 byte(s)
Diff to previous 554
   * Modified all the frontends to deal with this scenario:
         A config scripts asks questions a, b, and c. a and c are asked at
         priorities that make them visible, b is not. The user gets to c,
         and backs up.
     Previously, debconf would loop back to b, skip it again, and return the
     user to c. Now it is smart enough to go back to a once b is skipped.
   * Changed how debconf keeps track of what questions have been seen
     before. Now it tracks this info on a per confmodule basis, and when a
     confmodule terminates, sets the "seen" flag on (almost) all questions
     that were displayed. Questions that are shown multiple times during the
     same confmodule run will indeed appear multiple times[1]. This makes
     supporting backing up trivial; it means that people have no excuse to
     play around with the isdefault flag anymore, which they almost always
     got wrong anyway; and it renames that flag to the much clearer "seen".
   * It is possible that this change breaks confmodules that expect to be able
     to display the same question twice with impunity.
   * NOTE NOTE NOTE if you use this new behavior, make sure to depend on
     debconf (>= 0.5)!
   * The isdefault flag will continue to work, it is just mapped to the
     inverse of the "seen" flag now, and deprecated.
   * All the frontends were reworked to various degrees to make this work,
     and I got rid of a fair bit of redundant code too.
   * Modified debconf's own config script to use these features and sure
     enough, it looks quite clean and simple now.
   * Updated all docs.
   * Added nasty code to transition from the isdefault flag to the new flag.
   * Fixed backup in dialog frontend, 255 == -1
   * Just to make life more interesting, I made debconf depend on perl 5.6;
     which allows me to remove all my crud working around bugs in perl
     5.005, and lets me use lots of nifty 5.6-specific features, but not,
     sadly, lvalues.
   * Probability of all this breaking something: 99.99%
   .
   [1] Unless they are to be displayed in the same block.

Revision 554 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 15 23:43:29 2000 UTC (12 years, 6 months ago) by joey
File length: 1688 byte(s)
Diff to previous 539
Oh, tons of changes. See the changelog. Checking in before I start ripping
it to peices again..

Revision 539 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 18 08:55:48 2000 UTC (12 years, 7 months ago) by joey
File length: 1706 byte(s)
Diff to previous 536
   * Removed recursive build-dependancy on debconf-utils. There were two
     ways to do this, the quick hack way and the move lots of directories in
     cvs way. I took the latter.
   * While I was reorganizing *EVERYTHING*, I renamed all the perl modules,
     what was Debian::DebConf::foo is now Debconf::foo.
     Debian::DebConf::Client::ConfModule is now just Debconf::ConfModule, but
     a stub module exists in the old location for backwards compatability
     (thanks, bod).
   * If you use the new module, you should depend on this version of
     Debconf!
   * This hacking also required some ugly ugly hacking of the debconf
     database. Debconf needs a real database. :-(
   * I guess this means the filename in all the .po files are wrong, bug
     since those filenames are in comments, the .po files should continue to
     work, right?
   * debconf-utils now depends on debconf >= 0.4, so it will continue to
     work.
   * Needless to say, this was a massive PITA all around. I've NEVER going
     to do this again, so I hope I got it right.
   * For a short while, I considered using MakeMaker. That is, until I
     noticed MakeMaker had no way of marking scripts for install into
     /usr/sbin, and after not one but two perl gods advised me using it for
     anything more cpmplex than a simple library package was not a good
     idea. People have asked me to use MakeMaker in the past, and it's just
     not going to happen unless you send me a very nice patch.

Revision 536 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 17 21:54:34 2000 UTC (12 years, 7 months ago) by joey
File length: 1682 byte(s)
Diff to previous 534
more epic struggles to change the world

Revision 534 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 17 20:57:40 2000 UTC (12 years, 7 months ago) by joey
File length: 1685 byte(s)
Diff to previous 517
* all this stuff was moved to Debconf/FrontEnd
* updated some docs to refer to proper module names

Revision 517 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 5 05:45:20 2000 UTC (12 years, 8 months ago) by joey
File length: 1700 byte(s)
Diff to previous 515
   * Don't strip Client::ConfModule of pod docs.
   * Build depends on a links that support -dump. Don't know when this was
     added, so I'll just build-depend on the current version.

Revision 515 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 1 01:50:35 2000 UTC (12 years, 8 months ago) by joey
File length: 1690 byte(s)
Diff to previous 508
   * Corrected a title refresh bug in the slang frontend, Closes: #70693
   * Other minor fixes.

Revision 508 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 12 09:20:48 2000 UTC (12 years, 9 months ago) by joey
File length: 1690 byte(s)
Diff to previous 504
   * Switched to using links to convert html to text, since it
     a) handles tables ok
     b) doesn't omit link references
   * Long-overdue fix to the specification -- added the list of commands to
     it -- they were removed when it was converted to xml.

Revision 504 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 3 22:43:26 2000 UTC (12 years, 9 months ago) by joey
File length: 1688 byte(s)
Diff to previous 482
   * Reworked rules file, since this package now has arch-indep and -dep
     parts. Split build dependancies along those lines. Closes: #68461
   * Removed obsolete Version.pm (Randolph's code does the checking now).

Revision 482 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 18 06:59:35 2000 UTC (12 years, 10 months ago) by joey
File length: 1676 byte(s)
Diff to previous 477
  * So we (culus, tausq, joeyh) did some benchmarking, and figured out how
    to speed up dpkg-preconfigure by about 3x. It turns out most of the
    existing overhead was in calls to dpkg-deb, which is slow, and in all
    the forking necessary to do said calls, which is also slow. So we moved
    the initial package scanning out into a C++ program which links to apt
    code and is quite fast. (Sadly, it's also quite big, and has bloated
    debconf by 30k and made it arch-dependent.) Anyway, I guess it's worth
    it to save a few seconds.

Not uploading yet, I want to sit on this at least overnight. Bod may yet
save us all ;-)

Revision 477 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 14 11:48:13 2000 UTC (12 years, 10 months ago) by joey
File length: 1636 byte(s)
Diff to previous 455
   * Since jade generates the ugliest html I have ever seen, I'm now
     using tidy to clean that up and indent it properly.

Revision 455 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 19 22:09:59 2000 UTC (13 years ago) by joey
File length: 1630 byte(s)
Diff to previous 451
   * Updated and completed the Polish l10n thanks to Marcin Owsiany
     <porridge@pandora.info.bielsko.pl>.
   * Now build depends on the latest debhelper to automatically merge
     translated templates files.
   * Corrected stupid mistake I made when I added sprintf() calls. Now new
     Polish translation is fully functional.

Revision 451 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 15 22:59:30 2000 UTC (13 years ago) by joey
File length: 1615 byte(s)
Diff to previous 450
   * Jazzed up the Template class. It can now load in templates files and
     instantiate whole sets of templates on the fly. This is good because
     that code used to be in ConfigDb, which is the part of debconf that
     will probably go away eventually.
   * Templates can also strignify themselves now, which recreates a
     templates file entry. And there is a class method for stringifying a
     whole list of objects, which can recreate a whole templates file.
   * The above new functionality lets me use the Template class for
     something new: management of translated templates files. Added some new
     utilities to help with splitting and merging templates files for
     translation. The idea for these utilities came from Michael Sobolev
     <mss@transas.com>. Thanks, Michael!
   * Added mentions of these utilities to the tutorial.
   * Broke off all the small and non-essential utilities into a new
     debconf-utils package. Developers and extreme power users may want it,
     others will not.
   * All the programs in debconf-utils now have names starting with
     "debconf-". This means dpkg-debconf has been renmaed (again) to
     debconf-communicate, and dpkg-loadtemplate has been renamed to
     debconf-loadtemplate. I hope these are the last name changes.
   * Used sprintf in all gettext() calls that have a parameter. This may
     have messed up the polish translation though.

Revision 450 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 10 02:50:46 2000 UTC (13 years ago) by joey
File length: 1223 byte(s)
Diff to previous 448
build dep update

Revision 448 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 9 01:36:37 2000 UTC (13 years ago) by joey
File length: 1214 byte(s)
Diff to previous 447
   * gettextized the entire source tree, so it can now be translated. I used
     Locale::gettext for this, but since it is not in base, I have arranged
     for debconf to continue working if it is not found (just using the C
     locale).
   * Added polish translation from Marcin Owsiany
     <porridge@pandora.info.bielsko.pl>.

Revision 447 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 2 01:29:03 2000 UTC (13 years ago) by joey
File length: 1190 byte(s)
Diff to previous 443
   * Prompted priority to standard, since lynx depends on it. Closes: #63346

Revision 443 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 8 21:38:28 2000 UTC (13 years, 1 month ago) by joey
File length: 1190 byte(s)
Diff to previous 439
   * debconf-doc conflicts with older versions of debconf that contained the
     manpages. Closes: #62030

Revision 439 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 4 23:10:25 2000 UTC (13 years, 1 month ago) by joey
File length: 1159 byte(s)
Diff to previous 438
   * And this is an upload with the -doc package turned back on. Maybe one
     day a ftp admin will be kind enough to approve that new package..

Revision 438 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 4 23:07:50 2000 UTC (13 years, 1 month ago) by joey
File length: 860 byte(s)
Diff to previous 432
   * This is a quick build w/o the -doc package, to allow debconf to get
     quickly through incoming without waiting for manual approval (I have
     some important bugs fixed in the many versions below that are stuck in
     Incoming.)

Revision 432 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 30 23:21:26 2000 UTC (13 years, 1 month ago) by joey
File length: 1159 byte(s)
Diff to previous 411
   * Added dpkg-loadtemplate, a simple program that loads templates into the
     debconf database. This is *not* intended to be used by debian packages,
     but can be useful for debugging purposes and for pre-seeding the
     database before installing a package.
   * Moved all external manpages for perl programs into POD format.
   * Updated all pod docs to fix formatting problems.
   * debconf-tiny is no more. Instead, we now have debconf and debconf-doc.
     This makes debconf proper be nearly as small as debconf-tiny used to be
     and gets rid of the set of problems associated with debconf-tiny.
   * This huge and unmanageable changelog is 20k compressed. To make debconf
     a reasonable size, I am only including the last 5 changelog entries in
     debconf; the rest go in -doc.
   * Several modules are now Exporters, and I use that where possible to
     reduce code size.
   * Strip all pod docs out of modules in binary package. Ugly, but saves a
     great deal of space.
   * Killed off the gtk frontend. The code has been rotting, and it just
     needs to be rewritten.
   * Changed the AutoSelect fallbacks around, most frontends now fall back
     to Slang.
   * Text frontend no longer always prompts for a Enter press at the end of
     a run.
   * Moved some doc files into doc/ in the source package.

Revision 411 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 23 02:17:18 2000 UTC (13 years, 2 months ago) by joey
File length: 1499 byte(s)
Diff to previous 391
adjusted dependancies

Revision 391 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 20 23:13:16 2000 UTC (13 years, 2 months ago) by joey
File length: 1485 byte(s)
Diff to previous 331
fixed some bugs

Added text to helpbar.

Revision 331 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 13 09:23:33 2000 UTC (13 years, 3 months ago) by joey
File length: 1487 byte(s)
Diff to previous 314
   * Fixed dpkg-preconfigure to not use Getopt::Long, so it will work even on
     the base system it is now a part of.
   * As a workaround for the dialog lock problem (which seems to be a dialog
     bug), never use dialog for the text mode menus. Works around: #56518
     (grave), #57771 (important)

Revision 314 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 22 02:16:09 2000 UTC (13 years, 4 months ago) by joey
File length: 1490 byte(s)
Diff to previous 305
Merged from potato.

Revision 305 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 18 03:19:06 2000 UTC (13 years, 4 months ago) by joey
File length: 1483 byte(s)
Diff to previous 289
   * Woops, I forgot to let the CLEAR command be executed in any of the
     confmodule libraries!
   * base-config needs that command, so this must go to frozen.

Revision 289 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 7 05:00:12 2000 UTC (13 years, 4 months ago) by joey
File length: 1524 byte(s)
Diff to previous 281
   * Removed apt-setup; it is in base-config now.
   * Minor README change.
   * Now build-depends on sgml-data, to follow the bouncing xml.dcl.
   * In fact, I have to change things to use a new name and path for that
     file too.
   * Really fixed that typo.

Revision 281 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 21 23:13:18 1999 UTC (13 years, 5 months ago) by joey
File length: 1504 byte(s)
Diff to previous 280
   * Now just depends on perl-5.005-base (of sufficiently recent version),
     since that package now contains everything I need. (Closes: #53186)
   * Client/frontend: Look for templates in /usr/share/debconf/templates/
     as well as the current directory. Useful for stadalone programs that
     use debconf.
   * Include apt-setup in debconf and debconf-tiny for now, since the base
     system needs them available *now*. This is not the right long-term
     location, though. Closes: #53187 (Adam, you want to run
     "/usr/sbin/apt-setup probe")

Revision 280 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 21 00:59:40 1999 UTC (13 years, 5 months ago) by joey
File length: 1474 byte(s)
Diff to previous 279
   * Tightened up the perl dependancies. I think the previous looser
     dependancies might have caused a problem.

Revision 279 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 15 03:41:42 1999 UTC (13 years, 5 months ago) by joey
File length: 1488 byte(s)
Diff to previous 270
   * Depend on the version of fileutils that supported
     --ignore-fail-on-non-empty, Closes: #52746 (should that bug really have
     been grave? It could only be triggered if you installed debconf w/o
     upgrading to potato fileutils, and then purged it.)
   * Despite what the bug report says, the postinst has never ran rmdir.

Revision 270 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 6 08:02:29 1999 UTC (13 years, 5 months ago) by joey
File length: 1466 byte(s)
Diff to previous 269
COrrected debconf-tiny conflicts line.

Revision 269 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 4 20:59:25 1999 UTC (13 years, 5 months ago) by joey
File length: 1476 byte(s)
Diff to previous 268
   * Needs a versioned debhelper dependency.

Revision 268 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 4 03:38:52 1999 UTC (13 years, 5 months ago) by joey
File length: 1464 byte(s)
Diff to previous 266
   * Build-Depends on docbook-stylesheets, which are needed to make the xml
     docs be formatted decently.

Revision 266 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 29 20:56:59 1999 UTC (13 years, 5 months ago) by joey
File length: 1443 byte(s)
Diff to previous 264
   * Element/Dialog/String.pm: Fixed a thinko that is causing the warning
     messages reported in bug #51561.

Revision 264 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 28 05:08:22 1999 UTC (13 years, 5 months ago) by joey
File length: 1443 byte(s)
Diff to previous 262
   * Changed tutorial docs of version command. Clients are not stricly
     required to pass a version number into it.
   * Removed warning message if a client does not pass in a version,
     Closes: #51431
   * Added build dependancy info.

Revision 262 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 23 23:51:23 1999 UTC (13 years, 5 months ago) by joey
File length: 1384 byte(s)
Diff to previous 258
removed 'master'

Revision 258 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 20 23:26:34 1999 UTC (13 years, 6 months ago) by joey
File length: 1391 byte(s)
Diff to previous 245
   * Changed how text frontend's select element indicates which choice is
     default. It can now indicate when numbers are the default. Closes: #50751
   * Detect if libterm-readline-*-perl is being used. If so, allow
     interactive editing of the default, since that is supported. If not,
     display the default as part of the prompt. This makes things more
     consistent overall.
   * Added 'none of the above' option to [multi]select elements, so if you
     don't have libterm-readline-*-perl, you can still override the default
     and choose nothing. Unfortunatly, I still don't see a way to do that with
     string input elements..
   * Since w3m is currently broken, dump pages with lynx for now.

Revision 245 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 15 02:10:42 1999 UTC (13 years, 6 months ago) by joey
File length: 1391 byte(s)
Diff to previous 231
   * Added a debconf-tiny package, which is a very stripped down debconf to be
     used on the base system. Debconf itself is 117+k, mainly because of all
     the frontends and docs. To make debconf-tiny, I:
     - removed all docs
     - removed all frontends except dialog and noninteractive
     - removed most stuff in /usr/bin
     - stripped out all POD docs and regular comments from all perl modules
     - All this got the package down to 27k compressed. 14k compressed of that
       was this changelog (It's all the fault of long changelog entries like
       this one!)
     - So, I started a new changelog for debconf-tiny, in which I will record
       changes specific to it. debconf-tiny is now 12k.
   * Removed /etc from package.

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, 7 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