tags 482711 + patch retitle 482711 tclthread: [PATCH] FTBFS when converted to new source format 3.0 quilt thanks Sergei Golovan <sgolo...@gmail.com> writes:
> On Wed, May 5, 2010 at 9:57 PM, Jari Aalto <jari.aa...@cante.net> wrote: > >> >> I've been fixing important and above bugs for release goals[*] >> lately and noticed this one. Please let me know if it is okay to >> NMU to help transition of this package to new Quilt 3.0 format, >> if bug is already been worked on. > > This bug is hardly important. It's pretty trivial and I'll fix it with > a couple of > other changes soon. Thank you for reminder though :) Ok. See the attachment that can help here. Thank you for maintaining the package, Jari
diffstat for tclthread-2.6.5 tclthread-2.6.5 changelog | 17 ++++++++++++++++- control | 4 ++-- rules | 4 ---- source/format | 1 + 4 files changed, 19 insertions(+), 7 deletions(-) diff -Nru tclthread-2.6.5/debian/changelog tclthread-2.6.5/debian/changelog --- tclthread-2.6.5/debian/changelog 2010-05-06 23:45:49.000000000 +0300 +++ tclthread-2.6.5/debian/changelog 2010-05-05 20:50:01.000000000 +0300 @@ -1,3 +1,19 @@ +tclthread (1:2.6.5-3.1) unstable; urgency=low + + [ Jari Aalto ] + * Non-maintainer upload. + - Move to packaging format "3.0 (quilt)" + (FTBFS minor; Closes: #482711). + * debian/control + - (Build-Depends): remove quilt; obsolete. + - (Standards-Version): Update to 3.8.4. + * debian/rules + - Delete obsolete quilt calls. + * debian/source/format + - New file + + -- Jari Aalto <jari.aa...@cante.net> Wed, 05 May 2010 20:50:01 +0300 + tclthread (1:2.6.5-3) unstable; urgency=low * Added an additional tclthread library built for use with aolserver4. @@ -80,4 +96,3 @@ * Initial Release. -- David N. Welton <dav...@debian.org> Sat, 26 Jul 2003 19:00:25 +0200 - diff -Nru tclthread-2.6.5/debian/control tclthread-2.6.5/debian/control --- tclthread-2.6.5/debian/control 2010-05-06 23:45:49.000000000 +0300 +++ tclthread-2.6.5/debian/control 2010-05-05 20:49:50.000000000 +0300 @@ -2,8 +2,8 @@ Section: interpreters Priority: optional Maintainer: Sergei Golovan <sgolo...@debian.org> -Build-Depends: debhelper (>= 5.0.0), aolserver4-dev, tcl-dev, quilt -Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 5.0.0), aolserver4-dev, tcl-dev +Standards-Version: 3.8.4 Homepage: http://tcl.sourceforge.net/ Package: tclthread diff -Nru tclthread-2.6.5/debian/rules tclthread-2.6.5/debian/rules --- tclthread-2.6.5/debian/rules 2010-05-06 23:45:49.000000000 +0300 +++ tclthread-2.6.5/debian/rules 2010-05-05 20:47:09.000000000 +0300 @@ -5,8 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export QUILT_PATCHES := debian/patches - # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -27,7 +25,6 @@ unpatch: patch-stamp dh_testdir - quilt pop -a rm -rf patch-stamp .pc clean: clean-patched unpatch @@ -44,7 +41,6 @@ patch: patch-stamp patch-stamp: dh_testdir - quilt push -a touch patch-stamp configure-stamp: patch-stamp diff -Nru tclthread-2.6.5/debian/source/format tclthread-2.6.5/debian/source/format --- tclthread-2.6.5/debian/source/format 1970-01-01 02:00:00.000000000 +0200 +++ tclthread-2.6.5/debian/source/format 2010-05-05 20:46:10.000000000 +0300 @@ -0,0 +1 @@ +3.0 (quilt)