Re: tag2upload (git-debpush) service architecture - draft

2019-07-29 Thread Ansgar
x27;t rely on a third-party service for this. (In particular the service in question here doesn't do that as far as I can tell.) Ansgar

Re: Debian and our frenemies of containers and userland repos

2019-07-23 Thread Ansgar
it so far, but at least "whalebuilder" exists. The gitlab-ci used on salsa.d.o also uses Docker containers; people also build packages using this (mostly for testing though, see for example [1]). Ansgar [1] https://salsa.debian.org/salsa-ci-team/pipeline

Re: git & Debian packaging sprint report

2019-07-23 Thread Ansgar Burchardt
on't really care about collision attacks after all. We have most infrastructure already using SHA-2 and there are preparations to support newer hashes as well; it is a regression to introduce a new system bound to SHA1 for the foreseeable future (and given Git's use of SHA1 their need to require a strong hash is far less). Ansgar

Re: git & Debian packaging sprint report

2019-07-16 Thread Ansgar Burchardt
h the same way as tag2upload does, AFAICT. That is true and I don't like it. I should probably add a sha2 hash somewhere. (Note that we *can* just change it...) > On Mon 15 Jul 2019 at 10:43PM +02, Ansgar Burchardt wrote: > > It also has one downside: `git tag` alone won't be

Re: git & Debian packaging sprint report

2019-07-15 Thread Ansgar Burchardt
Russ Allbery writes: > Ansgar Burchardt writes: >> The client tool could possibly also just create the .dsc and .changes, >> except for hashes of the compressed files, and the web service just >> recreate the tarball and compress them. > > I think experience with

Re: git & Debian packaging sprint report

2019-07-15 Thread Ansgar Burchardt
Russ Allbery writes: > Ansgar Burchardt writes: >> Russ Allbery writes: >>> If so, I think that security model is roughly equivalent to the >>> automatic signing of binary packages by buildds, so probably doesn't >>> introduce a new vulnerability, >

Re: git & Debian packaging sprint report

2019-07-15 Thread Ansgar Burchardt
er would normally do. We have other permissions checks as well; they shouldn't be reimplemented in different places. Instead the archive (dak) should know who signed the package. Ansgar

Re: Is it the job of Lintian to push an agenda?

2019-07-14 Thread Ansgar Burchardt
uld probably not start raising a warning about it and one should keep in mind that Policy might not reflect consensus when referring to it. Ansgar

Re: git & Debian packaging sprint report

2019-07-14 Thread Ansgar
Sean Whitton writes: > On Fri 12 Jul 2019 at 02:06PM +02, Ansgar wrote: >> Depends on a lot of things. As far as I understand this work is in a >> very early stage and a first brainstorming session on what problem this >> is intended to solve, why one should consider d

Re: git & Debian packaging sprint report

2019-07-12 Thread Ansgar Burchardt
ould consider doing it, and possible requirements is planned for DebConf[1]. Without having any of these, it is hard to comment on anything. Ansgar [1] https://debconf19.debconf.org/talks/68-one-git-to-package-them-all-and-on-the-salsa-find-them/

Re: getting rid of "testing"

2019-06-25 Thread Ansgar
On Tue, 2019-06-25 at 16:39 +0800, Paul Wise wrote: > On Tue, Jun 25, 2019 at 2:08 PM Ansgar wrote: > > what do people think about getting rid of current suite names ("stable", > > "testing", "unstable") for most purposes? We already recommend usin

Re: Content Rating System in Debian

2019-06-25 Thread Ansgar
. Also, parental | monitoring and guidance can reduce likehood of teens breaking such | systems. Maybe because teens are largest marketshare for TVs. Ansgar - rating "kill -KILL" X-rated for extreme violence

getting rid of "testing"

2019-06-24 Thread Ansgar
uot;bionic" instead of just writing the version in sources.list is annoying (I always have to look up the codename to be sure as I don't use Ubuntu that much). Ansgar

Re: The Difference between debcheckout and dgit and what they try to accomplish

2019-06-20 Thread Ansgar Burchardt
such things down for Debian for the rare case someone might read it; there are enough other things that need to be done. Ansgar

Re: The Difference between debcheckout and dgit and what they try to accomplish

2019-06-19 Thread Ansgar Burchardt
record indicate that all currently valid certificates must come from the listed CAs; the CAA record could have been different when those were issued.) Ansgar

Re: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-06-05 Thread Ansgar
esterday. The move should be completed with this. Ansgar

Re: Why do we take so long to realise good ideas (Was: Difficult Packaging Practices)

2019-05-29 Thread Ansgar
asons. > > Use the $300,000 on our bank accounts? I heard that this didn't work out well the last time ("dunc tank"), though that was before the time I followed Debian development. Ansgar

Re: ZFS in Buster

2019-05-28 Thread Ansgar
mething Debian would probably not like that much...) Ansgar

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-13 Thread Ansgar
Adam Borowski writes: > On Mon, May 13, 2019 at 11:25:11AM +0200, Ansgar wrote: >> It supports solid compression[1] which >> compresses multiple files into one block like tar.xz, but unlike tar.xz >> can use more than one block: "Later versions of 7-zip use a variable &g

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-13 Thread Ansgar
archive; though for 7z one would need to check if it does the right thing first... Ansgar [1] https://en.wikipedia.org/wiki/Solid_compression

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-13 Thread Ansgar
n just seek from one header to the next and only need to do so few times). Ansgar

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-09 Thread Ansgar Burchardt
Ian Jackson writes: > Ansgar writes ("Re: .deb format: let's use 0.939, zstd, drop bzip2"): >> `ar` needs to be replaced for the file size limitation mentioned in the >> initial mail: ar represents file size as a 10 digit decimal number[1] >> which limits the me

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-09 Thread Ansgar
atible change, it is an appropriate time to bundle any other incompatible changes (if there are any). That is why I suggested that it might be useful to also replace the `tar` archives with another format. Ansgar

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

2019-05-09 Thread Ansgar
ished is what is the actual preferred form of modification (as it is what the maintainer uses), but if so desired one can still get a "dgit view". (Though for contributing changes to the maintainer, one should probably base them on the maintainer view...) In this case the published history also matches the "git histories we are actually using ourselves", a design goal not met currently; one could also apply the mangling feature to repositories not published on the dgit server. Ansgar

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-09 Thread Ansgar
Adam Borowski writes: > On Wed, May 08, 2019 at 10:35:58PM +0200, Ansgar wrote: >> Adam Borowski writes: >> > I've recently did some research on how can we improve the speed of >> > unpacking >> > packages. There's a lot of other stages that can b

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-08 Thread Ansgar
Jeremy Stanley writes: > On 2019-05-08 22:35:58 +0200 (+0200), Ansgar wrote: >> Switching to a different binary format will break various tools. If we >> want to do this, I wonder if we shouldn't take the chance to move away >> from tar? >> >> We have

Re: .deb format: let's use 0.939, zstd, drop bzip2

2019-05-08 Thread Ansgar
the chance to move away from tar? We have various applications that only want to extract single members of the package (changelog, NEWS, copyright, ...); tar is a really bad format for such an operation. Other formats (zip, 7z, ...) are more suited for them. Ansgar

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

2019-05-07 Thread Ansgar
On Tue, 2019-05-07 at 12:51 +0100, Ian Jackson wrote: > Ansgar Burchardt writes ("Re: Preferred git branch structure when > upstream moves from tarballs to git"): > > Sam Hartman writes: > > > OK, I didn't hear that as an answer but think I'm coming to the

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

2019-05-06 Thread Ansgar Burchardt
Sam Hartman writes: >>>>>> "Ansgar" == Ansgar writes: > > Ansgar> Sam Hartman writes: > >> I'm having a bit of trouble here and am hoping you can help us > >> out. Ian asked what git workflow it is that you're talki

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

2019-05-06 Thread Ansgar
aging information), and possibly other directories below base for build artifacts (instead of unpredictable locations under base/debian). Which leads back to the beginning of the subthread[1]. [1] https://lists.debian.org/debian-devel/2019/04/msg00462.html Ansgar

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

2019-05-03 Thread Ansgar
On Fri, 2019-05-03 at 17:39 +0100, Ian Jackson wrote: > Ansgar writes ("Re: Preferred git branch structure when upstream > moves from tarballs to git"): > > On Fri, 2019-05-03 at 15:59 +0100, Ian Jackson wrote: > > > Ansgar writes ("Re: Preferred git branch stru

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

2019-05-03 Thread Ansgar
On Fri, 2019-05-03 at 15:59 +0100, Ian Jackson wrote: > Ansgar writes ("Re: Preferred git branch structure when upstream moves from > tarballs to git"): > > On Thu, 2019-05-02 at 09:15 -0700, Russ Allbery wrote: > > > Ansgar writes: > > > > Having to

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

2019-05-02 Thread Ansgar
On Thu, 2019-05-02 at 09:15 -0700, Russ Allbery wrote: > Ansgar writes: > > > Having to know about branches, merging, dealing with multiple remotes, > > ... *is* an entry barrier compared to not having to know about it. Now > > you have to teach people that before you ev

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

2019-05-02 Thread Ansgar
On Thu, 2019-05-02 at 13:45 +0100, Ian Jackson wrote: > Ansgar Burchardt writes ("Re: Preferred git branch structure when > upstream moves from tarballs to git"): > > On Tue, 2019-04-30 at 16:00 -0700, Sean Whitton wrote: > > > As a package maintainer, if you don

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

2019-05-02 Thread Ansgar Burchardt
On Tue, 2019-04-30 at 16:00 -0700, Sean Whitton wrote: > > On Tue 30 Apr 2019 at 08:05AM +02, Ansgar wrote: > > > As an example: to update to a new upstream release, I ideally just have > > to drop the new upstream tarball, update d/changelog and am done. > > Compare

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

2019-04-29 Thread Ansgar
elease, I ideally just have to drop the new upstream tarball, update d/changelog and am done. Compare with [1] which is much more complicated, even ignoring the extra complexity using dgit adds compared to just using git. Ansgar [1] https://manpages.debian.org/stretch-backports/dgit/dgit-maint-merge.7.en.html#NEW_UPSTREAM_RELEASES

Re: Discussion on eventual transition away from source packages

2019-04-19 Thread Ansgar
ot;verifying a git > tag". Doesn't Git also only use hash algorithms that are no longer recommended for cryptographic applications? Or have they finished moving to stronger algorithms? I don't think we should downgrade to SHA-1 for new services. Ansgar

Re: [Idea] Debian User Repository? (Not simply mimicing AUR)

2019-04-08 Thread Ansgar
kg-deb to > convert the results to Debian packages? How should this handle dependencies (probably named differently in Debian) or maintainer scripts? Tools like `alien` to convert RPM and Debian packages have similar limitations and I don't remember them working that well. Ansgar

Re: merged-/usr-via-symlinks vs a-different-layout

2019-02-23 Thread Ansgar
Guillem Jover writes: > On Tue, 2019-02-19 at 08:54:12 +0100, Ansgar wrote: >> Guillem Jover writes: >> > 3) Switching packages to the merged-/usr layout could have been >> >accomplished automatically via debhelper for a coverage of around >> >99% (?)

Re: merged-/usr-via-symlinks vs a-different-layout

2019-02-19 Thread Ansgar
ng the packaging system even more, when the >compat symlinks could have been shipped in the binary packages. As far as I know maintainer scripts are only required for moving files from / to /usr when (a) a compat symlink is required, and (b) only when both merged-/usr and non-merged-/usr is supported. Ansgar

Re: Use of the Build-Conflicts field

2019-02-15 Thread Ansgar
d environments is in contrast a fairly friendly failure mode. So it should not be a serious bug (whether RC or not is something for the release team). > For the purposes of this e-mail, let's assume that we have a good grasp > on what a "reasonable standard development workstation install" means. I doubt we have, but let's ignore that. Ansgar

Re: Bug#922155: [Pkg-matrix-maintainers] ITP: matrix-archive-keyring -- OpenPGP archive key for the Matrix.org package repository

2019-02-13 Thread Ansgar
the keys. IMHO installing a non-Debian keyring should *not* make the keys trusted by APT by default (i.e. with the default answer if debconf is used). ubuntu-keyring does that; most other keyrings sadly do not follow this. Ansgar

Re: Removal of linux-base from jessie-backports broke Xen upstream CI

2019-02-13 Thread Ansgar
e from jessie-security; arm64 wasn't removed from -backports as there is no LTS for backports and jessie- backports will eventually be archived as is.) Ansgar [1] https://www.debian.org/News/2018/20180623

Re: Bug#877900: How to get 24-hour time on en_US.UTF-8 locale now?

2019-02-07 Thread Ansgar
dian in C.UTF-8: WEEKDAY MMM DD HH:MM:SS TZ while en_US.UTF-8 has at least DD MMM ... Having -MM-DD HH:MM:SS[+] instead would be much nicer if we were to create an arbitrary set of new rules for a new universal "en" locale ;-) ) Ansgar

Re: Bug#877900: How to get 24-hour time on en_US.UTF-8 locale now?

2019-02-07 Thread Ansgar
, > which defeats my understanding of the purpose of this proposal. So, for > example, in ls -l: I don't think the "C.UTF-8" locale covered by any promises POSIX might make for "C". (Nor is what happens when no LC_*, LANG vairables are set at all.) Ansgar

Re: package management symlink

2019-02-05 Thread Ansgar
for example. No, that already stops working when package are named differently which is frequently the case. There is no readline-devel package in Debian and no libreadline-dev in Red Had or Gentoo. Also what you suggest already exists, for example in the form of "pacapt" (but there are alternatives too!). What is the benefit of adding yet another version of these scripts? Ansgar

Re: Potentially insecure Perl scripts

2019-01-24 Thread Ansgar
@INC by default. It also wasn't seen as a security problem when I reported it as such (or not worth fixing at the time), but only years later when someone else reported it again. So maybe awareness changed a bit. But "<>" isn't the only problem, there are way too many uses of the two-argument form of Perl's "open" too... Ansgar

Re: [MBF] Moving mountnfs.sh script to runlevel 2

2019-01-13 Thread Ansgar
one of (/run /dev/shm /tmp) What will happen on systems where users changed the configuration files and these changes are not applied automatically? Ansgar

Re: introduction of x-www-browser virtual package

2019-01-08 Thread Ansgar Burchardt
t and is thus not needed. No, the alternatives system is not really useful for users (as only root can choose an alternative). Having root choose a single {editor,pager,browser,...} for all users is not a good solution. Ansgar

Re: [Pkg-julia-devel] julia_1.0.0-1_amd64.changes REJECTED

2018-12-20 Thread Ansgar Burchardt
weren't stripped and from discussion I'm not sure it is clear why, but we agree that this shouldn't block the current version and should better be discussed in a bug report. Ansgar

Re: Extension of Built-Using:

2018-12-12 Thread Ansgar Burchardt
where this matters; don't ask me about details, I don't know much). Ansgar

Re: wicd-daemon-run_1.0_amd64.changes REJECTED

2018-11-28 Thread Ansgar Burchardt
Lorenz writes: > Ansgar Burchardt: >>As a possible alternative: ship the runscript and some metadata (which >>systemd service(s) and/or sysvinit script(s) this corresponds with; >>which system users would be needed; ...) either in the service package >>(preferred

Re: wicd-daemon-run_1.0_amd64.changes REJECTED

2018-11-28 Thread Ansgar Burchardt
; ...) either in the service package (preferred long-term) or a "runscripts" package (maybe easier for initial experiments). Then have runit provide a command that creates the system users, sets up the runit service and disables the systemd service (which I think was still missing from the *-run packages). Ansgar

Re: Re: usrmerge -- plan B?

2018-11-28 Thread Ansgar Burchardt
if a system has merged-/usr or not. Newly installed systems will have merged-/usr, but no usrmerge (as debootstrap creates the symlinks), or usrmerge could be removed after the system has been converted (I did that for my systems). Ansgar

Re: usrmerge -- plan B?

2018-11-23 Thread Ansgar Burchardt
upporting non-merged-/usr systems since these > > problems are caused by having to support both, and there is no real > > benefit in doing that other than pleasing the few people who are scared > > by changes. What is this quote supposed to tell us? Ansgar

individual packages moving binaries from /bin to /usr/bin (was: Re: usrmerge -- plan B?)

2018-11-22 Thread Ansgar Burchardt
Russ Allbery writes: > Ansgar Burchardt writes: >> Moving files around in such a matter that they are still available in >> the old location (via a symlink) is not a very invasive change, so there >> is only a small risk of problems. > > I think it's fair to

Re: usrmerge -- plan B?

2018-11-22 Thread Ansgar Burchardt
B init headers to local init scripts (or just replace them with systemd units these days), having to purge leftover conffiles from removed packages or similar changes on upgrades. If the system is prone to breakage on upgrades in general, I would expect anyone sensible to fix that. Ansgar

Re: Q: secure boot

2018-11-06 Thread Ansgar Burchardt
ys get something with a valid signature and a code execution bug running... Ansgar

Re: Q: secure boot

2018-11-06 Thread Ansgar Burchardt
ree? Signing stuff does not change the freeness of > > the > > software. > > it does introduce https://en.wikipedia.org/wiki/Tivoisation however. I don't think it does as `shim` allows to either register your own signing keys or disable secure boot verification (as long as you have physical access to the machine). Ansgar

Re: Debian Buster release to partially drop non-systemd support

2018-10-20 Thread Ansgar Burchardt
ve developers(!) back in 2015 according to a presentation by Devuan developer Alberto Zuin and Devuan founder Jaromil, and which represents an exodus for half of the active Debian user base (according to a Devuan lead developer in a publication in 2018)? They certainly should have enough resources. Ansgar

Re: Debian Buster release to partially drop non-systemd support

2018-10-19 Thread Ansgar Burchardt
allations of runit > - 141 installations of openrc, installations of openrc, but it works > on > top of sysvinit > - http://popcon.devuan.org/tmp-www/by_inst.html > > So Devuan almost doubles the percentage of sysvinit- > core installations. And Ubuntu probably reduces it again by more than that. Statistics are fun :-) Ansgar

Re: "debian.pool.ntp.org" for Debian derivatives?

2018-10-18 Thread Ansgar Burchardt
uded in the binaries and could be extracted even for proprietary software). Ansgar

Re: You are not seriously considering dropping the support of sysVinit?!

2018-10-17 Thread Ansgar Burchardt
make you go away? That sounds like a positive effect to me, but for some reason you seem to try and use it as a threat? Ansgar (SCNR)

Re: Debian Buster release to partially drop non-systemd support

2018-10-16 Thread Ansgar Burchardt
cases where the init script starts multiple services, but there are individual units for each service in systemd is forbidden. I think this requirement isn't a good idea these days for various reasons and will file a bug asking to drop it. Ansgar

Re: Debian Buster release to partially drop non-systemd support

2018-10-16 Thread Ansgar Burchardt
On Tue, 2018-10-16 at 09:57 +0200, Martin Steigerwald wrote: > Ansgar Burchardt - 16.10.18, 08:53: > > If some people consistently call others a "cancer", accuse them of > > "vandalizing" open source, spread obvious FUD and so on, then I don't > > th

Re: Debian Buster release to partially drop non-systemd support

2018-10-16 Thread Ansgar Burchardt
Martin Steigerwald writes: > Ansgar Burchardt - 15.10.18, 16:03: >> Please no. I don't think it would help Debian to have toxic people >> maintain packages. >> >> (As an example, Devuan's infobot has fun facts like this one: >> "<+infobot>

Re: Debian Buster release to partially drop non-systemd support

2018-10-15 Thread Ansgar Burchardt
means it acts invasive, possessive, destructive, and generally in an egocentric exacerbating negative way. ``this cancer is extremely poettering'' [...]") Ansgar

Re: Package not compatible with old systemd

2018-09-19 Thread Ansgar Burchardt
y on those other systems; or you can use > Recommends: rather than Depends: if you don't want it to be absolute. Depending on an init system is definitely wrong as it is perfectly fine to use some service without any init, such as in Docker containers, or under other supervisors such as runit. Ansgar

Re: Should the weboob package stay in Debian?

2018-07-20 Thread Ansgar Burchardt
arizing the issue. I'm afraid I must bow out, focus on > fixing the problem, and leave it to others or to self-study for you to > understand it, if you wish to. I can't help but understand your message as "if you don't agree, you haven't understood" which I don't find very helpful. Is that what you wanted to say? Ansgar

Re: Should the weboob package stay in Debian?

2018-07-20 Thread Ansgar Burchardt
think a discussion on -devel@ will reach a consensus that would take away the responsibility here. Ansgar [1] https://www.debian.org/doc/debian-policy/#packages-with-potentially-offensive-content

Re: Which checks should we mandate for source operations in shell scripts

2018-06-20 Thread Ansgar Burchardt
tion my favorite chown -R non-root /var/lib/service in maintainer scripts...) Ansgar

Re: rkt

2018-06-05 Thread Ansgar Burchardt
Dmitry Smirnov writes: > On Tuesday, 5 June 2018 5:11:31 PM AEST Ansgar Burchardt wrote: >> rkt is neither in testing nor stable... > > Unfortunately... However it is a static Golang binary with minimum external > run-time dependencies which makes it possible to reasonably saf

Re: concerns about Salsa

2018-06-05 Thread Ansgar Burchardt
t in Debian)? *scnr* Ansgar

Re: Bug#900286: ITP: spm -- simple password manager

2018-05-29 Thread Ansgar Burchardt
> #!/usr/bin/dh-exec > spm.sh => /usr/bin/spm /usr/bin/spm is already shipped by another package as noted in the initial report. Renaming the binary to simple-password-manager or so would probably work. Ansgar

Re: Want to make salsa advertise contact and source code details [and 1 more messages]

2018-05-25 Thread Ansgar Burchardt
but if it's thought easier to maintain then fine... That seems like an horrible maintenance nightmare just to avoid even talking to upstream... Ansgar

Re: Want to make salsa advertise contact and source code details

2018-05-25 Thread Ansgar Burchardt
dishwashers, computers, and so on though. :-) Sorry, could not resist. Ansgar

Re: Salsa Questions

2018-05-02 Thread Ansgar Burchardt
tps:// for accessing Git repository; that also works without an account (for public projects). Ansgar

Re: problems in gjots2 and Debian

2018-04-18 Thread Ansgar Burchardt
quot;Maintainer:" and > "Uploaders:", what's the point in both fields existing? The Maintainer field is only allowed to list one person for historic reasons. So a new field was added to list additional maintainers. Ansgar

Re: Lucas Kanashiro and Athos Ribeiro salvaged my package

2018-04-16 Thread Ansgar Burchardt
g the removal of a package with open RC bugs that hasn't been uploaded for a time, isn't just salvaging the package by adding oneself as a maintainer better? And if this is the preferred outcome, shouldn't the salvaging be "easier" than just requesting removal (which is just one bug report away)? Ansgar

nmap license is incompatible with GPL

2018-04-10 Thread Ansgar Burchardt
irements... I plan to file RC bugs against these packages soon; this thread can serve as a central place for discussions. Ansgar

Re: Removing packages perhaps too aggressively?

2018-02-01 Thread Ansgar Burchardt
s are not closed by dak and end up getting closed in a different way. Ansgar [1] IIRC when removing >1 source package at the same time

Re: Removing packages perhaps too aggressively?

2018-02-01 Thread Ansgar Burchardt
Andrej Shadura writes: > On 01/02/18 09:40, Ansgar Burchardt wrote: >> Andrej Shadura writes: >>> On 31/01/18 21:01, Jeremy Bicha wrote: >>>>> Here you go, there's #871004 for you. Missed jessie, stretch, >>>>> not in testing, no uploads since

Re: Removing packages perhaps too aggressively?

2018-02-01 Thread Ansgar Burchardt
ird RC bug (the "proposed-RM") and waiting one month more change anything? Why would someone turn up to fix them now? Ansgar

Re: Bug#886238: Please introduce official nosystemd build profile

2018-01-07 Thread Ansgar Burchardt
Simon McVittie writes: > On Sun, 07 Jan 2018 at 00:27:15 +0100, Ansgar Burchardt wrote: >> sysvinit probably only stays in testing because systemd >> depends on sysv-rc for compatability with LSB init scripts... > > I think it did during the default init system transition,

Re: Bug#886238: Please introduce official nosystemd build profile

2018-01-06 Thread Ansgar Burchardt
example insserv (#834284) and startpar (#834283). Or systemd-shim if you want to consider desktop systems too. Ansgar

Bug#886238: Please introduce official nosystemd build profile

2018-01-03 Thread Ansgar Burchardt
tremely poettering'', [...] I don't think we should waste time to accomodate the needs of such people. Ansgar

Re: allowed uses of non-baseline CPU extensions

2017-10-23 Thread Ansgar Burchardt
that can possibly fail. Anything with failing maintainer scripts is very much not nice, especially for unexperienced users. (One the reasons I don't like packages trying to be smart and configure things, then break in the maintainer script. Dumb packages are more friendly.) Ansgar

Re: Mandates explicit -std=c++XY for c++ projects

2017-10-10 Thread Ansgar Burchardt
27;t interesting for users of the package. I also don't think we should default to an ancient C++ standard. All maintained software should hopefully work with C++11 or later by now... Ansgar

Re: allowed uses of non-baseline CPU extensions

2017-10-05 Thread Ansgar Burchardt
nctions and add compiler-specific definitions to them isn't that easy. The real easy and lazy option would be to have a compiler flag to enable it for entire translation units (probably at the expense of binary size). Ansgar

Re: Removal of upstart integration

2017-09-26 Thread Ansgar Burchardt
g` could also run maintainer scripts in a more controlled environment so less random variables affect the maintainer scripts. Ansgar

Re: ftp master uploads disappearing?

2017-09-26 Thread Ansgar Burchardt
esn't handle that quite correct yet (it explicitly makes uploads world-readable which shouldn't happen for security uploads). Ansgar

Re: Whether remotely running software is considered "software" for Debian.

2017-08-31 Thread Ansgar Burchardt
on3-googleapi, usbmuxd, python3-pyicloud, python-yowsup, youtube-dl, libgfbgraph-0.2-dev, other proprietary web APIs, drivers for SATA disks ("server" runs on SDD/HDD), ... Ansgar

Maintainer information in source packages (was: Re: Returning to the requirement that Uploaders: contain humans)

2017-08-04 Thread Ansgar Burchardt
end mails about individual packages. For legacy purposes, the Maintainer field would then list ${source}@tra cker.d.o and the Uploaders field could be removed. This would also address the fact that various bits of our infrastructure don't know about Uploaders (like bugs.d.o only contacting the Maintainer). Ansgar

Re: Bad interaction between pbuilder/debhelper/dpkg-buildinfo/dpkg-genchanges and dak on security-master

2017-07-09 Thread Ansgar Burchardt
es -S, or whether dak is fixed to allow > multiple buildinfo files for the same arch (maybe renaming the file itself); Or fixed to just silently discard .buildinfo files that might not work. Or reject them always (though that also causes issues because arch:all uploads also seem to get a _amd64.buildinfo, except when they come from the buildds). Ansgar

Re: DEP 15: Reserved namespace for DD-approved non-maintainer changes

2017-06-08 Thread Ansgar Burchardt
e it easier to check commit signatures using the Debian keyrings if one so desires). Ansgar

Too many Recommends (in particular on mail-transport-agent)

2017-05-30 Thread Ansgar Burchardt
aking SMTP to a remote SMTP server is common enough that these shouldn't Recommend a MTA usually either). Ansgar

Re: substvars in *.install + friends

2017-05-04 Thread Ansgar Burchardt
but I had no need for it myself so far and therefore don't know much about it. Ansgar

Re: Bug#761348: ftp.debian.org: need machine-readable metadata about suites & repositories

2017-04-21 Thread Ansgar Burchardt
i.ftp-master.d.o. For example some information about suites: curl https://api.ftp-master.debian.org/suites If people need more information avialable, we can add more bits. Some documentation is available on https://ftp-master.debian.org/epydoc/dakweb.queries-module.html Ansgar

Re: Release impact of introducing a new archive section?

2017-01-23 Thread Ansgar Burchardt
quot; section: > rustc, cargo, libstd-rust*, and rust-*. And all packages named > node-*, libjs-*, and javascript-* should move to the "javascript" > section. I've done this now. Ansgar

Re: no-strong-digests-in-dsc MBF

2017-01-17 Thread Ansgar Burchardt
;t the .dsc itself be need to be signed by a stronger hash? I would expect there are still a lot more .dsc with "Hash: SHA1" in the archive. Ansgar

<    1   2   3   4   5   6   >