The aptdaemon changes look complete and before the valid package name
check we can see the auto_flag tag is stripped.

2070         for fullname in pkg_names:
2071             name, version, release = split_package_id(fullname)
2072             name, sep, auto_flag = name.partition("#")
2073             if not auto_flag in ("", "auto"):
2074                 raise errors.AptDaemonError("%s isn't a valid flag" %
2075                                             auto_flag)
2076             if not re.match(REGEX_VALID_PACKAGENAME, name):
2077                 raise errors.AptDaemonError("%s isn't a valid package 
name" %
2078                                             name)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1505337

Title:
  update-manager crashed with aptdaemon.errors.AptDaemonError in
  commit(): org.debian.apt: kinit#auto isn't a valid package name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1505337/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to