← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~dpm/ubuntu-filemanager-app/rename-pam-package into lp:ubuntu-filemanager-app

 

David Planella has proposed merging lp:~dpm/ubuntu-filemanager-app/rename-pam-package into lp:ubuntu-filemanager-app.

Requested reviews:
  Ubuntu File Manager Developers (ubuntu-filemanager-dev)
Related bugs:
  Bug #1469283 in Ubuntu File Manager App: "Naming conflict with Terminal PAM plugin on the core apps PPA"
  https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1469283

For more details, see:
https://code.launchpad.net/~dpm/ubuntu-filemanager-app/rename-pam-package/+merge/263162

Rename the PAM authentication plugin binary package so that it can coexist with the Terminal app's one in the same PPA.
-- 
Your team Ubuntu File Manager Developers is requested to review the proposed merge of lp:~dpm/ubuntu-filemanager-app/rename-pam-package into lp:ubuntu-filemanager-app.
=== modified file 'debian/changelog'
--- debian/changelog	2014-04-25 13:25:58 +0000
+++ debian/changelog	2015-06-26 19:38:11 +0000
@@ -1,3 +1,9 @@
+ubuntu-filemanager-app (0.4) wily; urgency=medium
+
+  * Renamed PAM module to not conflict with the Terminal one.
+
+ -- David Planella <david.planella@xxxxxxxxxx>  Fri, 26 Jun 2015 20:56:51 +0200
+
 ubuntu-filemanager-app (0.3) trusty; urgency=medium
 
   * Get the click package to run on devices. (LP: #1294301)

=== modified file 'debian/control'
--- debian/control	2015-03-10 21:52:56 +0000
+++ debian/control	2015-06-26 19:38:11 +0000
@@ -24,7 +24,7 @@
          ${shlibs:Depends},
          qtdeclarative5-nemo-qml-plugin-folderlistmodel,
          qtdeclarative5-placesmodel0.1,
-         qtdeclarative5-pamauthentication0.1,
+         qtdeclarative5-fm-pamauthentication0.1,
          qtdeclarative5-archives0.1,
          qtdeclarative5-qtquick2-plugin,
          qtdeclarative5-u1db1.0,
@@ -57,7 +57,7 @@
  This package contains a plugin that enables QML apps to list and
  modify a set of places (bookmarks) in the file system.
 
-Package: qtdeclarative5-pamauthentication0.1
+Package: qtdeclarative5-fm-pamauthentication0.1
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},

=== renamed file 'debian/qtdeclarative5-pamauthentication0.1.install' => 'debian/qtdeclarative5-fm-pamauthentication0.1.install'

Follow ups