diff -Nru pam-p11-0.1.5/debian/changelog pam-p11-0.1.5/debian/changelog --- pam-p11-0.1.5/debian/changelog 2013-12-30 08:18:23.000000000 +0000 +++ pam-p11-0.1.5/debian/changelog 2014-10-11 03:24:33.000000000 +0000 @@ -1,8 +1,12 @@ -pam-p11 (0.1.5-3ubuntu1) trusty; urgency=medium +pam-p11 (0.1.5-4) unstable; urgency=medium - * Patch aclocal.m4 and configure to support ppc64el. + * debian/control: Bump Standards-Version to 3.9.6 (no changes). + * debian/control: Canonicalize Vcs-* fields. + * debian/control: Update Homepage field to GitHub home. + * debian/watch: Update for new GitHub home. + * debian/control: Run wrap-and-sort. - -- Matthias Klose Mon, 30 Dec 2013 09:17:53 +0100 + -- Eric Dorland Fri, 10 Oct 2014 23:24:29 -0400 pam-p11 (0.1.5-3) unstable; urgency=low diff -Nru pam-p11-0.1.5/debian/control pam-p11-0.1.5/debian/control --- pam-p11-0.1.5/debian/control 2013-09-21 21:39:34.000000000 +0000 +++ pam-p11-0.1.5/debian/control 2014-10-11 03:24:33.000000000 +0000 @@ -2,18 +2,21 @@ Section: admin Priority: optional Maintainer: Eric Dorland -Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - libpam0g-dev, libp11-dev -Standards-Version: 3.9.4 -Homepage: http://www.opensc-project.org/pam_p11/ -Vcs-Git: git://git.debian.org/git/pkg-opensc/pam-p11.git -Vcs-Browser: http://git.debian.org/?p=pkg-opensc/pam-p11.git +Build-Depends: autotools-dev, + debhelper (>= 9), + libltdl-dev, + libp11-dev, + libpam0g-dev +Standards-Version: 3.9.6 +Homepage: https://github.com/OpenSC/pam_p11 +Vcs-Git: git://anonscm.debian.org/pkg-opensc/pam-p11.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-opensc/pam-p11.git Package: libpam-p11 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libpam-opensc Replaces: libpam-opensc Provides: libpam-opensc diff -Nru pam-p11-0.1.5/debian/patches/ppc64el.diff pam-p11-0.1.5/debian/patches/ppc64el.diff --- pam-p11-0.1.5/debian/patches/ppc64el.diff 2013-12-30 08:17:47.000000000 +0000 +++ pam-p11-0.1.5/debian/patches/ppc64el.diff 1970-01-01 00:00:00.000000000 +0000 @@ -1,56 +0,0 @@ -Index: b/aclocal.m4 -=================================================================== ---- a/aclocal.m4 -+++ b/aclocal.m4 -@@ -633,7 +633,10 @@ - x86_64-*linux*) - LD="${LD-ld} -m elf_i386" - ;; -- ppc64-*linux*|powerpc64-*linux*) -+ powerpc64le-*) -+ LD="${LD-ld} -m elf32lppclinux" -+ ;; -+ powerpc64-*) - LD="${LD-ld} -m elf32ppclinux" - ;; - s390x-*linux*) -@@ -652,7 +655,10 @@ - x86_64-*linux*) - LD="${LD-ld} -m elf_x86_64" - ;; -- ppc*-*linux*|powerpc*-*linux*) -+ powerpcle-*) -+ LD="${LD-ld} -m elf64lppc" -+ ;; -+ powerpc-*) - LD="${LD-ld} -m elf64ppc" - ;; - s390*-*linux*) -Index: b/configure -=================================================================== ---- a/configure -+++ b/configure -@@ -4931,7 +4931,10 @@ - x86_64-*linux*) - LD="${LD-ld} -m elf_i386" - ;; -- ppc64-*linux*|powerpc64-*linux*) -+ powerpc64le-*) -+ LD="${LD-ld} -m elf32lppclinux" -+ ;; -+ powerpc64-*) - LD="${LD-ld} -m elf32ppclinux" - ;; - s390x-*linux*) -@@ -4950,7 +4953,10 @@ - x86_64-*linux*) - LD="${LD-ld} -m elf_x86_64" - ;; -- ppc*-*linux*|powerpc*-*linux*) -+ powerpcle-*) -+ LD="${LD-ld} -m elf64lppc" -+ ;; -+ powerpc-*) - LD="${LD-ld} -m elf64ppc" - ;; - s390*-*linux*) diff -Nru pam-p11-0.1.5/debian/patches/series pam-p11-0.1.5/debian/patches/series --- pam-p11-0.1.5/debian/patches/series 2013-12-30 08:17:31.000000000 +0000 +++ pam-p11-0.1.5/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -ppc64el.diff diff -Nru pam-p11-0.1.5/debian/watch pam-p11-0.1.5/debian/watch --- pam-p11-0.1.5/debian/watch 2013-09-21 21:39:34.000000000 +0000 +++ pam-p11-0.1.5/debian/watch 2014-10-11 03:24:33.000000000 +0000 @@ -1,3 +1,3 @@ version=3 -http://www.opensc-project.org/files/pam_p11/pam_p11-(.*)\.tar\.gz +https://github.com/OpenSC/pam_p11/tags (?:.*/)pam_p11-([\d\.]*)\.tar\.gz \ No newline at end of file