[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Thanks Michael and Chris for the review and Yao Wei to work on what was brought up. But it still is in our lists wasting time re-checking. I'll drop the ubuntu-archive subscription to clear our view, please re- add once ready for the next round of review. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Changes regarding moving away from /opt is much more difficult to handle, as 1. we need to test whether the package can work with the path change. 2. vendors do prefer putting packages they release into /opt instead of FHS standard paths. I'll check with vendor and our team how we should handle this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Chris and I reviewed this package as part of my AA training today. Unfortunately we found a few more things to fix: 1. In debian/copyright, can you please include a comment (as in https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#comment-field) to the Files: stanza for pwl-unlock/* to explain that the pwl_unlock binary does not have source. 2. The packages install various files into /opt and there are lintian tags suppressing the warnings about this. Is it possible by patching the package to avoid this? It does seem that the pwl_unlock binary references paths in /opt so it may not be, but in that case can the comments next to the lintian overrides be expanded to make this more clear? Could we push back on the vendor to change these paths? 3. There seems to be a lack of clarity about whether the GPL portions are strictly "GPL 2" or rather "GPL 2 or later". debian/copyright and the LICENSE file both say "GPL 2" but the file headers are all "or later". 3a. This is in fact good because the GPL 2 is not considered to be compatible with the Apache license! 4. There are some files where the license is not that indicated by debian/copyright: * pwl-fwupdate/fastboot is all BSD 2-Clause copyright AOSP) * pwl-unlock/fcc-unlock.d/413c is CC0 (this is not very interesting) There are also some minor things we found which would not be sufficient on a reject on their own but might as well be fixed: 1. debian/source/include-binaries refers to a file debian/FwPackage.zip which does not exist. Can this be removed? 2. All of packages override the custom-library-search-path lintian tag but it seems they don't need to. Can you remove these? If these things can be fixed, these AAs at least would accept the package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Files in pwl-unlock/* are distributed without source code, or preferred format for making modifications. If this requires clarification in d/copyright I can add it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Hi, The d/copyright file only has stanzas for code under DFSG-compatible licenses, yet the bug description states "This package will be uploaded to multiverse due to non dfsg-free contents." Could you clarify this please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Excellent, that looks good to sponsor. Uploading to plucky, unsubscribing ubuntu-sponsors, and subscribing ubuntu-archive as this will still need an AA to review and ack. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Oh, one minor change which was missing in the PPA version was Vladimir's addition of XS-Autobuild to suppress a lintian error on the source build (the binary build was lintian clean) -- I've added that back in. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
I've gone through the updated version of the package in @vpa1977's PPA and it looks like all the points raised in the first review have now been addressed. I *would* be happy to sponsor it at this point, but for one thing that's worrying me: the maintainer scripts. The preinst/postrm script unconditionally removes "/etc/systemd/system/ModemManager.service.d/pwl-mm-suspend-resume- options.conf". I know this was suggested by the first review, but here's why this makes me nervous: Firstly, this package is a new package. It cannot previously have existed on the user's machine, so if it's removing a file it's one necessarily either not owned at all, or owned by another package. Does this indicate a potential conflict with another package? Should this only happen on certain versions of something else? Secondly, the removal happens on *every* invocation of the maintscripts, *even those involved in error recovery*. In other words, if the user goes to install this package and something goes wrong, preinst will potentially be called with abort-install (or abort-upgrade with future versions), and will remove the file even though the package install/upgrade is in the process of being aborted. Normally, dpkg-maintscript-helper would be the way to "properly" handle removal of extraneous conffiles. However, that won't work here because the file in question cannot be owned by this packaage (and dpkg- maintscript-helper won't operate on files not owned by the package being installed / upgraded). What I'd like to see to resolve this: 1. An (potentially brief) explanation of why this file needs removal, especially considering it can't be a file owned by this package 2. A consideration of a non-destructive means; could it just be renamed? 3. If it can't just be renamed, a consideration of what should be done in the abort-install/upgrade case Other than that I can't see any other issues with this, and if the above can be resolved, I'd be happy to sponsor this for upload. In the meantime, I'll remove ubuntu-sponsors pending resolution -- please do re-subscribe ubuntu-sponsors when the above point is addressed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Please check my PPA: https://launchpad.net/~medicalwei/+archive/ubuntu/pwl-pc-services/+packages I've uploaded a fixed version after re-creating the PPA repo. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Ah sorry, could you check the content in the git repo again? I've removed the maintainer script since I moved the extension of systemd service "ModemManager.service" to /usr/lib/systemd/... so the maintainer script is no longer needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Need second reviewer for the new package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
PPA build: https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/16645769/+listing- archive-extra Note on git tag verification - we have ran into a uscan bug[1] that is not addressed. Added `XS-Autobuild: yes` tag to suppress the lintian error. [1] https://bugs.debian.org/1015233 ** Bug watch added: Debian Bug tracker #1015233 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015233 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
** Description changed: Version: 4.2.1 URL: https://github.com/palcomwireless/linux_pkgs License: GPL-2, Apache-2.0, BSD-3-Clause Programming Lang: C Description: Support for Palcom Wireless WWAN modules This package provides functionality and maintenance for Palcom Wireless WWAN modules. The package splits into the following services: - pwl-core-service - pwl-fwupdate-service - pwl-madpt-service - pwl-pref-service - pwl-unlock-service - pwl-test-quick-suspend-resume The package "pwl-unlock-service" is a binary-only file for FCC Unlock procedure, and will be used by ModemManager: https://modemmanager.org/docs/modemmanager/fcc-unlock/ The packaging will include modaliases, which is not available in Debian packaging. This package will be uploaded to multiverse due to non dfsg-free contents. + + [Test plan] + 0. Verify the service on platform with Dell DW5826e USB\VID_413C&PID_8217 and valid sim + FCC unlock + 1. Boot into Ubuntu + 2. Check if the WWAN can camp to network successfully + 3. Check the boot log by $ journalctl -b | grep pwl_unlock +Should find below message: + pwl_unlock[2865]: [2865] start + pwl_unlock[2865]: Device type usb + pwl_unlock[2865]: [2865] Host verify pass + pwl_unlock[2865]: [2865] Module verify pass + pwl_unlock[2865]: MBIM Device init + pwl_unlock[2865]: MBIM Device new cb + pwl_unlock[2865]: MBIM Device open + pwl_unlock[2865]: MBIM Device /dev/cdc-wdm0 opened. + pwl_unlock[2865]: [2865] mbim device ready + pwl_unlock[2865]: [2865] FCC Unlock encrypt checking + pwl_unlock[2865]: [2865] FCC Unlock cmd missing echo + pwl_unlock[2865]: [2865] FCC Unlock encrypt checked + pwl_unlock[2865]: [2865] FCC Unlock data prepared + pwl_unlock[2865]: [2865] FCC Unlock decrypt info prepared + pwl_unlock[2865]: [2865] FCC Unlock info prepare completed + pwl_unlock[2865]: [2865] FCC Unlock ready for challenge + pwl_unlock[2865]: [2865] Challenge pass + pwl_unlock[2865]: [2865] Module functionality enable OK + pwl_unlock[2865]: MBIM Device deinit + pwl_unlock[2865]: MBIM Device close + pwl_unlock[2865]: MBIM Device close cb + pwl_unlock[2865]: [2865] exit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Package has been updated to 4.2.2-0ubuntu1, with the following changes: - add a metapackage "pwl-pc-services" and move Modaliases field to it (this is to address the issue that we cannot suppress Lintian warning on -dbgsym packages) - surpress Lintian warning "unknown-field Modaliases" - remove unnecessary check for maintainer scripts - add signing key check for upstream commits - squash changelog - update upstream version Had a discussion with a reviewer on some questions I had with the review: * About Lintian warning on Modaliases, which is Ubuntu-specific field: It is okay to just add override to it as Ubuntu does not have specific ruleset on Lintian regarding to the warning. * About git commit signed by GitHub instead of author themselves, it is fine to add GitHub key (https://github.com/web-flow.gpg) for the commits made on GitHub web interface. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
Packaging review[1]
MUST:
- Package must meet Ubuntu versioning & Maintainer requirements
4.2.1-0ubuntu4, OK
Package targets oracular, should target Plucky.
As the package a new one, we can consolidate the changelog
(as it currently references packages never uploaded to the archive)
- Package must match current Ubuntu (and Debian) packaging policies
Lintian warnings:
W: pwl-fwupdate-service: unknown-field Modaliases
W: pwl-fwupdate-service-dbgsym: unknown-field Modaliases
W: pwl-madpt-service: unknown-field Modaliases
W: pwl-madpt-service-dbgsym: unknown-field Modaliases
W: pwl-pref-service: unknown-field Modaliases
W: pwl-pref-service-dbgsym: unknown-field Modaliases
W: pwl-test-quick-suspend-resume: unknown-field Modaliases
W: pwl-unlock-service: unknown-field Modaliases
Those are produced by dh_modalias and can be suppressed.
debian/source/include-binaries - not needed
- Package must build, install, run, remove, and purge cleanly
OK, did not check running as I lack the hardware.
Is it possible to provide a test plan?
SHOULD:
- Package should be lintian clean
NOK, Produces lintian warnings, see above
- Contents of debian/ should be sane
debian/pwl-test-quick-suspend-resume.{preinst,postrm} - we can just do
rm -f without if condition
- Changelog should close a "needs-packaging" bug
OK
- Package should follow http://www.debian.org/doc/manuals/developers-
reference/best-pkging-practices.html
Package needs a manual page
Nit: we can use cmake buildsystem:
%:
dh $@ --with modaliases --buildsystem cmake --builddir=build
override_dh_auto_configure:
dh_auto_configure -- --install-prefix="/temp"
override_dh_auto_install:
dh_auto_install
mv $(CURDIR)/debian/tmp/temp/* $(CURDIR)/debian/tmp
rm -rf $(CURDIR)/debian/tmp/temp/
override_dh_installsystemd:
dh_installsystemd -ppwl-core-service --name=pwl_core pwl-core.service
dh_installsystemd -ppwl-fwupdate-service --name=pwl_fwupdate
pwl-fwupdate.service
dh_installsystemd -ppwl-madpt-service --name=pwl_madpt pwl-madpt.service
dh_installsystemd -ppwl-pref-service --name=pwl_pref pwl-pref.service
Maintenance review
MUST:
- Package must contain a watch file or get-orig-source rule
OK
- If upstream is no more, the packager should consider adopting the upstream
package somewhere
n/a
- Packages who implement get-orig-source for packages with watch files get
extra points
n/a
- Packaged version must not have any known security or critical bugs
n/a
SHOULD:
- Packaging scripts should be readable and readily comprehensible
OK
- Upstream should be responsive, and maintain a bug tracker
https://github.com/palcomwireless/linux_pkgs/issues
- Packaged version should be latest upstream
NOK, 4.2.2 is latest upstream
- Package should not be native without an approved spec
n/a
Suitability review
MUST:
- Package must meet copyright / licensing requirements
Multiverse package,
- Non-native packages must have verifiable cryptographic path to upstream source
Upstream signs commits, we can validate those
- Package must be advocated by at least two members of ubuntu-dev (the packager
may count as one)
OK
SHOULD:
- Package should work on a standard Ubuntu/Kubuntu/Xubuntu/etc. system
Needs testing with real hardware
- Package should provide hints to system services (app-install-data, menus,
etc.) to ease installation and use
OK
- Package should provide Ubuntu-specific documentation for variances in
behaviour from upstream
n/a, no changes vs. upstream
- Package should provide a Homepage: header in debian/control
OK, https://github.com/palcomwireless/linux_pkgs
[1] https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews#NewPackage
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084776
Title:
[needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN
modules
To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
The package is currently uploaded in this PPA: https://launchpad.net/~medicalwei/+archive/ubuntu/pwl-pc- services/+packages The package is maintained in this Git repo: https://code.launchpad.net/~oem-solutions-engineers/pwl-pc-services/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
** Changed in: ubuntu Status: New => In Progress ** Changed in: oem-priority Importance: Undecided => High ** Changed in: ubuntu Assignee: (unassigned) => Yao Wei (medicalwei) ** Changed in: oem-priority Assignee: (unassigned) => Yao Wei (medicalwei) ** Changed in: oem-priority Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
*** This is an automated message *** This bug is tagged needs-packaging which identifies it as a request for a new package in Ubuntu. As a part of the managing needs-packaging bug reports specification, https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs- packaging bug reports have Wishlist importance. Subsequently, I'm setting this bug's status to Wishlist. ** Changed in: ubuntu Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
** Description changed: Version: 4.2.1 URL: https://github.com/palcomwireless/linux_pkgs License: GPL-2, Apache-2.0, BSD-3-Clause Programming Lang: C Description: Support for Palcom Wireless WWAN modules This package provides functionality and maintenance for Palcom Wireless WWAN modules. The package splits into the following services: - pwl-core-service - pwl-fwupdate-service - pwl-madpt-service - pwl-pref-service - pwl-unlock-service - pwl-test-quick-suspend-resume The package "pwl-unlock-service" is a binary-only file for FCC Unlock procedure, and will be used by ModemManager: https://modemmanager.org/docs/modemmanager/fcc-unlock/ + The packaging will include modaliases, which is not available in Debian + packaging. + This package will be uploaded to multiverse due to non dfsg-free contents. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084776] Re: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules
** Tags added: jira-nantou-477 oem-priority -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084776 Title: [needs-packaging] pwl-pc-services: Support for Palcom Wireless WWAN modules To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/2084776/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
