Merge lp:~dbarth/account-plugins/fix-maintainer-scripts into lp:account-plugins

Proposed by David Barth
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 138
Merged at revision: 137
Proposed branch: lp:~dbarth/account-plugins/fix-maintainer-scripts
Merge into: lp:account-plugins
Diff against target: 44 lines (+2/-12)
5 files modified
debian/account-plugin-flickr.maintscript (+1/-0)
debian/account-plugin-flickr.postinst (+0/-4)
debian/account-plugin-flickr.postrm (+0/-4)
debian/account-plugin-flickr.preinst (+0/-4)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~dbarth/account-plugins/fix-maintainer-scripts
Reviewer Review Type Date Requested Status
Alberto Mardegan (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+214998@code.launchpad.net

Commit message

This change is to fix the maintainer scripts for the flickr settings. It mostly undoes the changes of https://code.launchpad.net/~mardy/account-plugins/lp1299659/+merge/213415 which are considered dangerous.

Description of the change

This change is to fix the maintainer scripts for the flickr settings. It mostly undoes the changes of https://code.launchpad.net/~mardy/account-plugins/lp1299659/+merge/213415 which are considered dangerous.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
138. By David Barth

add a rev. number to the flicker maintscript to avoid unnecessary re-runs in the future

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alberto Mardegan (mardy) wrote :

Thanks David!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'debian/account-plugin-flickr.maintscript'
--- debian/account-plugin-flickr.maintscript 1970-01-01 00:00:00 +0000
+++ debian/account-plugin-flickr.maintscript 2014-04-09 17:49:30 +0000
@@ -0,0 +1,1 @@
1rm_conffile /etc/signon-ui/webkit-options.d/secure.flickr.com.conf 0.11+14.04.20140408
02
=== removed file 'debian/account-plugin-flickr.postinst'
--- debian/account-plugin-flickr.postinst 2014-04-01 11:13:41 +0000
+++ debian/account-plugin-flickr.postinst 1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
1#!/bin/sh
2set -e
3
4dpkg-maintscript-helper rm_conffile /etc/signon-ui/webkit-options.d/secure.flickr.com.conf -- "$@"
50
=== removed file 'debian/account-plugin-flickr.postrm'
--- debian/account-plugin-flickr.postrm 2014-04-01 11:13:41 +0000
+++ debian/account-plugin-flickr.postrm 1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
1#!/bin/sh
2set -e
3
4dpkg-maintscript-helper rm_conffile /etc/signon-ui/webkit-options.d/secure.flickr.com.conf -- "$@"
50
=== removed file 'debian/account-plugin-flickr.preinst'
--- debian/account-plugin-flickr.preinst 2014-04-01 11:13:41 +0000
+++ debian/account-plugin-flickr.preinst 1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
1#!/bin/sh
2set -e
3
4dpkg-maintscript-helper rm_conffile /etc/signon-ui/webkit-options.d/secure.flickr.com.conf -- "$@"
50
=== modified file 'debian/rules'
--- debian/rules 2013-06-12 05:49:46 +0000
+++ debian/rules 2014-04-09 17:49:30 +0000
@@ -12,6 +12,7 @@
12 --with-twitter-consumer-key="NGOB5S7sICsj6epjh0PhAw" \12 --with-twitter-consumer-key="NGOB5S7sICsj6epjh0PhAw" \
13 --with-twitter-consumer-secret="rbUEJCBEokMnGZd8bubd0QL2cSmoCjJeyiSJpnx3OM0" \13 --with-twitter-consumer-secret="rbUEJCBEokMnGZd8bubd0QL2cSmoCjJeyiSJpnx3OM0" \
14 --with-windows-live-client-id="00000000400D5635" \14 --with-windows-live-client-id="00000000400D5635" \
15 --with-facebook-client-id="271112146382618" \
15 --with-foursquare-client-id="1I2UNJXPHNDZT3OPZOOA5LCPIUEUJFMKRXSF42UFCN1KXKTK" \16 --with-foursquare-client-id="1I2UNJXPHNDZT3OPZOOA5LCPIUEUJFMKRXSF42UFCN1KXKTK" \
16 --with-google-client-id="759250720802-4sii0me9963n9fdqdmi7cepn6ub8luoh.apps.googleusercontent.com" \17 --with-google-client-id="759250720802-4sii0me9963n9fdqdmi7cepn6ub8luoh.apps.googleusercontent.com" \
17 --with-google-client-secret="juFngKUcuhB7IRQqHtSLavqJ" \18 --with-google-client-secret="juFngKUcuhB7IRQqHtSLavqJ" \

Subscribers

People subscribed via source and target branches