On Mon, 2017-08-07 at 12:45 -0400, Remi Vanicat wrote:
> Package: live-wrapper-doc
> Version: 0.6+nmu1
> Severity: minor
>
> Dear Maintainer,
>
> At the end of quickstart.html, the documentation state that "To learn
> more about using live-wrapper, you can read the man page" but I see no
> man pa
Package: live-wrapper
Severity: important
Version: 0.6
Attached is a patch that updates live-wrapper for standards version 4.0.0.
Added doc package to suggests. Not really needed, but good practice.
All other data related to updating to version 4.0.0 do not affect live-wrapper
Regards
Phil
-
Package: live-wrapper
Severity: important
Version: 0.6
Attached are some patches for live-wrapper git head.
bootloader.py
=
* Change 'f' to 'langlist_file'. More human readable and linting friendly.
cdroot.py
==
* Update class to use modern style.
* Add file head text. Based on or
Package: live-wrapper
Version: 0.6
Debian live 9.1.0 (mate, xfce). When installed ibus / keyboard layout issue.
Info:
Small issue with mate and xfce images. Install goes fine (UK). Installed
system has UK keyboard layout initially, but US 'ibus' setting. This
prevents 'su' to root. Remove US 'ib
On Sat, 2017-07-22 at 16:18 -0500, Jeff Epler wrote:
> On Sat, Jul 22, 2017 at 09:43:40PM +0100, Phil Wyett wrote:
> > Images created without pulling in from 'updates' and 'security' repos.
> >
> > This leaves images very out of date. Images should
Package: live-wrapper
Version: 0.6
Images created without pulling in from 'updates' and 'security' repos.
This leaves images very out of date. Images should have all the latest
packages.
Regards
Phil
--
*** If this is a mailing list, I am subscribed, no need to CC me.***
Playing the game for
Hi all,
Attached are some patches for live-wrapper git head.
bootloader.py
=
* Change 'f' to 'langlist_file'. More human readable and linting friendly.
cdroot.py
==
* Update class to use modern style.
* Add file head text. Based on original commit.
Both patches include minor trail
Hi all,
Attached is a patch that updates live-wrapper for standards version 4.0.0.
Added doc package to suggests. Not really needed, but good practice.
All other data related to updating to version 4.0.0 do not affect live-wrapper.
After conversation on list. I hope the subject line is specific
On Fri, 2017-07-14 at 17:20 -0500, Jeff Epler wrote:
> On Fri, Jul 14, 2017 at 06:19:06AM +0100, Phil Wyett wrote:
> > Hi,
> >
> > To roll up all the patches I have sent to the list. Attached is a
> > nmu2
> > debdiff that addresses what was included in previous
On Sat, 2017-07-15 at 04:29 +0100, Phil Wyett wrote:
> Package: sponsorship-requests
> Severity: important
>
> Dear mentors,
>
> I am looking for a sponsor for an update to the package "live-
> wrapper":
>
> * Package name: live-wrapper
>
Package: sponsorship-requests
Severity: important
Dear mentors,
I am looking for a sponsor for an update to the package "live-
wrapper":
* Package name: live-wrapper
Version: 0.6+nmu2
Upstream Author : Debian Live - debian-live@lists.debian.org
* URL: https://debian-live.alioth.debian.org/
Package: sponsorship-requests
Severity: important
Dear mentors,
I am looking for a sponsor for an update to the package "live-
wrapper":
* Package name: live-wrapper
Version: 0.6+nmu2
Upstream Author : Debian Live - debian-live@lists.debian.org
* URL: https://debian-live.alioth.deb
ncorrect instance of converting to UTF-8.
+ * Eliminate 'pyversions' warnings at build time.
+ * Add 'python-requests' build dependency. Fixes docs build.
+ * Add 'squashfs-tools' dependency.
+
+ -- Phil Wyett Fri, 14 Jul 2017 04:43:06 +0100
+
live-wrapper (0.6+nmu1) uns
Hi,
Added 'python-requests' build dep to eliminate last warning in build
of docs package.
This diff is one with changes from 0.6 nmu1 with addition of 'python-
requests'.
Diff:
diff --git a/debian/control b/debian/control
index a77c9bc..92e576b 100644
--- a/debian/control
+++ b/debian/control
@
Hi,
Do not encode to unicode. vmdebootstrap partial output (see line
u'amd'):
DEBUG runcmd: ['vmdebootstrap', '--sudo', '--lock-root-password', '
--no-systemd-networkd', '--arch', u'amd64', '--enable-dhcp', '
--configure-apt', '--verbose', '--log', 'vmdebootstrap.log', '
--squash=/tmp/tmpLDGouO/l
Hi,
Patch to eliminate all the pyversions bitching during debuild and
pbuilder build.
Diff:
diff --git a/debian/rules b/debian/rules
index f2fb895..61243fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2,sphinxdoc
+ dh $@
On Tue, 2017-07-11 at 02:14 +0100, Phil Wyett wrote:
> On Mon, 2017-07-10 at 14:44 +0100, Steve McIntyre wrote:
> > Phil wrote:
> > >
> > > Where is the latest version of development code for testing?
> >
> > I've been working on a development branc
On Mon, 2017-07-10 at 14:44 +0100, Steve McIntyre wrote:
> Phil wrote:
> >
> > Where is the latest version of development code for testing?
>
> I've been working on a development branch at
>
> https://git.einval.com/cgi-bin/gitweb.cgi?p=live-wrapper.git;a=short
> log;h=refs/heads/pettersson_prod
Hi all,
Ignore 'debian/files' generated by debuild.
Diff:
diff --git a/.gitignore b/.gitignore
index dc3250f..cfd199c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ doc/_build
*.log
local
live_wrapper.egg-info
+debian/files
Regards
Phil
--
*** If this is a mailing list, I am sub
On Mon, 2017-07-10 at 23:34 +0100, Phil Wyett wrote:
> On Mon, 2017-07-10 at 14:44 +0100, Steve McIntyre wrote:
> > Phil wrote:
> > >
> > > Where is the latest version of development code for testing?
> >
> > I've been working on a development branc
On Mon, 2017-07-10 at 14:44 +0100, Steve McIntyre wrote:
> Phil wrote:
> >
> > Where is the latest version of development code for testing?
>
> I've been working on a development branch at
>
> https://git.einval.com/cgi-bin/gitweb.cgi?p=live-wrapper.git;a=short
> log;h=refs/heads/pettersson_prod
On Mon, 2017-07-10 at 00:04 +0100, Steve McIntyre wrote:
> Hey folks,
>
> We have a big problem with our Stretch KDE live images, and the
> problem seems to be KDE-specific. None of the other desktops show
> the
> same problem. Can you help please?
>
Hi,
Can you indicate some of the issues as y
Hi,
Where is the latest version of development code for testing?
Regards
Phil
--
*** If this is a mailing list, I am subscribed, no need to CC me.***
Playing the game for the games sake.
Web: https://kathenas.org
Twitter: kathenasorg
Instagram: kathenasorg
signature.asc
Description: This
Source: live-wrapper
Version: 0.6
Severity: normal
Tags: patch
Python warnings when running debuild.
Whining about pyversion.
-- System Information:
Debian Release: 9.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cor
Hi all,
In a previous mail I mentioned removal of '--lock-root-password'.
On the same line (36) of 'vm.py' is the argument passed to
'vmdebootstrap' of '--sudo'. Ok, according to the manual pages this
will force the install of the 'sudo' package. Also if a user is
created, it will add them to the
On Sun, 2017-07-02 at 01:41 -0700, Jimmy Johnson wrote:
> On 06/29/2017 12:15 AM, Phil Wyett wrote:
> > On Thu, 2017-06-29 at 12:18 +1000, Michael . wrote:
> > > Bug reports should be made via the normal Debian bug reporting
> > > system. Do you have reportbu
On Thu, 2017-06-29 at 06:00 +0200, Jonathan Carter wrote:
> Hi Phil
>
> On 29/06/2017 03:35, Phil Wyett wrote:
> > Even having simple character only password only, I cannot 'su'.
> >
> > Are all others getting the same? Is there a bug report to pla
On Thu, 2017-06-29 at 06:08 -0700, Jimmy Johnson wrote:
> On 06/28/2017 06:35 PM, Phil Wyett wrote:
> > Hi,
> >
> > I have built a raw disk via 'lwr -d stretch' and debian installed
> > it
> > via GUI option.
> >
> > Even having simple ch
On Thu, 2017-06-29 at 06:00 +0200, Jonathan Carter wrote:
> Hi Phil
>
> On 29/06/2017 03:35, Phil Wyett wrote:
> > Even having simple character only password only, I cannot 'su'.
> >
> > Are all others getting the same? Is there a bug report to pla
On Thu, 2017-06-29 at 12:18 +1000, Michael . wrote:
> Bug reports should be made via the normal Debian bug reporting
> system. Do you have reportbug or reportbug-ng installed?
>
Hi,
Yes I do have reportbug installed and use it regularly.
Luckily I spoke with Steve in the early hours of this mor
Hi,
I have built a raw disk via 'lwr -d stretch' and debian installed it
via GUI option.
Even having simple character only password only, I cannot 'su'.
Are all others getting the same? Is there a bug report to play with on
this one?
Regards
Phil
--
Playing the game for the games sake.
Web:
Hi,
What I want is correct command lines used to build for what is now the
official ISO images?
I also want to know where the repo is where that code is and sub repo
code?
I will work with people and we can fix this. If needs be, I will take
over this code
base. I spent 14 years developing the C
Hi,
Call me blind. I have been looking for the configs in-order to
replicate the official stable live ISO images builds with 'lb'. I have
looked here and there on Alioth etc. and cannot seem to find them.
Could someone point me in the right direction?
Regards
Phil
--
Playing the game for the g
33 matches
Mail list logo