| Revision 7501,
791 bytes
checked in by alanbach-guest, 2 years ago
(diff) |
- Added pam-pgsql to Vinnie security
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | # -- Rules to build libpam-pgsql package |
|---|
| 3 | |
|---|
| 4 | ## globals |
|---|
| 5 | PACKAGE= libpam-pgsql |
|---|
| 6 | DESTDIR= $(CURDIR)/debian/${PACKAGE} |
|---|
| 7 | INSTALL= /usr/bin/install |
|---|
| 8 | SHELL= /bin/sh |
|---|
| 9 | |
|---|
| 10 | override_dh_auto_configure: |
|---|
| 11 | cp /usr/share/misc/config.sub . |
|---|
| 12 | cp /usr/share/misc/config.guess . |
|---|
| 13 | autoreconf -vfi |
|---|
| 14 | # Build the module |
|---|
| 15 | ./configure --docdir=/usr/share/doc/libpam-pgsql --libdir=/lib \ |
|---|
| 16 | --enable-shared |
|---|
| 17 | |
|---|
| 18 | override_dh_auto_install: |
|---|
| 19 | # Install it |
|---|
| 20 | ${MAKE} DESTDIR=${DESTDIR} install |
|---|
| 21 | rm -f ${DESTDIR}/usr/share/doc/libpam-pgsql/CHANGELOG \ |
|---|
| 22 | ${DESTDIR}/usr/share/doc/libpam-pgsql/sample.sql |
|---|
| 23 | |
|---|
| 24 | override_dh_auto_clean: |
|---|
| 25 | # Clean up |
|---|
| 26 | [ ! -f Makefile ] || ${MAKE} distclean |
|---|
| 27 | rm -f build-all install-stamp |
|---|
| 28 | rm -f config.sub config.guess |
|---|
| 29 | |
|---|
| 30 | override_dh_makeshlibs: |
|---|
| 31 | dh_makeshlibs --noscripts |
|---|
| 32 | |
|---|
| 33 | %: |
|---|
| 34 | dh $@ |
|---|
Note: See
TracBrowser
for help on using the repository browser.