On 26/01/13 14:09, Neil McGovern wrote:
>> I believe the use of the 0.8.3 release is not RC, but it does fix one >> important bug and it also fixes the original RC bug without having to >> rely on the patching process (so I could delete debian/patches and >> revert to debian/source/format 1.0) >> > > Can you fix the RC bug, by itself, without changing the source format? Ok, I've done it that way now, by creating a debian-wheezy branch in the VCS This has been uploaded as 0.8.1-13 and a cumulative debdiff from 0.8.1-10 is attached post-wheezy the package will be 3.0 (quilt), and I will keep it that way in the VCS master branch > If not, I'll simply remove it, simpleid-ldap and dynalogin from testing, > especially as popcon seems to indicate that no one actually uses it, and > it wasn't in a previous stable release. The lack of any two-factor authentication token solution in previous stable releases of Linux (Debian, RHEL and others) is probably not something to boast about... let me just check how many times my ssh server was probed today by people aspiring to try brute-force dictionary attacks I'd also speculate that the type of person trying two-factor authentication is not always allowing popcon to report info about their host - but whether it is 8 users or 8 million, I'm simply trying to provide a quality package for them.
diff -u simpleid-0.8.1/debian/changelog simpleid-0.8.1/debian/changelog --- simpleid-0.8.1/debian/changelog +++ simpleid-0.8.1/debian/changelog @@ -1,3 +1,23 @@ +simpleid (0.8.1-13) unstable; urgency=low + + * Revert to 1.0 source format + + -- Daniel Pocock <[email protected]> Sat, 26 Jan 2013 16:36:11 +0100 + +simpleid (0.8.1-12) unstable; urgency=low + + * Add myself as uploader + + -- Daniel Pocock <[email protected]> Sat, 26 Jan 2013 03:02:02 +0100 + +simpleid (0.8.1-11) unstable; urgency=low + + * Send XRD 1.0 rather than XRDS-Simple (Closes: #698037) + * Migrate from collab-maint to pkg-auth + * Change to 3.0 (quilt) source format + + -- Daniel Pocock <[email protected]> Sat, 26 Jan 2013 01:24:36 +0100 + simpleid (0.8.1-10) unstable; urgency=low * Initial packaging (Closes: #665830). diff -u simpleid-0.8.1/debian/control simpleid-0.8.1/debian/control --- simpleid-0.8.1/debian/control +++ simpleid-0.8.1/debian/control @@ -1,13 +1,13 @@ Source: simpleid Section: web Priority: extra -Maintainer: Daniel Pocock <[email protected]> -Uploaders: Stuart Teasdale <[email protected]> +Maintainer: Debian Authentication Maintainers <[email protected]> +Uploaders: Daniel Pocock <[email protected]> Build-Depends: debhelper (>= 8), cdbs (>= 0.4.89) Standards-Version: 3.9.3 Homepage: http://simpleid.sourceforge.net/ -Vcs-Git: git://git.debian.org/collab-maint/simpleid.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/simpleid.git;a=summary +Vcs-Git: git://git.debian.org/pkg-auth/simpleid.git +Vcs-Browser: http://git.debian.org/?p=pkg-auth/simpleid.git;a=summary Package: simpleid Architecture: all only in patch2: unchanged: --- simpleid-0.8.1.orig/simpleid/www/html/template.xtpl +++ simpleid-0.8.1/simpleid/www/html/template.xtpl @@ -295,7 +295,6 @@ <!-- BEGIN: xrds --><?xml version="1.0" encoding="UTF-8"?> <xrds:XRDS xmlns="xri://$xrd*($v*2.0)" xmlns:xrds="xri://$xrds" xmlns:simple="http://xrds-simple.net/core/1.0"> <XRD version="2.0"> - <Type>xri://$xrds*simple</Type> <!-- BEGIN: user_xrds --> <Service priority="10"> <Type>http://specs.openid.net/auth/2.0/signon</Type>

