Merge lp:~larryprice/libertine/remove-pam-dep into lp:libertine

Proposed by Larry Price
Status: Merged
Approved by: Christopher Townsend
Approved revision: 272
Merged at revision: 281
Proposed branch: lp:~larryprice/libertine/remove-pam-dep
Merge into: lp:libertine
Diff against target: 23 lines (+0/-2)
2 files modified
debian/control (+0/-1)
liblibertine/CMakeLists.txt (+0/-1)
To merge this branch: bzr merge lp:~larryprice/libertine/remove-pam-dep
Reviewer Review Type Date Requested Status
Libertine CI Bot continuous-integration Approve
Christopher Townsend Approve
Review via email: mp+302288@code.launchpad.net

Commit message

Remove unused dependency on pam.

Description of the change

Remove final remnants of libpam and close bug for switching to policykit since that is no longer the plan.

To post a comment you must log in.
Revision history for this message
Christopher Townsend (townsend) wrote :

Oh, right! +1

review: Approve
Revision history for this message
Libertine CI Bot (libertine-ci-bot) wrote :

PASSED: Continuous integration, rev:272
https://jenkins.canonical.com/libertine/job/lp-libertine-ci/78/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/libertine/job/build/253
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=vivid+overlay,testname=default/208
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=xenial+overlay,testname=default/208
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=yakkety,testname=default/208
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=vivid+overlay,testname=default/208
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=xenial+overlay,testname=default/208
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=yakkety,testname=default/208
    None: https://jenkins.canonical.com/libertine/job/lp-generic-update-mp/192/console
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-0-fetch/256
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=vivid+overlay/241
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=xenial+overlay/241
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=yakkety/241
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/234
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/234/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/234
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/234/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=yakkety/234
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=yakkety/234/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/234
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/234/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/234
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/234/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=yakkety/234
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=yakkety/234/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/libertine/job/lp-libertine-ci/78/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2016-07-29 19:23:31 +0000
3+++ debian/control 2016-08-08 13:55:09 +0000
4@@ -12,7 +12,6 @@
5 libgirepository1.0-dev,
6 libglib2.0-dev,
7 libgtest-dev,
8- libpam0g-dev,
9 lsb-release,
10 python3-apt,
11 python3-dev,
12
13=== modified file 'liblibertine/CMakeLists.txt'
14--- liblibertine/CMakeLists.txt 2016-07-15 18:39:58 +0000
15+++ liblibertine/CMakeLists.txt 2016-08-08 13:55:09 +0000
16@@ -22,7 +22,6 @@
17 ${GLIB2_LIBRARIES}
18 ${PYTHON3_LIBRARIES}
19 Qt5::Core
20- pam
21 )
22
23 set(liblibertine_headers_path "${CMAKE_INSTALL_FULL_INCLUDEDIR}/liblibertine")

Subscribers

People subscribed via source and target branches