diff --git a/debian/changelog b/debian/changelog index 7f262e8..1fc1111 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libpam-csc (1.11debian9) stretch; urgency=medium + + * Packaging updates; we are targeting 7-year old policy. + * Release for stretch. + + -- Elana Hashman Tue, 25 Apr 2017 22:13:54 -0400 + libpam-csc (1.10ubuntu5) saucy; urgency=low * Packaging for saucy. diff --git a/debian/compat b/debian/compat index 7f8f011..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +10 diff --git a/debian/control b/debian/control index f5b3f7a..4ee64ad 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,10 @@ Maintainer: Systems Commmittee Uploaders: David Bartley , Michael Spang , - Jeremy Roman -Build-Depends: debhelper (>= 7), libldap2-dev, libpam0g-dev, libsasl2-dev -Standards-Version: 3.9.1 + Jeremy Roman , + Elana Hashman +Build-Depends: debhelper (>= 10), libldap2-dev, libpam0g-dev, libsasl2-dev +Standards-Version: 3.9.8 Package: libpam-csc Architecture: any diff --git a/debian/rules b/debian/rules index db35c6c..c813640 100755 --- a/debian/rules +++ b/debian/rules @@ -14,8 +14,9 @@ configure-stamp: touch configure-stamp -build: build-stamp - +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: configure-stamp dh_testdir