Packaging updates, release for stretch

master libpam-csc-1.11
Elana Hashman 6 years ago
parent e344a9b7b7
commit cad70a69ab
  1. 7
      debian/changelog
  2. 2
      debian/compat
  3. 7
      debian/control
  4. 5
      debian/rules

7
debian/changelog vendored

@ -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 <ehashman@csclub.uwaterloo.ca> Tue, 25 Apr 2017 22:13:54 -0400
libpam-csc (1.10ubuntu5) saucy; urgency=low
* Packaging for saucy.

2
debian/compat vendored

@ -1 +1 @@
7
10

7
debian/control vendored

@ -5,9 +5,10 @@ Maintainer: Systems Commmittee <syscom@csclub.uwaterloo.ca>
Uploaders:
David Bartley <dtbartle@csclub.uwaterloo.ca>,
Michael Spang <mspang@csclub.uwaterloo.ca>,
Jeremy Roman <jbroman@csclub.uwaterloo.ca>
Build-Depends: debhelper (>= 7), libldap2-dev, libpam0g-dev, libsasl2-dev
Standards-Version: 3.9.1
Jeremy Roman <jbroman@csclub.uwaterloo.ca>,
Elana Hashman <ehashman@csclub.uwaterloo.ca>
Build-Depends: debhelper (>= 10), libldap2-dev, libpam0g-dev, libsasl2-dev
Standards-Version: 3.9.8
Package: libpam-csc
Architecture: any

5
debian/rules vendored

@ -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

Loading…
Cancel
Save