diff options
| -rw-r--r-- | debian/copyright | 3 | ||||
| -rwxr-xr-x | debian/rules | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/debian/copyright b/debian/copyright index e51865c..79cf416 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,7 +6,8 @@ libpam-tacplus This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License. + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/debian/rules b/debian/rules index 7b40bcc..e73e9db 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,3 @@ override_dh_clean: override_dh_auto_configure: dh_auto_configure -- --libdir=/lib --docdir=/usr/share/doc/libpam-tacplus -override_dh_install: - dh_install - -override_dh_installdocs: - dh_installdocs |
