tags 430137 + patch tags 430137 + pending thanks Dear maintainer,
I've prepared an NMU for tk-brief (versioned as 5.9-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. diff -Nru tk-brief-5.9/debian/changelog tk-brief-5.9/debian/changelog --- tk-brief-5.9/debian/changelog 2003-10-25 13:19:13.000000000 -0700 +++ tk-brief-5.9/debian/changelog 2010-05-01 16:24:47.000000000 -0700 @@ -1,3 +1,32 @@ +tk-brief (5.9-1.1) unstable; urgency=low + + [Jari Aalto] + * Non-maintainer upload. + * debian/control + - (Build-Depends): update from obsolete tetex* + to texlive, texlive-latex-extra and texlive-latex-recommended. + (FTBFS RC bug; Closes: #430137). + + [tony mancill] + * Address several lintian warnings + * debian/control + - add ${misc:Depends} to Depends + - Add debhelper to Build-Depends, remove from Build-Depends-Indep + - Version debhelper depends to 7 + * debian/menu + - quote section string + - s/Apps/Applications/ + * debian/rules + - remove DH_COMPAT setting + - build package in binary-indep target + * debian/tk_Brief.1 (manpage) + - address some warnings + * debian/copyright + - update path to GPL-2 + - include author's copyright statement + + -- tony mancill <tmanc...@debian.org> Sat, 01 May 2010 15:09:11 -0700 + tk-brief (5.9-1) unstable; urgency=low * New upstream version. (closes: #204509) diff -Nru tk-brief-5.9/debian/compat tk-brief-5.9/debian/compat --- tk-brief-5.9/debian/compat 1969-12-31 16:00:00.000000000 -0800 +++ tk-brief-5.9/debian/compat 2010-05-01 16:24:47.000000000 -0700 @@ -0,0 +1 @@ +7 diff -Nru tk-brief-5.9/debian/control tk-brief-5.9/debian/control --- tk-brief-5.9/debian/control 2002-02-27 05:36:07.000000000 -0800 +++ tk-brief-5.9/debian/control 2010-05-01 16:24:47.000000000 -0700 @@ -2,12 +2,12 @@ Section: tex Priority: optional Maintainer: Yven Johannes Leist <le...@beldesign.de> -Build-Depends-Indep: debhelper +Build-Depends: debhelper (>= 7) Standards-Version: 3.5.2 Package: tk-brief Architecture: all -Depends: tk8.3 | wish, tetex-extra, xterm | x-terminal-emulator +Depends: tk8.3 | wish, texlive, texlive-latex-extra, texlive-latex-recommended, xterm | x-terminal-emulator, ${misc:Depends} Recommends: lpr, ispell Description: GUI for easily writing letters with LaTeX tk_Brief is a TK GUI for easily writing letters and even multiple letters diff -Nru tk-brief-5.9/debian/copyright tk-brief-5.9/debian/copyright --- tk-brief-5.9/debian/copyright 2002-02-27 05:36:07.000000000 -0800 +++ tk-brief-5.9/debian/copyright 2010-05-01 16:24:47.000000000 -0700 @@ -5,9 +5,9 @@ Upstream Author: Ralf M"uller <r...@deres-mueller.de> -Copyright: +Copyright: (C) 1998-2000 [Ralf Müller] tk_Brief is released under the GPL Version 2. -See the file /usr/share/common-licenses/GPL for more information. +See the file /usr/share/common-licenses/GPL-2 for more information. diff -Nru tk-brief-5.9/debian/debhelper.log tk-brief-5.9/debian/debhelper.log --- tk-brief-5.9/debian/debhelper.log 1969-12-31 16:00:00.000000000 -0800 +++ tk-brief-5.9/debian/debhelper.log 2010-05-01 16:24:47.000000000 -0700 @@ -0,0 +1,16 @@ +dh_installdirs +dh_install +dh_installman +dh_installman +dh_installdocs +dh_installexamples +dh_installmenu +dh_installchangelogs +dh_link +dh_compress +dh_fixperms +dh_installdeb +dh_gencontrol +dh_md5sums +dh_builddeb +dh_installdirs diff -Nru tk-brief-5.9/debian/menu tk-brief-5.9/debian/menu --- tk-brief-5.9/debian/menu 2002-02-27 05:36:07.000000000 -0800 +++ tk-brief-5.9/debian/menu 2010-05-01 16:24:47.000000000 -0700 @@ -1,2 +1,2 @@ -?package(tk-brief):needs=X11 section=Apps/Editors\ +?package(tk-brief):needs=X11 section="Applications/Editors"\ title="tk-brief" command="/usr/bin/tk-brief" diff -Nru tk-brief-5.9/debian/rules tk-brief-5.9/debian/rules --- tk-brief-5.9/debian/rules 2002-10-10 02:38:36.000000000 -0700 +++ tk-brief-5.9/debian/rules 2010-05-01 16:24:47.000000000 -0700 @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=2 - configure: configure-stamp configure-stamp: dh_testdir @@ -35,22 +32,21 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs + dh_install tk_Brief usr/bin + mv debian/tk-brief/usr/bin/tk_Brief debian/tk-brief/usr/bin/tk-brief + dh_installman debian/tk_Brief-en.1 + mv debian/tk-brief/usr/share/man/man1/tk_Brief-en.1 debian/tk-brief/usr/share/man/man1/tk-brief.1 + dh_installman --language=de tk_Brief.1 - # Add here commands to install the package into debian/tmp. - cp debian/tk_Brief-en.1 `pwd`/debian/tk-brief/usr/share/man/man1/tk-brief.1 - cp tk_Brief.1 `pwd`/debian/tk-brief/usr/share/man/de/man1/ - cp tk_Brief `pwd`/debian/tk-brief/usr/bin/tk-brief - chmod a+x `pwd`/debian/tk-brief/usr/bin/tk-brief +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install # dh_testversion dh_testdir dh_testroot diff -Nru tk-brief-5.9/debian/tk_Brief-en.1 tk-brief-5.9/debian/tk_Brief-en.1 --- tk-brief-5.9/debian/tk_Brief-en.1 2002-02-27 05:36:07.000000000 -0800 +++ tk-brief-5.9/debian/tk_Brief-en.1 2010-05-01 16:24:47.000000000 -0700 @@ -3,8 +3,7 @@ .\" NOTE: This file is generated, DO NOT EDIT. .TH "TK\\_BRIEF" "1" "13 November 2000" "tk_Brief " -.SH -NAME +.SH NAME tk\-Brief is a graphical user interface for writing single or multiple letters with latex. Even begginers are able to use it without a long time of learning. @@ -99,8 +98,7 @@ Compiling the File. .TP Preview -Compiling the file and viewing it with the configured viewer (default -'xdvi'). +Compiling the file and viewing it with the configured viewer (default 'xdvi'). .TP Print Compiling the file and printing it with the configured @@ -137,7 +135,7 @@ The <filename>.tex files are generated using the addresses. <opening> is optional. 'Preview' and 'Print' enters a warning mode because of the number of files. .PP -'q' exits 'xdvi'. The next file is shown. + 'q' exits 'xdvi'. The next file is shown. .PP For the later printing 'Generate PostScript' can be used. The PostScript files are numbered <filename><NR>.ps. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org