On Tue, Aug 11, 2009 at 11:21 AM, Gaudenz Steinlin<[email protected]> wrote: > Hi Per and list > > Sorry for the late reply to this commit. I've been away after DebConf. > > Do we really need this debconf question? AFAIK the machine type is > perfectly autodetectable from /proc/cpuinfo or sysfs. IMO you should > autodetect the machine type and only add a (low priority ?) question asking > if the user does not want uboot-envtools to modify the environment.
That is of course an option, probably better. I'll make it so. -- Per > Gaudenz > > On Thu, Jul 30, 2009 at 06:26:20PM +0000, Per Andersson wrote: >> The following commit has been merged in the master branch: >> commit 12d580454cb5c803db15a21d0b551f4d43d6b660 >> Author: Per Andersson <[email protected]> >> Date: Thu Jul 30 15:53:18 2009 +0200 >> >> added templates for uboot-envtools configuration. >> >> diff --git a/debian/control b/debian/control >> index b145619..33e5064 100644 >> --- a/debian/control >> +++ b/debian/control >> @@ -3,7 +3,7 @@ Section: utils >> Priority: optional >> Maintainer: Debian freesmartphone.org Team >> <[email protected]> >> Uploaders: Per Andersson <[email protected]> >> -Build-Depends: debhelper (>= 6), quilt, zlib1g-dev >> +Build-Depends: debhelper (>= 6), po-debconf, quilt, zlib1g-dev >> Standards-Version: 3.8.2 >> Homepage: http://www.denx.de/wiki/U-Boot/WebHome >> Vcs-Git: git://git.debian.org/git/pkg-fso/uboot-envtools.git >> diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in >> new file mode 100644 >> index 0000000..13d40f1 >> --- /dev/null >> +++ b/debian/po/POTFILES.in >> @@ -0,0 +1 @@ >> +[type: gettext/rfc822deb] uboot-envtools.templates >> diff --git a/debian/po/templates.pot b/debian/po/templates.pot >> new file mode 100644 >> index 0000000..c9e8676 >> --- /dev/null >> +++ b/debian/po/templates.pot >> @@ -0,0 +1,38 @@ >> +# SOME DESCRIPTIVE TITLE. >> +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER >> +# This file is distributed under the same license as the PACKAGE package. >> +# FIRST AUTHOR <em...@address>, YEAR. >> +# >> +#, fuzzy >> +msgid "" >> +msgstr "" >> +"Project-Id-Version: PACKAGE VERSION\n" >> +"Report-Msgid-Bugs-To: [email protected]\n" >> +"POT-Creation-Date: 2009-07-30 16:44+0200\n" >> +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" >> +"Last-Translator: FULL NAME <em...@address>\n" >> +"Language-Team: LANGUAGE <[email protected]>\n" >> +"MIME-Version: 1.0\n" >> +"Content-Type: text/plain; charset=CHARSET\n" >> +"Content-Transfer-Encoding: 8bit\n" >> + >> +#. Type: select >> +#. Description >> +#: ../uboot-envtools.templates:1001 >> +msgid "Device to automaticatically configure for" >> +msgstr "" >> + >> +#. Type: select >> +#. Description >> +#: ../uboot-envtools.templates:1001 >> +msgid "" >> +"The U-Boot boot loader has an environment stored on flash. The U-Boot " >> +"environment tools needs to be configured in order to be able to read and " >> +"modify this environment." >> +msgstr "" >> + >> +#. Type: select >> +#. Description >> +#: ../uboot-envtools.templates:1001 >> +msgid "Depending on device, automatic configuration can be possible." >> +msgstr "" >> diff --git a/debian/uboot-envtools.templates >> b/debian/uboot-envtools.templates >> new file mode 100644 >> index 0000000..e9bd73b >> --- /dev/null >> +++ b/debian/uboot-envtools.templates >> @@ -0,0 +1,9 @@ >> +Template: uboot-envtools/machine >> +Type: select >> +Choices: Kurobox Pro, Linkstation Pro Live, Linkstation Mipsel, Linkstation >> HG, OpenMoko Neo 1973 (GTA01), OpenMoko FreeRunner (GTA02), QNAP TS-101, >> QNAP TS-109/209, QNAP TS-119/219, Do not configure >> +_Description: Device to automaticatically configure for >> + The U-Boot boot loader has an environment stored on flash. The U-Boot >> + environment tools needs to be configured in order to be able to read and >> + modify this environment. >> + . >> + Depending on device, automatic configuration can be possible. >> >> -- >> Debian packaging for uboot-envtools >> >> _______________________________________________ >> pkg-fso-commits mailing list >> [email protected] >> http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-commits > > -- > Gaudenz Steinlin > POnG Online Genossenschaft > [email protected] > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iQEVAwUBSoE3/E0yN7tZsYcyAQi5IAgAmAlSa75VMsOg57KSMBAHAkf1Lgb53cOu > iirra7V67Ju3GcdcovgPdxN++iJKqkDNi7xP3ADrgtQ7Tk/9+ciwI9IDYgjCIbgh > jW1QUvBukt/v3/+tLRe/t1gKcvUSs6GADZn0GYJnyl4cbKn93QkfEH2v1phefN1s > +PIzVzV7wlbA9Ze4a4bu/K7wVeZHEyNamAXffuQ3BRbXrtVvK92/+QKcFdNzaskD > fJjst33u0p/WYw7oyJ1u98TElhQzWQRldZL3FjGlvkz1dhuATTnBOaYY+rla+obl > GUo/vcHqHaeYqDvDva8mwZrhV/h5slLgDb/7u5CiERlPXR1sErYq7w== > =Wkg4 > -----END PGP SIGNATURE----- > > _______________________________________________ > pkg-fso-maint mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint > > _______________________________________________ pkg-fso-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint
