From 181e4c06c36c05a87b3eda05834085e30328479b Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Tue, 28 May 2013 19:28:27 +0200 Subject: drop stuff in debian/ not needed anymore patches Makefile README.Debian source.lintian-overrides Git-Dch: Full --- debian/patches/visibility | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 debian/patches/visibility (limited to 'debian/patches/visibility') diff --git a/debian/patches/visibility b/debian/patches/visibility deleted file mode 100644 index d121a1e..0000000 --- a/debian/patches/visibility +++ /dev/null @@ -1,23 +0,0 @@ -Description: Mark the pam_sm_* functions as __attribute__((visibility("default"))) -Author: Peter Palfrader -Bug-Debian: http://bugs.debian.org/499203 -Last-Update: 2012-06-20 - ---- libpam-pwdfile-0.99.orig/pam_pwdfile.c -+++ libpam-pwdfile-0.99/pam_pwdfile.c -@@ -222,6 +222,7 @@ - } - - /* expected hook for auth service */ -+__attribute__((visibility("default"))) - PAM_EXTERN int pam_sm_authenticate(pam_handle_t *pamh, int flags, - int argc, const char **argv) { - int retval, pcnt, pwdfilename_found; -@@ -408,6 +409,7 @@ - } - - /* another expected hook */ -+__attribute__((visibility("default"))) - PAM_EXTERN int pam_sm_setcred(pam_handle_t *pamh, int flags, - int argc, const char **argv) - { -- cgit v1.2.3