control: tags -1 patch control: tags -1 pending Hi dear maintainer, I uploaded on deferred/10 a fix for this issue.
the debdiff is attached! Gianfranco On Wed, 09 Mar 2016 22:18:41 +0100 [email protected] wrote: > Source: xvt > Severity: important > Usertags: compat-4-removal > > Hi, > > The package xvt uses debhelper with a compat level of 4, > which is deprecated and scheduled for removal. > > * Please bump the debhelper compat at your earliest convenience. > on the 15th of June. > - Compat 9 is recommended > - Compat 5 is the bare minimum > - If the package has been relying on dh_install being lenient about > missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1]. > > * Compat level 4 will be removed on the first debhelper upload after > the 15th of June. > > Thanks, > ~Niels > > [1] https://lists.debian.org/debian-devel/2015/09/msg00257.html > > > >
diff -u xvt-2.1/debian/rules xvt-2.1/debian/rules --- xvt-2.1/debian/rules +++ xvt-2.1/debian/rules @@ -53,8 +53,8 @@ dh_installchangelogs dh_installdocs README dh_installexamples -# dh_install - dh_installmenu + dh_install debian/xvt.desktop usr/share/applications +# dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen diff -u xvt-2.1/debian/compat xvt-2.1/debian/compat --- xvt-2.1/debian/compat +++ xvt-2.1/debian/compat @@ -1 +1 @@ -4 +5 diff -u xvt-2.1/debian/control xvt-2.1/debian/control --- xvt-2.1/debian/control +++ xvt-2.1/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 4.0), quilt, libx11-dev +Build-Depends: debhelper (>= 5.0), quilt, libx11-dev XS-Vcs-Svn: svn://svn.debian.org/svn/sam-hocevar/pkg-misc/unstable/xvt/ Package: xvt diff -u xvt-2.1/debian/changelog xvt-2.1/debian/changelog --- xvt-2.1/debian/changelog +++ xvt-2.1/debian/changelog @@ -1,3 +1,14 @@ +xvt (2.1-20.2) unstable; urgency=medium + + * Non-maintainer upload. + * Move to compatibility 5, which is the minimally available level + in the present release cycle. Closes: #817740. + * Disable menu file creation, but include a new desktop file. + + debian/rules: Updated. + + debian/xvt.desktop: New file. + + -- Mats Erik Andersson <[email protected]> Fri, 03 Jun 2016 15:35:47 +0200 + xvt (2.1-20.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- xvt-2.1.orig/debian/xvt.desktop +++ xvt-2.1/debian/xvt.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Xvt +GenericName=Terminal +Comment=Run a command line shell +TryExec=xvt +Exec=xvt +Type=Application +Terminal=false +Icon=xterm-color +Categories=System;TerminalEmulator; +Keywords=shell;command;commandline;
signature.asc
Description: OpenPGP digital signature

