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. 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]
signature.asc
Description: Digital signature
_______________________________________________ pkg-fso-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint
