1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
libauthen-krb5-perl (1.8-1) unstable; urgency=low
* New upstream release.
* debian/patches/fix-get-in-tkt-with-password: Removed. Included upstream.
* debian/patches/warning-cleanup: Removed. Included upstream.
-- Roberto C. Sanchez <roberto@debian.org> Mon, 17 Mar 2008 00:35:28 -0400
libauthen-krb5-perl (1.7-2) unstable; urgency=low
* Fix the krb5_get_in_tkt_with_password backwards-compatibility
interface to call the correct new function instead of the old
function with the wrong arguments.
* New patch warnings-cleanup:
- Request prototypes of private functions from the Kerberos library
headers so that we get compiler diagnostics of argument mismatches
and prototype all functions.
- Prototype the unprototyped functions we call anyway.
- Clean up some other minor compiler warnings.
* Patch cleanup:
- Remove extraneous .patch file suffixes and rename patches.
- Remove unnecessary time stamps and patch headers.
- Add explanatory comments to each patch.
* Touch Makefile before make distclean so that Perl doesn't try to
rebuild it from Makefile.PL after removing the patch.
* Use a distribution-based watch URL.
* Minor debian/rules cleanup.
-- Russ Allbery <rra@debian.org> Sat, 08 Mar 2008 15:55:44 -0800
libauthen-krb5-perl (1.7-1) unstable; urgency=low
[ Jose Luis Rivas ]
* New upstream release
* debian/control:
+ Standards-Version updated to 3.7.3, no changes needed.
[ gregor herrmann ]
* debian/control:
+ Added: Vcs-Svn field (source stanza)
+ Vcs-Browser field (source stanza)
+ Homepage field (source stanza).
+ Removed: XS-Vcs-Svn fields.
[ Rene Mayorga ]
* debian/rules
+ Move tests from install to build target
+ touch $@ instead of *-stamps
+ remove unused dh_calls
+ add quilt ruleset
+ check if /usr/share/perl exists before delete it
* debian/copyright
+ refresh copyright info from upstream
* Move patchs from .diff.gz to be manage with quilt
+ Fixing /usr/local/bin/perl patch in examples
+ Fixing Makefile.PL to not use static linking
* debian/control
+ quilt added to B-D
[ Roberto C. Sanchez ]
* Update to debhelper compatibility level 6
-- Roberto C. Sanchez <roberto@connexer.com> Wed, 9 Jan 2008 17:58:19 -0500
libauthen-krb5-perl (1.6-2) unstable; urgency=low
* Don't link against -lresolv; it isn't necessary on Debian.
* Remove stamp files as the first action of the clean target.
-- Russ Allbery <rra@debian.org> Tue, 26 Sep 2006 17:23:21 -0700
libauthen-krb5-perl (1.6-1) unstable; urgency=low
* New upstream release.
* Set Standards-Version to 3.7.2 (no changes).
* Set debhelper compatibility level to 5.
-- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 7 Aug 2006 22:08:17 +0200
libauthen-krb5-perl (1.5-2) unstable; urgency=low
* Set maintainer to the Debian Perl Group.
* Provide build-arch and build-indep targets.
* Use a cleaner way to handle make distclean.
-- Russ Allbery <rra@debian.org> Mon, 16 Jan 2006 15:17:40 -0800
libauthen-krb5-perl (1.5-1) unstable; urgency=low
* New upstream release.
- Add keyblock accessor functions to allow use of the session key.
* Providing binary-indep is actually mandatory in Policy even if there
are no arch-independent packages.
* debian/watch: Fix upstream package naming.
* debian/copyright: Update upstream author address.
-- Russ Allbery <rra@debian.org> Sat, 3 Dec 2005 10:10:34 -0800
libauthen-krb5-perl (1.4-5) unstable; urgency=low
* Make init_ets a no-op, since krb5_init_ets was a private symbol,
calling it has always been unnecessary, and it is no longer exported
by the MIT Kerberos libraries as of 1.4. Update the documentation and
example scripts accordingly.
-- Russ Allbery <rra@debian.org> Mon, 28 Nov 2005 19:15:03 -0800
libauthen-krb5-perl (1.4-4) unstable; urgency=low
* Use a better method of optionally running make distclean.
* Update maintainer address.
-- Russ Allbery <rra@debian.org> Thu, 17 Nov 2005 22:37:28 -0800
libauthen-krb5-perl (1.4-3) unstable; urgency=low
* Use /usr/bin/perl as the path to Perl in the example scripts.
* Remove unnecessary targets in debian/rules and document its source.
* Update copyright to my current format and add an explicit packaging
copyright and license statement.
* Update standards version to 3.6.2 (no changes required).
-- Russ Allbery <rra@stanford.edu> Mon, 3 Oct 2005 16:24:54 -0700
libauthen-krb5-perl (1.4-2) unstable; urgency=low
* Uploaded to Debian. (Closes: #304839)
* Avoid adding -L/usr/lib or -I/usr/include in Makefile.PL.
* Package the example scripts.
* Reword the description a bit and note that the package is built
against the MIT Kerberos libraries.
* Remove the versioned dependency on libkrb5-dev, as any version in
sarge will be sufficient and the package in theory supports any
version later than 1.1.
* Change priority to optional to allow use as a dependency for other
packages with optional priority.
* Reformat copyright. Note which licenses Perl is distributed under.
* Reformat rules and remove dh_makeshlibs invocation.
* Add watch file.
-- Russ Allbery <rra@stanford.edu> Fri, 15 Apr 2005 13:58:28 -0700
libauthen-krb5-perl (1.4-1) unstable; urgency=low
* New upstream release.
-- Huaqing Zheng <morpheus@stanford.edu> Thu, 14 Apr 2005 20:23:41 -0700
libauthen-krb5-perl (1.3-1) unstable; urgency=low
* Initial release.
* Packaging of Stanford::Directory requires Authen::Krb5.
-- Huaqing Zheng <morpheus@stanford.edu> Tue, 31 Aug 2004 20:11:48 -0700
|