~ubuntu-branches/ubuntu/saucy/pam-geoip/saucy

« back to all changes in this revision

Viewing changes to debian/patches/01-multiarch-libdir.diff

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-02-19 10:14:34 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130219101434-86pi3fbw6la2ji6l
Tags: 1.1-1
* New upstream release.
  - Refresh patch 01-multiarch-libdir.
  - Remove unused lintian override no-upstream-changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Patch to add variable in makefile to support multiarch.
2
2
 
3
 
diff -Naur pam_geoip-1.0.orig/Makefile pam_geoip-1.0/Makefile
4
 
--- pam_geoip-1.0.orig/Makefile 2012-12-26 08:56:12.000000000 +0100
5
 
+++ pam_geoip-1.0/Makefile      2012-12-26 17:06:36.363999461 +0100
 
3
diff -Naur pam_geoip-1.1.orig/Makefile pam_geoip-1.1/Makefile
 
4
--- pam_geoip-1.1.orig/Makefile 2012-12-27 12:35:25.000000000 +0100
 
5
+++ pam_geoip-1.1/Makefile      2013-02-19 10:10:01.266143426 +0100
6
6
@@ -10,7 +10,7 @@
7
7
 MODULE=pam_geoip.so
8
8
 LDFLAGS=-lpam -lGeoIP -lm -shared
11
11
+PAM_LIB_DIR=$(DESTDIR)/lib/$(MULTIARCH)/security
12
12
 INSTALL=/usr/bin/install
13
13
 
14
 
 all: module doc
 
14
 all: config.h pam_geoip.so doc