Re: New requirements for APT repository signing

2024-03-03 Thread Sune Vuorela
On 2024-03-03, RL wrote: > It does - but also makes me wonder: is this going to affect Debian users > with 3rd party repositories when they upgrade to trixie? (or is that not > yet known?) In theory. I don't know if there are any statistics on 'popular' 3rdparty repositories and their keys. But

Re: Another take on package relationship substvars

2024-02-23 Thread Sune Vuorela
On 2024-02-23, Niels Thykier wrote: > If it was to happen, I suspect that ${shlibs:Depends} would not be the > best argument. First off, dpkg-shlibdeps has infrastructure to > selectively demote scanned elf binaries to a different substvar. > Secondly, I struggle to think of a real world case,

Re: [Debian-iot-maintainers] Bug#1062257: libcoap3: NMU diff for 64-bit time_t transition

2024-02-01 Thread Sune Vuorela
On 2024-02-01, Carsten Schoenert wrote: > What is the rationale behind rising a bug report at 9:51pm my time and > firing a *direct* NMU upload just 11min later (according to the time > stamps from the emails)? > I as the uploader for libcoap have no chance to do any action on this > bug

Re: 64-bit time_t: package lists, counts du jour, dd-list for NMUs

2024-01-22 Thread Sune Vuorela
On 2024-01-22, Simon McVittie wrote: > Unfortunately, perhaps because common build systems like Autotools, > Meson and CMake make it awkward to use non-numeric SONAME suffixes, With CMake it is actually quite simple. Even to a point where it is easy to get wrong: add_library(Foo SHARED foo.cpp)

Re: Policy: should libraries depend on services (daemons) that they can speak to?

2024-01-08 Thread Sune Vuorela
On 2024-01-07, Ansgar wrote: > 1. libpulse0 & friends > -- > If the answer is "yes", this would result in an application that can > output audio via Pulseaudio or Jackd and linking the respective > liubraries pulling in *both* Pulseaudio and Jackd (and possibly other > sound

Re: Bug#1036884: 64-bit time_t: updated archive analysis, proposed transition plan with timeline

2024-01-07 Thread Sune Vuorela
On 2024-01-05, Sebastian Ramacher wrote: >> libpoppler-cpp0v5 >> libpoppler-glib8 >> libpoppler-qt5-1 >> libpoppler-qt6-3 >> libpoppler126 Poppler core (126ish) changes SONAME by release and is in general not supposed to be used by well-behaving applications. the frontentds (cpp,glib,Qt*) is

Re: bring a newer version of a package into stable (nsis-3.09-1 into Debian "bookworm")

2023-12-22 Thread Sune Vuorela
On 2023-12-22, Thomas Gaugler wrote: > Hi, > > I thought a package in Debian "bookworm" could be updated via a > "bookworm proposed updates request" . > > It looks like I did not fully understand the process. Therefore I kindly > ask for assistance in updating

Re: debian/copyright format and SPDX

2023-09-22 Thread Sune Vuorela
On 2023-09-08, Jeremy Stanley wrote: > Since Debian's machine-readable format has been around longer than > either of the newer formats you mentioned, it seems like it would > make more sense for the tools to incorporate a parser for it rather I do think that this is another point of "we should

Re: autodep8 test for C/C++ header

2023-08-08 Thread Sune Vuorela
On 2023-08-07, Benjamin Drung wrote: > while working a whole week on fixing failing C/C++ header compilations > for armhf time_t [1], I noticed a common pattern: The library -dev > packages was missing one or more dependencies on another -dev package. > Over 200 -dev packages are affected. I

Re: 64-bit time_t transition for 32-bit archs: a proposal

2023-06-07 Thread Sune Vuorela
On 2023-06-07, Paul Wise wrote: > On Tue, 2023-06-06 at 09:33 +0200, Helmut Grohne wrote: > >> I've been reading the discussion around i386 a bit and found the >> direction it has taken a little unproductive. > > I note that there are a number of packages available on i386 but not > available on

Re: Debian choice of upstream tarballs for packaging

2021-08-17 Thread Sune Vuorela
On 2021-08-16, Paul Wise wrote: > While discussing PyPI with the Python team, it was pointed out that > sometimes the tarball contains things that cannot be regenerated from > just the VCS snapshot, such as information stored in the VCS history, > so perhaps the recommendation should be to prefer

Re: Updating dpkg-buildflags to enable reproducible=+fixfilepath by default

2020-11-13 Thread Sune Vuorela
On 2020-10-27, Vagrant Cascadian wrote: > Though, of course, identifying the exact reproducibility problem would > be preferable. One of the common issues is test suites relying on the > behavior of __FILE__ returning a full path to find fixtures or other > test data. has QFIND_TESTDATA been

Re: reopening bugs closed by removal after package reintroduction?

2020-05-12 Thread Sune Vuorela
On 2020-05-12, Paul Wise wrote: > On Tue, May 5, 2020 at 7:15 AM Paul Wise wrote: > >> Should we be automatically reopening these bugs? > > enrico suggested on IRC that we should be doing this. I think in general it should be decided on a case by case basis. if it was removed yesterday and

Re: should all bug reports be filed against /source/ packages?

2019-10-27 Thread Sune Vuorela
On 2019-10-27, Ansgar wrote: > We have usertags and other mechanisms that allow grouping bugs in > maintainer-defined ways. This is also used by pseudo-packages where we > don't have "binaries" to group bug reports by. But that moves the "default" work, where users is right at least more than

Re: should all bug reports be filed against /source/ packages?

2019-10-26 Thread Sune Vuorela
On 2019-10-23, Ansgar wrote: > So I'm wondering if we should start just filing all bug reports against > source packages? Reportbug could probably be easily changed to use > `Source: ...` instead of `Package: ...`; more places could follow later. Have you ever maintained source packages where a

Re: Git Packaging: Native source formats

2019-08-29 Thread Sune Vuorela
On 2019-08-28, Sam Hartman wrote: > * I've heard at least one person claim that native format packages are > problematic for downstreams. > I'd like to better understand both the theoretical argument here and > to understand from downstreams whether it is an issue in practice. > > For

Re: Preferred git branch structure when upstream moves from tarballs to git

2019-05-07 Thread Sune Vuorela
On 2019-05-07, Ansgar wrote: > The concept behind 3.0 (quilt) is much easier to explain: extract > tarballs, optionally apply some patches provided. With the bonus that > users who have used other distributions before might already know about > most of this which lowers barrier of entry.

Re: Upcoming Qt switch to OpenGL ES on arm64

2018-11-24 Thread Sune Vuorela
On 2018-11-24, Adrian Bunk wrote: > libqt5gui5 has > 1k rdeps I think this is a fact that many people haven't grasped. And some of those are libraries... /Sune

Re: no{thing} build profiles

2018-10-21 Thread Sune Vuorela
On 2018-10-21, Jonas Smedegaard wrote: > I disagree that libgpgme11 should depend/recommend/suggest gnupg at all: > As a library it cannot possibly declare how tight a relationship to > declare - instead, all _consumers_ of the library must declare whether > they depend/recommend/suggest

Re: Updating the policy for conflicting binaries names ? [was: Re: Re: New package netgen-lvs with binary /usr/bin/netgen - already taken]

2018-09-09 Thread Sune Vuorela
On 2018-09-08, Sylvestre Ledru wrote: >> Two different packages must not install programs with different >> functionality but with the same filenames. >> > I think the policy should be changed. > It was possible to accommodate that when the archive was a few thousand > packages. > Or

Re: Should the weboob package stay in Debian?

2018-07-26 Thread Sune Vuorela
On 2018-07-26, Marc Dequènes wrote: > I also like the idea of a single binary with subcommands, would be > easier than remembering all the commands. > > But as I said unless upstream does agree on something, we're not going > to maintain an alternate version. Would it be sufficient small

Re: Removing Qt4 in Buster

2017-09-24 Thread Sune Vuorela
On 2017-09-22, Jonathan Dowland wrote: > On Tue, Sep 05, 2017 at 03:29:31PM -0300, Lisandro Damián Nicanor Pérez Meyer > wrote: >>Jonathan Dowland >> qtscrob > > The right thing to do here is probably to remove this from the archive. > But out of curiosity I

Re: "not authorised" doing various desktoppy things

2017-01-03 Thread Sune Vuorela
On 2017-01-03, Ian Jackson wrote: > Can someone please help explain to me how these things are supposed to > work ? Specifically, how is (presumably as a consequence of me > logging in using a display manager) my session supposed to be granted > the ability to

Re: A new tool for backward compatibility analysis of API/ABI interfaces in Deb packages

2016-10-06 Thread Sune Vuorela
On 2016-10-06, Leopold Palomo-Avellaneda wrote: > Then I would like to ask when we must think that we need a transition f= > or a=20 > the package. If these test shows a binary compatibility of 99%, do we n= > eed to=20 > create a need soname bump and initiate a transition?=20

Re: A new tool for backward compatibility analysis of API/ABI interfaces in Deb packages

2016-10-06 Thread Sune Vuorela
On 2016-10-06, Ponomarenko Andrey wrote: > The tools are based on different software stacks. > The pkg-abidiff is based on ABI Compliance Checker and ABI Dumper tools > (https://github.com/lvc) > developed since 2009. The ABI compliance checker is the only tool

Re: Bug#832748: ITP: greatcmakecookoff -- Usefull and less than usefull cmake recipes

2016-07-28 Thread Sune Vuorela
On Thursday 28 July 2016 20:57:30 Ole Streicher wrote: > Hi Sune, > However, it is not just "works-for-me", since it is used in a different > place from where it was developed, so the code found its friends > (unfortunately). And it might even find more friends if available in debian. And then

Re: Bug#832748: ITP: greatcmakecookoff -- Usefull and less than usefull cmake recipes

2016-07-28 Thread Sune Vuorela
On Thursday 28 July 2016 15:33:55 Ole Streicher wrote: > URL : https://github.com/UCL/GreatCMakeCookOff/wiki > Description : Bunch of CMake pain in the baker > This is a repository of useful and less than useful CMake recipes. After reading it thru, I would really like to

Re: where to report translation bugs?

2016-07-15 Thread Sune Vuorela
On 2016-07-15, Jonas Smedegaard wrote: > Where should I most appropriately report bugs in translations of long = > > descriptions? I think somehow the translations for the relevant language. > > Concretely the danish translation for android-platform-tools-base has = > > its

Re: OpenSSL 1.1.0

2016-06-27 Thread Sune Vuorela
On 2016-06-27, Gert Wollny wrote: > Hello,  > > >> = Qt 4 >> >> Qt 4 is dead upstream, so we have two choices: >> >> - Someone to come up with a patch. > > I volunteer to look into this. From what I've seen in DCMTK, the > changes are not too intrusive, most of the time it

Re: Debian i386 architecture now requires a 686-class processor

2016-05-18 Thread Sune Vuorela
On 2016-05-18, Julien Cristau wrote: > Why aren't those bugs RC? Either we give both users on old hardware a bad experience or all the users on new hardware a bad experience. /Sune

Re: Packaging of static libraries

2016-04-11 Thread Sune Vuorela
On 2016-04-11, Alastair McKinstry wrote: > What uses require PIC static libraries that cannot be satisfied by building > -static --whole-archive ? Linking a static library into a dynamic library. /Sune

Re: Opt out style recommends

2016-04-09 Thread Sune Vuorela
On 2016-04-09, Jonas Smedegaard wrote: > I disagree that we need a new field: Simply lower to at most suggest the = > daemon: It is for the daemon to declare a stronger dependency. > Anyone needing the daemon can install the daemon - you shouldn't expect = > libraries to pull in

Re: support for merged /usr in Debian

2016-01-05 Thread Sune Vuorela
On 2016-01-05, Paul Wise wrote: > On Mon, Jan 4, 2016 at 2:14 AM, Russ Allbery wrote: > >> And yet, it works, and it means that we don't have to try to harass a >> thousand package maintainers into doing essentially untestable busy-work >> to try to move things around between

Re: Bug#800769: pbuilder: conffiles not removed

2015-10-12 Thread Sune Vuorela
On 2015-10-12, Jakub Wilk wrote: > Because of a latent bug in debian/rules, pbuilder_0.217 shipped multiple > files that belonged to pbuilder-uml, including > /etc/pbuilder/pbuilder-uml.conf. This is bug #800416, which was promptly > fixed in pbuilder_0.218. The faulty

Accepted kdevelop 4:4.7.1-2 (source) into unstable

2015-09-26 Thread Sune Vuorela
Maintainers <debian-qt-...@lists.debian.org> Changed-By: Sune Vuorela <s...@debian.org> Description: kdevelop - integrated development environment for KDE kdevelop-data - data files for the KDevelop IDE kdevelop-dbg - debugging symbols for KDevelop kdevelop-dev - development files for

Re: promoting virtualbox-dkms to virtualbox pre-depends

2015-09-22 Thread Sune Vuorela
On 2015-09-22, Gianfranco Costamagna wrote: > -Pre-Depends: dpkg (>= 1.15.6~) > +Pre-Depends: dpkg (>= 1.15.6~), virtualbox-dkms (= ${source:Version}) | > virtualbox-source (= ${source:Version}) I don't see what it would fix to have virtualbox-source installed at

Re: Packaging certain libraries as end-user software

2015-07-17 Thread Sune Vuorela
On 2015-07-17, Ansgar Burchardt ans...@debian.org wrote: So, I still plan to drop the extra library packages and just move the shared library to libdune-*-dev. I'd suggest you set it up with shlibs that ensures that packages built against these libraries aren't installable in the archive.

Re: Proposal, a Build-Depends-Optional field

2015-05-25 Thread Sune Vuorela
On 2015-05-25, Gianfranco Costamagna costamagnagianfra...@yahoo.it wrote: I know this might introduce some problems (binNMU?, ABI/API incompatibilities?) It will also give 'feature-flip-flop' on the available architectures. You never know if that library is actually installable, so it would

Re: Arch-dependent files in /usr/share

2014-11-02 Thread Sune Vuorela
On 2014-11-02, Josselin Mouette j...@debian.org wrote: Le dimanche 02 novembre 2014 à 10:33 -0800, Steve Langasek a écrit : This is /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service, which is the sole location for declaring services to dbus (i.e., there is no corresponding

Re: post-jessie: header only C++ library package (static?)

2014-10-19 Thread Sune Vuorela
On 2014-10-19, Rene Engelhard r...@debian.org wrote: On Sun, Oct 19, 2014 at 04:39:20PM +0200, Jerome BENOIT wrote: What I know of is - large parts of boost and - seqan. If you are looking for samples: mpfrc++ [1] can be added. And mdds. And parts of libvigraimpex. And I am just

Re: post-jessie: header only C++ library package (static?)

2014-10-18 Thread Sune Vuorela
On 2014-10-18, Osamu Aoki os...@debian.org wrote: Do we have some mechanism to track such situation? No automatic one if the maintainer of the 'using' package is unaware of it. If the maintainer is aware, we have the Built-Using mechanism. /Sune -- To UNSUBSCRIBE, email to

Re: Proper notation for common licenses

2014-09-23 Thread Sune Vuorela
On 2014-09-23, Simon McVittie s...@debian.org wrote: 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. you could also just

Accepted kdevplatform 1.7.0-1 (source amd64 all) into experimental, experimental

2014-09-22 Thread Sune Vuorela
: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org Changed-By: Sune Vuorela s...@debian.org Description: kdevplatform-dbg - debugging symbols for the KDevelop platform kdevplatform-dev - development files for the KDevelop platform kdevplatform-l10n - language

Re: rc bugs

2014-09-13 Thread Sune Vuorela
On 2014-09-11, Brian May br...@microcomaustralia.com.au wrote: My reading of the criteria is it depends on your interpretation of makes unrelated software on the system break. What does unrelated mean? In this case it seems they are related as package Y depends on package X. Or maybe it means

Re: systemd, again (Re: Cinnamon environment now available in testing)

2014-09-07 Thread Sune Vuorela
On 2014-09-07, Chris Bannister cbannis...@slingshot.co.nz wrote: Surely, it should be an OPT-IN choice, not an OPT-OUT one? I'm talking upgrades here, not new installs. I had my systems painfully and transparantly upgraded to systemd. And I'm happy it happens. Please keep it this way. I do

Re: systemd, again (Re: Cinnamon environment now available in testing)

2014-09-07 Thread Sune Vuorela
On 2014-09-07, Sune Vuorela nos...@vuorela.dk wrote: I had my systems painfully and transparantly upgraded to systemd. And I'm happy it happens. Please keep it this way. I apparantly like pain. or maybe s/ful/less/ is the appropriate reading. /Sune -- To UNSUBSCRIBE, email to debian-devel

Accepted qapt 2.2.0-1 (source amd64) into experimental, experimental

2014-09-04 Thread Sune Vuorela
Version: 2.2.0-1 Distribution: experimental Urgency: low Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org Changed-By: Sune Vuorela s...@debian.org Description: gstreamer1.0-qapt - GStreamer plugin to install codecs using QApt kde-thumbnailer-deb - KDE plugin to show

Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Sune Vuorela
On 2014-08-16, Raphael Hertzog hert...@debian.org wrote: I believe that most of the current workflows do respect this rule (except for the case where you only store the debian directory). I do think that this is quite common, and my preferred way of doing things. It is easy for newcomers to

Re: Reverting to GNOME for jessie's default desktop

2014-08-13 Thread Sune Vuorela
On 2014-08-12, Octavio Alvarez alvar...@alvarezp.ods.org wrote: On 09/08/14 04:30, Jonas Smedegaard wrote: Quoting envite (2014-08-09 10:43:25) XFCE (does not mount my USB disks) Did you perhaps suppress recommends? Should this really be a Recommends? It surely fits the definition of

Re: systemd now appears to be only possible init system in testing

2014-07-23 Thread Sune Vuorela
On 2014-07-23, Thomas Goirand z...@debian.org wrote: If the CoC makes it impossible for Norbert to express himself in the way he just did, then the CoC is bad and should be repelled. If the CoC helps ensure that Norbert doesn't again say I don't give a shit about other people's work - and you

Re: systemd now appears to be only possible init system in testing

2014-07-23 Thread Sune Vuorela
On 2014-07-23, Sune Vuorela nos...@vuorela.dk wrote: On 2014-07-23, Thomas Goirand z...@debian.org wrote: and you doesn't again say Let's have someone run over specific developers with a bus, then the CoC is good. Dear Thomas I sincerely apologize for the above line. Somehow my internal

Re: say goodbye to network-manager-strongswan?

2014-07-16 Thread Sune Vuorela
On 2014-07-16, Thomas Goirand z...@debian.org wrote: BTW, it feels weird that the package build-depends on debhelper when it really is using CDBS. The debian/copyright is also quite wrong, as it If you use cdbs' debhelper module (which runs the various dh_foo commands), you need to ensure

Re: How to avoid stealth installation of systemd?

2014-07-04 Thread Sune Vuorela
On 2014-07-03, Joerg Jaspert jo...@debian.org wrote: On 13626 March 1977, Norbert Preining wrote: Joerg, please be reasonable. I entirely am, and thats why such a hate package won't bypass me, unless there is one of a CTTE decision, a GR forcing me, or the ftp team overruling me.

Re: Bloody noob dumb question

2014-07-04 Thread Sune Vuorela
On 2014-07-04, Hans hans.ullr...@loop.de wrote: I have the sourcecode of a little program (umtsmon), which has to be compiled for libqt3. But now I want it make compilable for latest libqt. I want to change nothing else, just make it compilable. Porting from Qt3 to Qt4 is not that simple,

Re: How to avoid stealth installation of systemd?

2014-07-01 Thread Sune Vuorela
On 2014-07-01, Carlos Alberto Lopez Perez clo...@igalia.com wrote: Maybe desktops user don't care much about the init system as long as they can boot to the desktop. They care as long as everything works. And for everything works to keep on happening, we need a effective migration to systemd,

Re: How to avoid stealth installation of systemd?

2014-07-01 Thread Sune Vuorela
On 2014-07-01, Steve Langasek vor...@debian.org wrote: The question is which of these is a worse outcome for the jessie release. I come down firmly on the side that breaking desktops on upgrade is a worse outcome than being behind on the latest and greatest user session interface= s. We

Re: How to avoid stealth installation of systemd?

2014-07-01 Thread Sune Vuorela
On 2014-07-01, Steve Langasek vor...@debian.org wrote: https://bugs.debian.org/src:systemd-shim Show me a bug report, not FUD. I'd rather point to the likely-faulty code. it is likely in or around src:kde-workspace/powerdevil/daemon/backends/upower/powerdevilupowerbackend.cpp when

Re: MATE 1.8 has now fully arrived in Debian

2014-06-27 Thread Sune Vuorela
On 2014-06-27, Thorsten Glaser t...@debian.org wrote: But this is precisely why we're in an OSS movement here. We can change this, and we should, so that the other solutions do *not* die out. We should *not* accept the might of the others all do this! The way is to put your time/money where

Re: edos.debian.net is back as qa.debian.org/dose

2014-05-24 Thread Sune Vuorela
On 2014-05-23, Ralf Treinen trei...@free.fr wrote: Which packages exactly contain these applets ? I guess in this case we should continue providing the xml files with the data, which is quite easy to do. At least kde-workspace has code that can provide it as sources for the weather desktop

Re: edos.debian.net is back as qa.debian.org/dose

2014-05-23 Thread Sune Vuorela
On 2014-05-23, Ralf Treinen trei...@free.fr wrote: yes. I didn't keep this in the new version since I felt that these weather icons are more of a gimmick than really useful. The important information is in the numbers displayed on the summary table, and in the detailed explanations. We have

Re: Bug#747535: systemd-fsck?

2014-05-12 Thread Sune Vuorela
On 2014-05-12, Bas Wijnen wij...@debian.org wrote: A default is only relevant at the time the functionality is first installed. After that, whatever was installed should stay until the user requests to change it (or there is a technical reason that it can no longer be installed). In the case

Re: systemd-fsck?

2014-05-10 Thread Sune Vuorela
On 2014-05-09, Steve Langasek vor...@debian.org wrote: I don't think systemd integration is in a state today that this is ready to become the default. I don't think I have an opinion of the exact state today other than 'works for me in most cases', but I do think we are quite late in the

Re: systemd-fsck?

2014-05-09 Thread Sune Vuorela
On 2014-05-09, Svante Signell svante.sign...@gmail.com wrote: Well, I've not been asked if I wanted to switch to systemd based boot when upgrading. I think this is a bug in init system choice and should be reported. How to go back to sysvinit? I'd expect it to be a bug if I don't get migrated

Re: A question about patches for upstream

2014-05-03 Thread Sune Vuorela
On 2014-05-03, Thorsten Glaser t...@mirbsd.de wrote: This does not, of course, prevent people like the Mesa maintainers from refusing to do it. I’ve got no idea how to enforce DevRef on them, though. Thank you for volunteering to help forwarding bug reports for the mesa package. /Sune --

Re: About a mass bug report not based on Sid or Jessie.

2014-04-16 Thread Sune Vuorela
On 2014-04-16, Santiago Vila sanv...@unex.es wrote: I would call that a serious design flaw. The design flaw as I see it is that projects built using autotools can be built on systems that hasn't got autotools installed. The way to accomplish that is to have these giant autogenerated scripts.

Re: Debian default desktop environment

2014-04-08 Thread Sune Vuorela
On 2014-04-05, Josselin Mouette j...@debian.org wrote: Especially one as minor as the installation CD which has no actual conceivable use today. At least I don't think that anything 86xish that can't boot from a usb stick is wihtin what we should target as 'default experience'. Maybe even

Accepted arora 0.11.0+qt5+git2014-04-06-1 (source amd64)

2014-04-06 Thread Sune Vuorela
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 06 Apr 2014 20:18:52 +0200 Source: arora Binary: arora Architecture: source amd64 Version: 0.11.0+qt5+git2014-04-06-1 Distribution: unstable Urgency: low Maintainer: Sune Vuorela s...@debian.org Changed-By: Sune Vuorela s

Re: Does partial upgrade between stable and testing must be supported ?

2014-04-05 Thread Sune Vuorela
On 2014-04-05, Vincent Danjean vdanjean...@free.fr wrote: The maintainer think that he does not need to do anything about that. People should just upgrade all their packages from stable to testing when r-base-core is upgraded. Other people (and me) disagree and think that other broken

Accepted arora 0.11.0+qt5+git2014-04-05-1 (source amd64)

2014-04-05 Thread Sune Vuorela
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 05 Apr 2014 20:59:22 +0200 Source: arora Binary: arora Architecture: source amd64 Version: 0.11.0+qt5+git2014-04-05-1 Distribution: unstable Urgency: low Maintainer: Sune Vuorela s...@debian.org Changed-By: Sune Vuorela s

Re: Debian default desktop environment

2014-04-04 Thread Sune Vuorela
On 2014-04-03, Dmitry Smirnov only...@debian.org wrote: As KDE fan I do not like Gnome. Those who forget to choose DE in instal= ler=20 Part of me wants to have KDE Plasma Desktop as the default workspace, because it is completely awesome. Other parts of me is happy that it is not the default

Bug#743250: ITP: hotpaultag -- Graphical System Activity Monitor

2014-03-31 Thread Sune Vuorela
Package: wnpp Severity: wishlist Owner: Sune Vuorela s...@debian.org * Package name: hotpaultag Version : snapshot Upstream Author : Paultag fanclub * URL : http://babe.debian.plumbing * License : code MIT/X11, artwork needs clarification Programming Lang: C

Re: systemd patent fees - who pays?

2014-03-28 Thread Sune Vuorela
On 2014-03-28, Sebastian Feld sebastian.n.f...@gmail.com wrote: Now that Redhat and Suse have been contacted by ORACLE regarding to licensing the SMF patents a question arises for Debian: Citation needed. /Sune -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject

Re: jquery debate with upstream

2014-03-11 Thread Sune Vuorela
On 2014-03-11, Paul Tagliamonte paul...@debian.org wrote: On Tue, Mar 11, 2014 at 06:09:40PM +, Ian Jackson wrote: I don't think this is a significant breach of the DFSG. Ah, but you do acknowledge this *is* a breach, even if a small one. So this comes down to where the line is, like I

Re: pulseaudio related problems....

2014-02-18 Thread Sune Vuorela
On 2014-02-18, Lars Wirzenius l...@liw.fi wrote: On Tue, Feb 18, 2014 at 12:09:11AM +0100, Andrew Shadura wrote: Is it not? It's much more convenient than fighting with a broken audio server which was written by a bunch of not really sane people suffering from some extreme form of a NIH

Re: Bug#727708: Fsck SystemD and its developers and its users. GR to override this please.

2014-02-12 Thread Sune Vuorela
On 2014-02-12, Kevin Chadwick ma1l1i...@yahoo.co.uk wrote: On Wed, 12 Feb 2014 11:25:14 -0500 Paul Tagliamonte wrote: https://lists.debian.org/debian-devel-announce/2014/02/msg5.html Can we please end this thread? Don't tell me it was just a vote with licensing issues being taken by

Re: virtual/alternative B-D (was Re: libtiff5 transition)

2013-12-06 Thread Sune Vuorela
On 2013-12-06, Thorsten Glaser t...@debian.org wrote: Hm indeed. Makes me wonder whether it would not be better to make libtiff-dev the real package and abandon libtiffN-dev altogether. (Never understood why the -dev packages need the numbers, anyway.) The -dev packages needs numbers if you

Re: Bug#729660: ITP: xemacs21 -- highly customizable text editor

2013-11-17 Thread Sune Vuorela
On 2013-11-16, Russ Allbery r...@debian.org wrote: If someone proposed to remove nvi from the archive because vim is better, I would be quite annoyed. If it ever did get removed from the archive, I would probably adopt it and reintroduce it, because nvi is the editor that I'm used to for

Re: Bug#729660: ITP: xemacs21 -- highly customizable text editor

2013-11-16 Thread Sune Vuorela
On 2013-11-16, John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de wrote: On 11/16/2013 11:43 AM, Mark Brown wrote: On Fri, Nov 15, 2013 at 09:49:49PM +, Dmitrijs Ledkovs wrote: =20 Why should Debian carry this package? =20 It's a package that we've carried since forever and which has a

Re: systemd effectively mandatory now due to GNOME

2013-10-28 Thread Sune Vuorela
On 2013-10-27, Brian May br...@microcomaustralia.com.au wrote: * Some people say this means it needs systemd running as pid=1, same say it doesn't. Am still confused here. The facts seems to be that logind/systemd in version 204 (the current one in debian) doesn't need systemd as pid 1, but

Re: Please assume good faith (was Re: systemd effectively mandatory now due to GNOME)

2013-10-27 Thread Sune Vuorela
On 2013-10-27, Thomas Goirand z...@debian.org wrote: If you don't mind that I ask: are you a GNOME developer? Olav is a gnome developer, yes. /Sune -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Proposal: switch default desktop to xfce

2013-10-25 Thread Sune Vuorela
On 2013-10-25, Josselin Mouette j...@debian.org wrote: What are the reasons exactly for deliberately depriving the default installation’s users of a more complete and featureful desktop? I've said that for years, but we still haven't changed to KDE Plasma Desktop as the default. /troll /Sune

Re: Proposal: switch default desktop to xfce

2013-10-25 Thread Sune Vuorela
On 2013-10-25, Dominik George n...@naturalnet.de wrote: However, I must admit that even if the standard XFCE installation does not depend on systemd, it would be even worse if a user came along and wanted to extend their user experience by installing some XFCE addon and *that* would magically

Re: Proposal: switch default desktop to xfce

2013-10-25 Thread Sune Vuorela
On 2013-10-25, Steve McIntyre st...@einval.com wrote: We've had this discussion multiple times over the years. I've been told multiple times that we still have a non-negligible set of users owning/running hardware that can't do DVDs. I'm not 100% convinced myself of how large or critical this

Re: Proposal: switch default desktop to xfce

2013-10-25 Thread Sune Vuorela
On 2013-10-25, Neil Williams codeh...@debian.org wrote: Other desktop environments have similar features without requiring a change of init system. It was a choice by GNOME upstream and a choice Other desktop environments either are reimplementing bits of systemd or is having some more or less

Re: Proposal: switch default desktop to xfce

2013-10-25 Thread Sune Vuorela
On 2013-10-25, Neil Williams codeh...@debian.org wrote: Equally, is there genuine support for tablets within Debian beyond the problems with GUIs and touchscreens? I'm not aware of anything approaching usable GUI support, even discounting touch. Plasma Active is quite mature and I'm sure the

Re: Proposal: switch default desktop to xfce

2013-10-25 Thread Sune Vuorela
On 2013-10-25, Joey Hess jo...@debian.org wrote: Hmm, I just gave KDE a try with my laptop fliped to tablet mode, and did not see anything that works better than xfce. I was still stuck fatfingered with a tiny panel, and once I started konqueror, could not drag to scroll the page, or make any

Re: libravatar in the BTS [Re: bugs.debian.org: something's wrong...]

2013-10-02 Thread Sune Vuorela
On 2013-10-02, Don Armstrong d...@debian.org wrote: The avatars are now fully federated, and all caching and retrieval is Yay! Anyone who wants to set up their own http://wiki.libravatar.org/running_your_own/, or you can use libravatar or gravatar if you do not wish to do so (or you can do

Re: qmake and make dist

2013-09-25 Thread Sune Vuorela
On 2013-09-25, Daniel Pocock dan...@pocock.com.au wrote: qmake doesn't appear to provide a make dist facility, at least not the way the project is currently configured. Unless for autotools projects where you might want to store pregenerated files in the tarball, I've never seen the reason for

Re: Bug#709758: Replacing a binary package by another one(was: Communication issue?)

2013-09-04 Thread Sune Vuorela
On 2013-09-04, Steve Langasek vor...@debian.org wrote: Unless apt has gotten smarter recently (which is not out of the question), no. It's a common misconception that apt will care about Provides/Replaces for selecting new packages on dist-upgrade, but while it seems like a nice idea, TTBOMK

Re: We need a global decision about R data in binary format, and stick to it.

2013-08-05 Thread Sune Vuorela
On 2013-08-05, Paul Tagliamonte paul...@debian.org wrote: IMVHO, this is the same as how we should treat images (I mean, for any data format, not just this one case of a pickled object) - if the image was a photo, clearly the .jpg or .png or whatever we get is the best way to communicate this

Re: PulseAudio

2013-07-21 Thread Sune Vuorela
On 2013-07-20, Andrei POPESCU andreimpope...@gmail.com wrote: Have you been reading debian-user lately? One of the first=20 recommendations is still uninstall pulseaudio and see if it works. I have no idea on how to get sane people writing answers on debian-users. I personally run out of sanity

Re: bluetooth (Re: PulseAudio

2013-07-17 Thread Sune Vuorela
On 2013-07-17, Holger Levsen hol...@layer-acht.org wrote: same with bluetooth =20 I don't use bluetooth, I don't want the bluetooth stack installed but yet I= do=20 see how this is a sensible thing to install with the default desktop. Same= =20 with PA I'd say. especially both of them.

Re: SONAME migration: from liblambda0 to liblambda1

2013-07-17 Thread Sune Vuorela
On 2013-07-15, Jerome BENOIT g62993...@rezozer.net wrote: When the SONAME increments the associated binary library package has a new name, so the SONAME suffix has to increment as well accordingly: for a library package lambda, the binary library package could be renamed from liblambda0 to

Accepted kdevplatform 1.5.1-1 (source all amd64)

2013-07-14 Thread Sune Vuorela
: experimental Urgency: low Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org Changed-By: Sune Vuorela s...@debian.org Description: kdevplatform-dbg - debugging symbols for the KDevelop platform kdevplatform-dev - development files for the KDevelop platform kdevplatform-l10n - language

Re: adequate now reports incompatible-licenses - need help to verify and file bugs

2013-07-10 Thread Sune Vuorela
On 2013-07-10, Andreas Beckmann a...@debian.org wrote: osgearth: incompatible-licenses /usr/bin/osgearth_cache LGPLv3+ (libgnutls.so.26) + GPLv2 (libpoppler.so.19) osgearth: incompatible-licenses /usr/bin/osgearth_toc LGPLv3+ (libgnutls.so.26) + GPLv2 (libpoppler.so.19) osgearth:

Re: jessie release goal: verbose build logs

2013-06-14 Thread Sune Vuorela
On 2013-06-14, Jakub Wilk jw...@debian.org wrote: I attached a dd-list for the lazy. But note that false positives are possible, especially when building in parallel. I've just sample-checked 4 packages I'm involved in and 100% of those four I checked was false positives. We need a better

Re: systemd .service file conversion

2013-05-30 Thread Sune Vuorela
On 2013-05-30, Riku Voipio riku.voi...@iki.fi wrote: By switching early we can affect how a piece of software will evolve. Is there something you would like to change in systemd? Now it still probably possible - 2 years from now it has shipped in RHEL, and books will have been written about it

Re: default MTA

2013-05-28 Thread Sune Vuorela
On 2013-05-28, Thomas Goirand z...@debian.org wrote: I agree. Which is why postfix can be configured for that: I think most full-blown mta's can do that. But the much smaller ones can also. /Sune -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe.

Accepted libiodbc2 3.52.7-3 (source amd64)

2013-05-25 Thread Sune Vuorela
-By: Sune Vuorela s...@debian.org Description: iodbc - GTK+ config frontend for the iODBC Driver Manager libiodbc2 - iODBC Driver Manager libiodbc2-dev - iODBC Driver Manager (development files) Closes: 640975 Changes: libiodbc2 (3.52.7-3) unstable; urgency=low . * QA upload. * Find

Re: Upgrade path from experimental to unstable

2013-05-20 Thread Sune Vuorela
On 2013-05-20, Ondřej Surý ond...@sury.org wrote: Since the state of Debian experimental is well experimental, should we care about upgrade paths from experimental to unstable? I am inclined to say no, but I would like to hear opinion of other developers. It depends if you believe you have

  1   2   3   4   5   6   7   8   >