Files in usr/lib should be put into more descriptive directory
Bug #1354079 reported by
Daniel Holbach
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Clock App |
Fix Released
|
Medium
|
Sergio Schvezov |
Bug Description
These are the files installed into usr/lib by ubuntu-clock-app right now:
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
They should be installed into a more descriptive directory.
Related branches
lp://staging/~dholbach/ubuntu-clock-app/reboot-packaging
Superseded
for merging
into
lp://staging/ubuntu-clock-app
- Ubuntu Phone Apps Jenkins Bot: Needs Fixing (continuous-integration)
- Sergio Schvezov (community): Needs Fixing
- Ubuntu Clock Developers: Pending requested
-
Diff: 767 lines (+442/-76)28 files modifiedCMakeLists.txt (+27/-28)
app/CMakeLists.txt (+11/-5)
app/alarm/CMakeLists.txt (+1/-1)
app/clock/CMakeLists.txt (+1/-1)
app/components/CMakeLists.txt (+1/-1)
app/graphics/CMakeLists.txt (+5/-3)
app/upstreamcomponents/CMakeLists.txt (+1/-1)
app/worldclock/CMakeLists.txt (+1/-1)
backend/CMakeLists.txt (+8/-8)
cmake/Click.cmake (+0/-17)
debian/changelog (+197/-0)
debian/compat (+1/-0)
debian/control (+42/-0)
debian/copyright (+54/-0)
debian/rules (+20/-0)
debian/source/format (+1/-0)
debian/tests/control (+13/-0)
debian/tests/make-autopilot (+2/-0)
debian/tests/make-test (+2/-0)
debian/ubuntu-clock-app-autopilot.install (+1/-0)
debian/ubuntu-clock-app.install (+2/-0)
manifest.json (+2/-1)
tests/CMakeLists.txt (+1/-0)
tests/autopilot/CMakeLists.txt (+8/-0)
tests/autopilot/run (+3/-1)
tests/autopilot/ubuntu_clock_app/emulators.py (+2/-1)
tests/autopilot/ubuntu_clock_app/tests/__init__.py (+34/-6)
tests/unit/tst_hellocomponent.qml (+1/-1)
lp://staging/~ubuntu-clock-dev/ubuntu-clock-app/reboot-packaging
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Nekhelesh Ramananthan: Approve
- Timo Jyrinki: Approve
- Sergio Schvezov: Pending requested
-
Diff: 895 lines (+571/-78)28 files modified.bzr-builddeb/default.conf (+2/-0)
CMakeLists.txt (+43/-29)
app/CMakeLists.txt (+12/-5)
app/alarm/CMakeLists.txt (+1/-1)
app/clock/CMakeLists.txt (+1/-1)
app/components/CMakeLists.txt (+1/-1)
app/graphics/CMakeLists.txt (+5/-3)
app/upstreamcomponents/CMakeLists.txt (+1/-1)
app/worldclock/CMakeLists.txt (+1/-1)
backend/CMakeLists.txt (+8/-8)
cmake/Click.cmake (+0/-17)
debian/changelog (+327/-0)
debian/compat (+1/-0)
debian/control (+43/-0)
debian/copyright (+54/-0)
debian/rules (+20/-0)
debian/tests/control (+13/-0)
debian/tests/make-autopilot (+2/-0)
debian/tests/make-test (+2/-0)
debian/ubuntu-clock-app-autopilot.install (+1/-0)
debian/ubuntu-clock-app.install (+2/-0)
manifest.json (+8/-3)
tests/CMakeLists.txt (+1/-0)
tests/autopilot/CMakeLists.txt (+8/-0)
tests/autopilot/run (+3/-1)
tests/autopilot/ubuntu_clock_app/emulators.py (+2/-1)
tests/autopilot/ubuntu_clock_app/tests/__init__.py (+8/-5)
tests/unit/tst_hellocomponent.qml (+1/-1)
Changed in ubuntu-clock-app: | |
milestone: | none → rtm |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in ubuntu-clock-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thanks Sergio. I just went and renamed it from "Clock" to "ClockApp" since that's what Notes and Camera were doing.