X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=blobdiff_plain;f=debian%2Fchangelog;h=19ed71f70ae2b288e59dd5c7a464c79a46a5da8c;hp=db271fe23ac0b210e16b5de3cc849d06a6c06071;hb=d97402733dcb1f0019d84cf12325a625265b0ea1;hpb=50100aa78500aea642d7469f07f4de1d8ff61505 diff --git a/debian/changelog b/debian/changelog index db271fe..19ed71f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +tclcurl (7.22.0+hg20151017-1) UNRELEASED; urgency=low + + * Import a mercurial snapshot based on b5bc0662447d. + + Removed all patches, all applied upstream. Thanks Steve. + * Remove d/watch. The old download location is no longer available. + * Update d/copyright and add the link to Steve Havelkas bitbuck repository. + + -- Sven Hoexter Sat, 17 Oct 2015 22:16:02 +0200 + +tclcurl (7.22.0-2) unstable; urgency=low + + * Point the Homepage field to a mirror of the last website to cater + http://duck.debian.net/ and the DUCK challenge. + * Bump Standards-Version to 3.9.6. + * s/transfered/transferred/ in several manpages as suggest by lintian. + + -- Sven Hoexter Tue, 21 Jul 2015 19:42:25 +0200 + +tclcurl (7.22.0-1) unstable; urgency=low + + * New upstream release + + Remove debian/patches/deprecated-curl-types - fixed upstream. + + Build-depend on libcurl4-gnutls-dev (>= 7.22.0). + + Refresh all patches. + * Remove overrides for dh_clean and dh_installexamples. All the + build artefacts which required special handling are no longer + included in the upstream tarball. + * Switch to dh compat level 9, build-depend on debhelper (>= 9). + * Switch LDFLAGS to DEB_LDFLAGS_MAINT_PREPEND. + * Change Standards-Version to 3.9.3 - no changes required. + * Update copyright year and download location in debian/copyright. + * Update homepage in debian/watch and debian/control. + * Continue to move the libs to /usr/lib/tcltk/ for now against + the will of the buildsystem. Original installation path is + now architecture dependend. + + -- Sven Hoexter Sat, 02 Jun 2012 20:48:44 +0200 + +tclcurl (7.19.6-3) unstable; urgency=low + + * Add debian/patches/deprecated-curl-types to no longer include + curl/types.h and curl/easy.h. Both are deprecated and got removed + from recent curl releases. (Closes: #636558) + + -- Sven Hoexter Thu, 04 Aug 2011 19:52:22 +0200 + tclcurl (7.19.6-2) unstable; urgency=low * Bumb Standards-Version to 3.9.2 - no changes.