Are there any backporters that can help with these two backport
requests. One is for a library and the other is for a PAM module that
uses the library. The packages are already in Xenial and have been
tested and work. Using PPA's and VM's of Trusty and Precise they have
been installed, tested and w
Hello everyone,
Could someone work on merging octave 4.0.2-1 from Debian?
https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1563100
I wish I could do it, but my packaging skills are zero.
Thanks all,
Amr
--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify sett
Dear Ubuntu Developers ad Maintainers,
GNU Octave (part of "universe") is shipped with a GUI since version 4,
which results in many X (display server) related dependencies on a
headless (X free) system. Thus I would like to request an octave-nox
package to prevent this. Octave can be build wit
Hi,all
In apt source code, The file "/apt-get.cc" ,line 1715, CommandLine
CmdL(Args,data(),_config).
But Args does not have a element data();
struct CommandLine::Args
{
char ShortOpt;
const char *LongOpt;
const char *ConfName;
unsigned long Flags;
inline bool end() {return Sh