diff options
author | Greg Norris <adric@debian.org> | 2005-11-16 07:56:25 -0600 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2012-11-08 08:21:37 +0100 |
commit | 6b54c9a80f45d5ef85d4cf6c1bb5291670324932 (patch) | |
tree | 78b1cf9f9d81d8e5ff3217fe552b6f8932f875f8 /debian/rules | |
parent | a5e39be83fdda78550b960b6099e48f60ac6305c (diff) | |
download | libpam-pwdfile-6b54c9a80f45d5ef85d4cf6c1bb5291670324932.tar.gz |
Imported Debian patch 0.99-3debian/0.99-3
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 57b4e85..b0cbb7f 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=1 +export DH_COMPAT=4 export PACKAGE=pam_pwdfile @@ -35,7 +35,7 @@ install: build dh_clean -k dh_installdirs - $(MAKE) -f Makefile.Debian DESTDIR=$(CURDIR)/debian/tmp install + $(MAKE) -f Makefile.Debian DESTDIR=$(CURDIR)/debian/`dh_listpackages` install touch install-stamp @@ -56,7 +56,7 @@ binary-arch: build install # dh_installpam # dh_installinit # dh_installcron - dh_installmanpages + dh_installman # dh_installinfo # dh_undocumented dh_installchangelogs changelog |