[SCM] kwallet-pam packaging branch, kubuntu_unstable_pam-auth-update, updated. a8f0a386b935b1755e4ca0c4747995f0b478faba

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Mon Aug 10 14:16:33 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kwallet-pam.git;a=commitdiff;h=a8f0a38

The following commit has been merged in the kubuntu_unstable_pam-auth-update branch:
commit a8f0a386b935b1755e4ca0c4747995f0b478faba
Merge: 2cb4052e91993e729b5b1c257ac0962475ca5ae8 3a308459f803fed63e389ae944b0684cefcde494
Author: Kubuntu CI <kubuntu-ci at lists.launchpad.net>
Date:   Mon Aug 10 14:17:05 2015 +0000

    Merging kubuntu_unstable into kubuntu_unstable_pam-auth-update.

 debian/control | 6 +++++-
 debian/rules   | 5 ++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --cc debian/rules
index 1f5889a,404230b..205b553
--- a/debian/rules
+++ b/debian/rules
@@@ -1,25 -1,9 +1,24 @@@
  #!/usr/bin/make -f
  
- QT4_BUILD_DIR = build-qt4
+ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
  
- %:
- 	dh $@ 
+ QT4_BUILD_DIR = build-qt4
  
 +PACKAGE_BASE := pam-kwallet
 +PAM_BASE := kwallet
 +KWALLET_VERSIONS := 5 4
 +PACKAGES = $(addprefix $(PACKAGE_BASE), $(KWALLET_VERSIONS))
 +
 +MAINT_BASE := $(addprefix debian/, $(PACKAGES))
 +POSTINST := $(addsuffix .postinst, $(MAINT_BASE))
 +PRERM := $(addsuffix .prerm, $(MAINT_BASE))
 +
 +debian/pam-kwallet%.postinst:
 +	cp debian/pam-kwallet.postinst.in debian/pam-kwallet$*.postinst
 +debian/pam-kwallet%.prerm:
 +	cp debian/pam-kwallet.prerm.in debian/pam-kwallet$*.prerm
 +	sed -i 's/__PROFILE__/$(PAM_BASE)$*/g' debian/pam-kwallet$*.prerm
 +
  override_dh_auto_clean:
  	dh_auto_clean
  	rm -rf $(QT4_BUILD_DIR)

-- 
kwallet-pam packaging



More information about the pkg-kde-commits mailing list