Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
unblock vite/1.2+svn1430-2 Hello, I would like to upload the attach changes, which fix bug #767451: “ vite has a library package directly specified as build dependency. This can be problematic e.g. in the (rare) case they bump SONAME, but in general specifying directly a library as build dependency is useless (its -dev will install the latest version of it). Attached a patch that removes libqt4-opengl, as it is installed by libqt4-opengl-dev already. ” Samuel -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.17.0 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Samuel RK > Some "PC speakers" are actually buzzers in some cases rather than RK > real loudspeakers which give a squark rather than a beep. DW They're not _that_ bad. Even on most recent hardware, mp3s played DW through the PC speaker are relatively recognisable :) -+- lkml -+-
Index: control =================================================================== --- control (révision 1431) +++ control (copie de travail) @@ -4,12 +4,12 @@ Maintainer: Samuel Thibault <[email protected]> Build-Depends: debhelper (>= 7.0.50), cmake, - libqt4-dev (>= 4:4.6), libqt4-opengl, libqt4-opengl-dev, + libqt4-dev (>= 4:4.6), libqt4-opengl-dev, texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, libotf-trace-dev, texlive-fonts-recommended, ghostscript, zlib1g-dev, hardening-wrapper -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: http://vite.gforge.inria.fr/ Vcs-Browser: http://gforge.inria.fr/plugins/scmsvn/viewcvs.php/package/?root=vite Vcs-Svn: svn://scm.gforge.inria.fr/svn/vite/package Index: changelog =================================================================== --- changelog (révision 1431) +++ changelog (copie de travail) @@ -1,3 +1,11 @@ +vite (1.2+svn1430-2) UNRELEASED; urgency=medium + + * control: remove spurious libqt4-opengl build-dependency, already pulled by + libqt4-opengl-dev (Closes: Bug#767451). + * Bump Standards-Version to 3.9.6 (no changes). + + -- Samuel Thibault <[email protected]> Fri, 19 Sep 2014 17:53:45 +0200 + vite (1.2+svn1430-1) unstable; urgency=medium * New upstream snapshot.

