Re: Misc Developer News (#60)

2024-12-01 Thread Julien Puydt
Le dimanche 01 décembre 2024 à 11:42 +0100, Paul Gevers a écrit : > Hi, > > On 12/1/24 11:36, Julien Puydt wrote: > >     Can you try: > > > >     sbuild --build-dir=~/Debian/repo --extra-package=~/Debian/repo > > > >     This should save all binary packages to the directory and use > > them in

Re: Misc Developer News (#60)

2024-12-01 Thread Paul Gevers
Hi, On 12/1/24 11:36, Julien Puydt wrote: Can you try: sbuild --build-dir=~/Debian/repo --extra-package=~/Debian/repo This should save all binary packages to the directory and use them in subsequent runs. It doesn't: it fails saying BUILD_DIR doesn't exist. Does it still me

Re: Misc Developer News (#60)

2024-12-01 Thread Julien Puydt
Hi Le dim. 1 déc. 2024, 11:14, Jochen Sprickerhof a écrit : > > Can you try: > > sbuild --build-dir=~/Debian/repo --extra-package=~/Debian/repo > > This should save all binary packages to the directory and use them in > subsequent runs. > It doesn't: it fails saying BUILD_DIR doesn't exist. I

Re: Misc Developer News (#60)

2024-12-01 Thread Jochen Sprickerhof
Hi Julien, * Julien Puydt [2024-12-01 10:59]: My use case isn't with a single package, but with a bunch of them. For example, updating the coq package means about fifty packages in seven stages. That means I compile all packages of one of the stages (sometimes in parallel), move the results to

Re: Misc Developer News (#60)

2024-12-01 Thread Julien Puydt
Hi, Le samedi 23 novembre 2024 à 22:20 +0100, Philipp Kern a écrit : > >  https://wiki.debian.org/sbuild > I tried to update my DD setup to this new kind of sbuild using the above documentation, and there is something I don't manage to replicate from my previous setup. My use case isn't with a

Re: Misc Developer News (#60)

2024-11-27 Thread Soren Stoutner
On Monday, November 25, 2024 4:57:50 PM MST Soren Stoutner wrote: > On Saturday, November 23, 2024 2:20:45 PM MST Philipp Kern wrote: > > Debian buildds are using sbuild with unshare now > > > > > > The wanna-build team switched all buildds to the

Re: Misc Developer News (#60)

2024-11-26 Thread Soren Stoutner
On Tuesday, November 26, 2024 12:27:22 PM MST Andrey Rakhmatullin wrote: > On Tue, Nov 26, 2024 at 12:21:55PM -0700, Soren Stoutner wrote: > > > > # Specify the distribution, -d > > > > $distribution = 'unstable'; > > > > > > Setting this will override the Distribution of the .changes file created

Re: Misc Developer News (#60)

2024-11-26 Thread Johannes Schauer Marin Rodrigues
Hi Soren, Quoting Soren Stoutner (2024-11-26 20:21:55) > > Setting this will override the Distribution of the .changes file created by > > sbuild with "unstable", ignoring what your package has set. Are you sure > > you want this? > > I would like it to be able to build instead of fail when the c

Re: Misc Developer News (#60)

2024-11-26 Thread Andrey Rakhmatullin
On Tue, Nov 26, 2024 at 12:21:55PM -0700, Soren Stoutner wrote: > > > # Specify the distribution, -d > > > $distribution = 'unstable'; > > > > Setting this will override the Distribution of the .changes file created by > > sbuild with "unstable", ignoring what your package has set. Are you sure yo

Re: Misc Developer News (#60)

2024-11-26 Thread Soren Stoutner
On Tuesday, November 26, 2024 12:23:00 PM MST Soren Stoutner wrote: > On Tuesday, November 26, 2024 3:17:45 AM MST Jochen Sprickerhof wrote: > > Hi Soren, > > > > * Soren Stoutner [2024-11-25 16:57]: > > >I am not able to get the example unshare .sbuildrc to work with piuparts. > > > > > >0m0.0s

Re: Misc Developer News (#60)

2024-11-26 Thread Soren Stoutner
On Tuesday, November 26, 2024 3:17:45 AM MST Jochen Sprickerhof wrote: > Hi Soren, > > * Soren Stoutner [2024-11-25 16:57]: > >I am not able to get the example unshare .sbuildrc to work with piuparts. > > > >0m0.0s DEBUG: Unpacking /home/soren/.cache/sbuild/unstable-amd64.tar.xz into > >/ tmp/tm

Re: Misc Developer News (#60)

2024-11-26 Thread Soren Stoutner
Johannes, On Monday, November 25, 2024 11:37:41 PM MST Johannes Schauer Marin Rodrigues wrote: > Hi, > > Quoting Soren Stoutner (2024-11-26 01:07:06) > > > I suppose I should note that I have made a few modifications to the example > > file because it wasn’t behaving as expected. Specifically,

Re: Misc Developer News (#60)

2024-11-26 Thread Jochen Sprickerhof
Hi Soren, * Soren Stoutner [2024-11-25 16:57]: I am not able to get the example unshare .sbuildrc to work with piuparts. 0m0.0s DEBUG: Unpacking /home/soren/.cache/sbuild/unstable-amd64.tar.xz into / tmp/tmplbhnn26l 0m0.0s DEBUG: Starting command: ['tar', '-C', '/tmp/tmplbhnn26l', '--auto- com

Re: Misc Developer News (#60)

2024-11-25 Thread Johannes Schauer Marin Rodrigues
Hi, Quoting Soren Stoutner (2024-11-26 01:07:06) > I suppose I should note that I have made a few modifications to the example > file because it wasn’t behaving as expected. Specifically, I disabled the > mmdebstgrap auto create because otherwise it was ignoring the tarball I had > created in the

Re: Misc Developer News (#60)

2024-11-25 Thread Soren Stoutner
On Monday, November 25, 2024 4:57:50 PM MST Soren Stoutner wrote: > On Saturday, November 23, 2024 2:20:45 PM MST Philipp Kern wrote: > > The news are collected on https://wiki.debian.org/DeveloperNews > > Please contribute short news about your work/plans/subproject. > > > > In this issue: > > +

Re: Misc Developer News (#60)

2024-11-25 Thread Soren Stoutner
On Saturday, November 23, 2024 2:20:45 PM MST Philipp Kern wrote: > The news are collected on https://wiki.debian.org/DeveloperNews > Please contribute short news about your work/plans/subproject. > > In this issue: > > + Debian buildds are using sbuild with unshare now > + sbuild chroot manage

Re: Misc Developer News (#60)

2024-11-25 Thread Soren Stoutner
On Monday, November 25, 2024 10:37:39 AM MST Chris Hofstaedtler wrote: > > the extension (.tar.xz, .tar.gz or plain .tar, etc). As of May 2024, ZST > > seems to provide the best size/time ratio. It certainly is the fastest on a > > Dell> > > Precision 3800M, 16GB RAM, on an SSD drive (a computer

Re: Misc Developer News (#60)

2024-11-25 Thread Chris Hofstaedtler
* Soren Stoutner [241125 18:30]: > > > In principle, unshare mode can also work with directories. Helmut is > working > > > on something in that direction. But for me personally, one second of > unpack > > > time is not enough of a motivation for me to put time into > > > directory+overlayfs sup

Re: Misc Developer News (#60)

2024-11-25 Thread Soren Stoutner
On Sunday, November 24, 2024 7:06:06 PM MST Sean Whitton wrote: > On Sun 24 Nov 2024 at 07:53am +01, Johannes Schauer Marin Rodrigues wrote: > > Hi, > > > > Quoting Sean Whitton (2024-11-24 01:23:24) > > > >> This is interesting. One concern I have is speed -- isn't it always slower > >> to hav

Re: Misc Developer News (#60)

2024-11-25 Thread Emanuele Rocca
Hi, On 2024-11-24 08:23, Sean Whitton wrote: > This is interesting. One concern I have is speed -- isn't it always > slower to have to unpack a tarball before the build instead of having a > chroot under /srv/chroot that's always unpacked? Other than the speed of tarball unpacking, which as Joha

Re: Misc Developer News (#60)

2024-11-24 Thread Sean Whitton
Hello, On Sun 24 Nov 2024 at 07:53am +01, Johannes Schauer Marin Rodrigues wrote: > Hi, > > Quoting Sean Whitton (2024-11-24 01:23:24) >> This is interesting. One concern I have is speed -- isn't it always slower >> to have to unpack a tarball before the build instead of having a chroot under >>

Re: Misc Developer News (#60)

2024-11-24 Thread Marco d'Itri
On Nov 24, Sean Whitton wrote: > This is interesting. One concern I have is speed -- isn't it always > slower to have to unpack a tarball before the build instead of having a > chroot under /srv/chroot that's always unpacked? People who feel this is a problem can try my super fast fork of pbuild

Re: Misc Developer News (#60)

2024-11-23 Thread Johannes Schauer Marin Rodrigues
Hi, Quoting Sean Whitton (2024-11-24 01:23:24) > This is interesting. One concern I have is speed -- isn't it always slower > to have to unpack a tarball before the build instead of having a chroot under > /srv/chroot that's always unpacked? that is correct. Unpacking a tarball takes time. Havin

Re: Misc Developer News (#60)

2024-11-23 Thread Sean Whitton
Hello, On Sat 23 Nov 2024 at 10:20pm +01, Philipp Kern wrote: > sbuild chroot manager for unshare backend users > --- > > After installing sbuild 0.87.0 or later from unstable, you can now build > packages without any additional setup. With an empty ~

Re: Misc Developer News (#59)

2023-11-22 Thread Donald Norwood
Hi Paul, Original Message Subject: Re: Misc Developer News (#59) From: Paul Gevers To: Donald Norwood , Philipp Kern Cc: debian-devel@lists.debian.org Date: 11/22/2023 More likely you need to do this signing of the mail differently. d-d-a is picky on accepting messages

Re: Misc Developer News (#59)

2023-11-22 Thread Paul Gevers
Hi, On 22-11-2023 12:21, Donald Norwood wrote: The new attempt is a fresh email to d-d-a via cut and paste from the original email with the 1 correction that was needed. The email for some reason seems to be in d-d-a and d-d limbo, so I think we await the next cron run. More likely you need

Re: Misc Developer News (#59)

2023-11-22 Thread Donald Norwood
Hi Philipp! Original Message Subject: Re: Misc Developer News (#59) From: Philipp Kern To: Donald Norwood Cc: debian-devel@lists.debian.org Date: 11/22/2023 Hi Donald, On 2023-11-22 03:17, Donald Norwood wrote: The news are collected on https://wiki.debian.org

Re: Misc Developer News (#59)

2023-11-22 Thread Philipp Kern
Hi Donald, On 2023-11-22 03:17, Donald Norwood wrote: The news are collected on https://wiki.debian.org/DeveloperNews Please contribute short news about your work/plans/subproject. Thanks for posting this, but it looks like you crafted this email as a reply, which means it got automatically r

Misc Developer News (#59)

2023-11-21 Thread Donald Norwood
The news are collected on https://wiki.debian.org/DeveloperNews Please contribute short news about your work/plans/subproject. In this issue: + britney option enabled to look at tests.reproducible-builds.org + reportbug and ftp.d.o/release.d.o/wnpp pseudo-packages + non-free-firmware is now au

Bug#1025291: ITP: libnginx-mod-http-set-misc -- Extended rewrite directives module for Nginx

2022-12-01 Thread Jérémy Lal
Package: wnpp Severity: wishlist Owner: Jérémy Lal X-Debbugs-Cc: debian-devel@lists.debian.org, Debian Nginx Maintainers * Package name: libnginx-mod-http-set-misc Version : 0.33 Upstream Author : Yichun "agentzh" Zhang (章亦春) agen...@gmail.com * URL

Re: Misc Developer News (#58)

2022-12-01 Thread Paul Wise
On Thu, 2022-12-01 at 11:42 +0100, Bastian Venthur wrote: > I wonder if there's an easy fix here, like a new version of anacron that > adds a check for this particular issue, offering to fix it during > upgrade of the package. It is hard to tell the difference between an affected system and one

Re: Misc Developer News (#58)

2022-12-01 Thread Bastian Venthur
On 01.12.22 10:03, Paul Wise wrote: On Fri, 2022-11-25 at 12:46 +0100, Bastian Venthur wrote: On 21.11.22 00:18, Paul Wise wrote: anacron might be disabled if 2.3-33 was ever installed [...] I'm having trouble assessing the severity of the situation. Is more or less everyone affected who uses

Re: Misc Developer News (#58)

2022-12-01 Thread Paul Wise
On Fri, 2022-11-25 at 12:46 +0100, Bastian Venthur wrote: > On 21.11.22 00:18, Paul Wise wrote: > > anacron might be disabled if 2.3-33 was ever installed > [...] > I'm having trouble assessing the severity of the situation. Is more or > less everyone affected who uses unstable? If yes, how do we

Re: Misc Developer News (#58)

2022-11-25 Thread Bastian Venthur
On 21.11.22 00:18, Paul Wise wrote: [...] anacron might be disabled if 2.3-33 was ever installed -- If you run Debian testing/unstable and ever installed anacron 2.3-33 on a systemd based system, then anacron will no longer be enabled and t

Re: Misc Developer News (#58)

2022-11-24 Thread Marian Brockerhoff
remove me from the email list please regards, On Mon, Nov 21, 2022 at 12:19 AM Paul Wise wrote: > The news are collected on https://wiki.debian.org/DeveloperNews > Please contribute short news about your work/plans/subproject. > > In this issue: > + anacron might be disabled if 2.3-33 was ever

Bug#998905: ITP: scikit-misc -- Miscellaneous tools for scientific computing

2021-11-09 Thread Diane Trout
Package: wnpp Severity: wishlist Owner: Diane Trout X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: scikit-misc Version : 0.1.4 Upstream Author : Hassan Kibirige * URL : https://github.com/has2k1/scikit-misc * License : BSD with non-endorsement

Bug#906069: ITP: ogon-apps -- Utilities and misc libraries for ogon

2018-08-13 Thread Mike Gabriel
Programming Lang: C++ Description : Utilities and misc libraries for ogon The ogon project is an open source driven collection of services and tools mainly written in C/C++ that provide graphical remote access to Linux desktop sessions using the Remote Desktop Protocol (RDP). It supports most

Re: Misc Developer News (#45)

2018-02-25 Thread Paul Wise
Paul Wise wrote: > [3] https://salsa.debian.org/kgb-team/kg Apologies for mangling it, the URL should have been: https://salsa.debian.org/kgb-team/kgb/wikis/usage -- bye, pabs https://wiki.debian.org/PaulWise signature.asc Description: This is a digitally signed message part

Re: Windows viruses in Debian email packages [from Misc Developer News (#44)]

2017-08-05 Thread Paul Wise
On Sat, Aug 5, 2017 at 10:03 AM, Steve Robbins wrote: > The news item doesn't specify what to do after scanning, but the referenced > bug requests removal of the offending material. Personally I would recommend removal, especially since most (but not all) malware is not DFSG-free. If the malware

Re: Windows viruses in Debian email packages [from Misc Developer News (#44)]

2017-08-05 Thread Simon McVittie
On Sat, 05 Aug 2017 at 09:03:12 -0500, Steve Robbins wrote: > The news bit refers to "test corpus", so removal would presumably not change > the output. But I have to wonder: are there not cases where the malware is > present for *training* a detection system? If so, I would imagine removal >

Re: Windows viruses in Debian email packages [from Misc Developer News (#44)]

2017-08-05 Thread Steve Robbins
On Friday, August 4, 2017 12:35:04 PM CDT Paul Wise wrote: > Windows viruses in Debian email packages > > > Sometimes[6] upstreams of email related packages include live Windows > viruses/malware in their test corpus, either by accident or on purpose, >

Bug#843718: ITP: golang-github-tideland-golib -- collection of misc Go packages

2016-11-08 Thread Jordi Mallach
Package: wnpp Severity: wishlist Owner: Jordi Mallach * Package name: golang-github-tideland-golib Version : 4.12.0-1 Upstream Author : Frank Mueller * URL : https://github.com/tideland/golib * License : BSD-3-clause Programming Lang: Go Description :

Re: Misc Developer News (#42)

2016-10-17 Thread Holger Levsen
Hi & sorry for the noise. Upon re-reading when replying I realized I didnt have anything to add/ask and then failed to cancel sending… To add some signal. I'll just say: Thanks for these developer news! -- cheers, Holger signature.asc Description: Digital signature

Re: Misc Developer News (#42)

2016-10-17 Thread Holger Levsen
On Mon, Oct 17, 2016 at 09:53:21AM +0800, Paul Wise wrote: > The news are collected on https://wiki.debian.org/DeveloperNews > Please contribute short news about your work/plans/subproject. > > In this issue: >  + git-series: track changes to a patch series over time >  + PHP licence applicability

Re: Misc Developer News (#41)

2016-06-19 Thread Hideki Yamane
On Sun, 19 Jun 2016 07:57:11 +0200 Sven Joachim wrote: > The 29MB is the size of the packages which debootstrap downloaded. Run > du -sh /srv/chroot/sid/var/cache/apt/archives. Aha, thanks, I understand. And I hope Debian will become more slim like alpine :) http://www.alpinelinux.org/downl

Re: Misc Developer News (#41)

2016-06-18 Thread Sven Joachim
On 2016-06-19 12:18 +0900, Hideki Yamane wrote: > On Mon, 6 Jun 2016 17:03:38 +0200 > Julien Cristau wrote: >> `init` no longer required >> - > (snip) >> For unstable as of 2016-06-05 this change reduced the size of binary >> packages to install from 33MB to 29MB for the

Re: Misc Developer News (#41)

2016-06-18 Thread Hideki Yamane
Hi, On Mon, 6 Jun 2016 17:03:38 +0200 Julien Cristau wrote: > `init` no longer required > - (snip) > For unstable as of 2016-06-05 this change reduced the size of binary > packages to install from 33MB to 29MB for the `minbase` variant. I've created chroot with --varia

Bug#813971: ITP: fuel-library -- misc utilities for fuel

2016-02-06 Thread Thomas Goirand
Lang: Python Description : misc utilities for fuel Fuel is an open source deployment and management tool for OpenStack. Developed as an OpenStack community effort, it provides an intuitive, GUI-driven experience for deployment and management of OpenStack, related community projects and

Re: Misc Developer News (#38)

2015-03-29 Thread Paul Wise
On Sat, Mar 28, 2015 at 7:48 AM, Hideki Yamane wrote: > How about check and warn it with watch and lintian? > > e.g. https://qa.debian.org/cgi-bin/watch?pkg=mecab was hosted in Google Code, > and if so, warn "hosted site will be closed (January 25th, 2016)" with > Packages overview and lintian

Re: Misc Developer News (#38)

2015-03-28 Thread Alexandre Detiste
> Paul Wise wrote: > > Will be on d-d-a when the next DevNews is posted: > > > > https://wiki.debian.org/DeveloperNews#Google_Code_closing > > How about check and warn it with watch and lintian? > > e.g. https://qa.debian.org/cgi-bin/watch?pkg=mecab was hosted in Google Code, > and if so, wa

Re: Misc Developer News (#38)

2015-03-27 Thread Hideki Yamane
On Fri, 13 Mar 2015 11:05:47 +0800 Paul Wise wrote: > Will be on d-d-a when the next DevNews is posted: > > https://wiki.debian.org/DeveloperNews#Google_Code_closing How about check and warn it with watch and lintian? e.g. https://qa.debian.org/cgi-bin/watch?pkg=mecab was hosted in Google Cod

Re: Misc Developer News (#38)

2015-03-13 Thread Philipp Kern
On Tue, Mar 10, 2015 at 07:51:35PM -0700, Russ Allbery wrote: > Launchpad exists as code for self-hosting. > > https://dev.launchpad.net/Getting > > Setting it up is a little like trying to set up dak yourself: it's > possible, and people have done it, but it's not common, so it's not > painl

Re: Misc Developer News (#38)

2015-03-12 Thread Paul Wise
On Fri, Mar 13, 2015 at 9:06 AM, Bernd Zeimetz wrote: > And google code: > > http://google-opensource.blogspot.fr/2015/03/farewell-to-google-code.html I should have waited a few more days :( Will be on d-d-a when the next DevNews is posted: https://wiki.debian.org/DeveloperNews#Google_Code_clos

Re: Misc Developer News (#38)

2015-03-12 Thread Bernd Zeimetz
On 10.03.2015 04:54, Paul Wise wrote: Gitorious and Codehaus closing -- And google code: http://google-opensource.blogspot.fr/2015/03/farewell-to-google-code.html -- Bernd ZeimetzDebian GNU/Linux Developer http://bzed.de

Re: Misc Developer News (#38)

2015-03-12 Thread Jonas Smedegaard
Quoting Russ Allbery (2015-03-11 03:51:35) > Jonas Smedegaard writes: > >> I don't know all those services, but would be surprised if e.g. >> launchpad exists as code for self-hosting. Don't get me wrong: I >> would be _happy_ to stand corrected! > > Launchpad exists as code for self-hosting. >

Re: Misc Developer News (#38)

2015-03-10 Thread Russ Allbery
Jonas Smedegaard writes: > I don't know all those services, but would be surprised if e.g. > launchpad exists as code for self-hosting. Don't get me wrong: I would > be _happy_ to stand corrected! Launchpad exists as code for self-hosting. https://dev.launchpad.net/Getting Setting it up i

Re: vcs-lint (was Re: Misc Developer News (#38))

2015-03-10 Thread Paul Wise
On Tue, Mar 10, 2015 at 10:28 PM, Jonathan Dowland wrote: > On Tue, Mar 10, 2015 at 06:51:21PM +0800, Paul Wise wrote: >> git tags not pushed to all remotes: > > Currently vcs-lint does this for origin only but I agree a check for all > remotes would be useful, Great :) >> git commit/tag signing

Re: Misc Developer News (#38)

2015-03-10 Thread Jonas Smedegaard
Quoting Johannes Schauer (2015-03-10 14:43:22) > Quoting Paul Wise (2015-03-10 11:53:35) >> There are many options that could be used, for example fusionforge, >> kallithea, gitolite, girocco, allura, launchpad, redmine etc. > > since I'm also affected by the closing of gitorious, I thought this

vcs-lint (was Re: Misc Developer News (#38))

2015-03-10 Thread Jonathan Dowland
On Tue, Mar 10, 2015 at 06:51:21PM +0800, Paul Wise wrote: > I have the following VCS related items on the TODO list for c-a-a-t, > if you would like to add those to vcs-lint get it into Debian, I would > be very glad to add a check for it to c-a-a-t. Cool, I need to look at these more thoroughly,

Re: Gitorious; check-all-the-things (was: Re: Misc Developer News (#38))

2015-03-10 Thread Andreas Tille
On Tue, Mar 10, 2015 at 10:07:38PM +0800, Paul Wise wrote: > On Tue, Mar 10, 2015 at 8:37 PM, Dominique Dumont wrote: > > > I've also worked on a way to improve licensecheck2dep5 (without knowing > > about > > license-reconcile). > > It might be interesting to consolidate these three tools or ch

Re: Gitorious; check-all-the-things (was: Re: Misc Developer News (#38))

2015-03-10 Thread Paul Wise
On Tue, Mar 10, 2015 at 8:37 PM, Dominique Dumont wrote: > I've also worked on a way to improve licensecheck2dep5 (without knowing about > license-reconcile). It might be interesting to consolidate these three tools or choose the best one and delete the others. -- bye, pabs https://wiki.debian

Re: Misc Developer News (#38)

2015-03-10 Thread Mattia Rizzolo
On Tue, Mar 10, 2015 at 06:53:35PM +0800, Paul Wise wrote: > On Tue, 2015-03-10 at 11:54 +0800, Paul Wise wrote: > > > Gitorious and Codehaus closing > > -- > > I forgot to mention that it would be a good idea to discuss using free > repository hosting tools with your

Re: Misc Developer News (#38)

2015-03-10 Thread Johannes Schauer
Hi, Quoting Paul Wise (2015-03-10 11:53:35) > There are many options that could be used, for example fusionforge, > kallithea, gitolite, girocco, allura, launchpad, redmine etc. since I'm also affected by the closing of gitorious, I thought this would be the best time to move all my code to a DFS

Re: Gitorious; check-all-the-things (was: Re: Misc Developer News (#38))

2015-03-10 Thread Dominique Dumont
On Tuesday 10 March 2015 11:25:22 Jonas Smedegaard wrote: > license-reconcile began, I believe, as a fork of licensecheck2dep5.. I > have not yet figured out how to actually use license-reconcile - it may > be far superior on all fronts, you'll have to consult its author about > that. I've als

Re: Misc Developer News (#38)

2015-03-10 Thread Paul Wise
On Tue, 2015-03-10 at 11:54 +0800, Paul Wise wrote: > Gitorious and Codehaus closing > -- I forgot to mention that it would be a good idea to discuss using free repository hosting tools with your upstream developers and link to this: http://mako.cc/writing/hill-free_t

Re: Misc Developer News (#38)

2015-03-10 Thread Paul Wise
On Tue, Mar 10, 2015 at 6:25 PM, Jonathan Dowland wrote: > Sounds cool. It could wrap vcs-lintı, not yet in Debian: I filed a bug > to add it to devscripts 3 years ago², which has not yet had a response, > but the tool has languished largely since then. I've recently started to > give it some more

Re: Gitorious; check-all-the-things (was: Re: Misc Developer News (#38))

2015-03-10 Thread Paul Wise
On Tue, Mar 10, 2015 at 6:25 PM, Jonas Smedegaard wrote: > Quoting Paul Wise (2015-03-10 10:50:08) >> On Tue, 2015-03-10 at 08:53 +0100, Axel Beckert wrote: >>> I'm missing license-reconcile here which checks licensecheck's output >>> against debian/copyright (and seems to can do some more stuff).

Re: Misc Developer News (#38)

2015-03-10 Thread Jonathan Dowland
On Tue, Mar 10, 2015 at 11:54:52AM +0800, Paul Wise wrote: > If you know of a tool in Debian it could wrap, please commit a > checker, send a patch or a link. If you know of a tool not yet in Debian > it could wrap, please package the tool and or send a link. You can ask > questions about it on

Re: Gitorious; check-all-the-things (was: Re: Misc Developer News (#38))

2015-03-10 Thread Jonas Smedegaard
Quoting Paul Wise (2015-03-10 10:50:08) > On Tue, 2015-03-10 at 08:53 +0100, Axel Beckert wrote: >> I'm missing license-reconcile here which checks licensecheck's output >> against debian/copyright (and seems to can do some more stuff). > > There is licensecheck2dep5 in cdbs but I doubt that is a

Re: Gitorious; check-all-the-things (was: Re: Misc Developer News (#38))

2015-03-10 Thread Paul Wise
On Tue, 2015-03-10 at 08:53 +0100, Axel Beckert wrote: > Codehaus already has a horribly slow main page... Never really heard > of them before, though. (I'm always thinking of Spamhaus when reading > its name. :-) Searching my mailing list archives, Java projects seem to like them. > Sounds like

Gitorious; check-all-the-things (was: Re: Misc Developer News (#38))

2015-03-10 Thread Axel Beckert
Hi Paul, me again. ;-) Paul Wise wrote: > Gitorious and Codehaus closing > -- > > Both and Gitorious and Codehaus are closing soon. Gitorious will[1] shut > down at the end of May and Codehaus will[2] be removing projects from > April 2nd onwards (most around May 1

Re: enforced systemd services (was: Misc Developer News (#37))

2014-11-25 Thread Marco d'Itri
On Nov 25, Arturo Borrero Gonzalez wrote: > Is there a Debian-specific policy on how to apply these directives? We are working on one, but the general idea is "please enable as many security features as feasible". :-) -- ciao, Marco pgpfFub5bB57R.pgp Description: PGP signature

Re: enforced systemd services (was: Misc Developer News (#37))

2014-11-25 Thread Toni Mueller
Hi Marc, On Tue, Nov 25, 2014 at 10:54:39AM +0100, Marc Haber wrote: > On Tue, 25 Nov 2014 10:04:06 +0100, Arturo Borrero Gonzalez > wrote: > >On 25 November 2014 at 02:22, Paul Wise wrote: > >> [13] http://0pointer.net/public/systemd-nluug-2014.pdf > >This seems pretty interesting. > > Inde

Re: enforced systemd services (was: Misc Developer News (#37))

2014-11-25 Thread Marc Haber
On Tue, 25 Nov 2014 10:04:06 +0100, Arturo Borrero Gonzalez wrote: >On 25 November 2014 at 02:22, Paul Wise wrote: >> >> Making packages secure with systemd service files >> - >> >> Packagers of Debian software, who are needing to create systemd se

enforced systemd services (was: Misc Developer News (#37))

2014-11-25 Thread Arturo Borrero Gonzalez
On 25 November 2014 at 02:22, Paul Wise wrote: > > Making packages secure with systemd service files > - > > Packagers of Debian software, who are needing to create systemd service > files would benefit from learning from Lennart Poettering's recen

Re: Misc Developer News (#35)

2014-05-28 Thread Jonas Smedegaard
Quoting Thomas Goirand (2014-05-28 10:20:44) > On 05/27/2014 03:08 PM, Jose Luis Rivas wrote: > > I've seen the issue with people sending me emails using Thunderbird in > > Windows, never from another OS > > I had the issue myself (and I'm not a Windows user, using Debian > stable on my laptop...

Re: Misc Developer News (#35)

2014-05-28 Thread Thomas Goirand
On 05/27/2014 03:08 PM, Jose Luis Rivas wrote: > I've seen the issue with people sending me emails using Thunderbird in > Windows, never from another OS I had the issue myself (and I'm not a Windows user, using Debian stable on my laptop...), but switching everything away from html (all options, a

Re: Misc Developer News (#35)

2014-05-27 Thread Jose Luis Rivas
On 27/05/14, 05:41pm, Bastian Venthur wrote: > On 27.05.2014 11:47, Paul Wise wrote: > > [...] > > > Common mistakes with OpenPGP keys in Debian > > --- > > > > Jo Shields reported[6] on common mistakes that Debian members and > > contributors are making

Re: Misc Developer News (#35)

2014-05-27 Thread Bastian Venthur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27.05.2014 11:47, Paul Wise wrote: [...] > Common mistakes with OpenPGP keys in Debian > --- > > Jo Shields reported[6] on common mistakes that Debian members and > contributors are making with their Open

Re: Misc Developer News (#30)

2012-08-19 Thread Samuel Kerr
On 8/18/12, Paul Wise wrote: > The news are collected on http://wiki.debian.org/DeveloperNews > Please contribute short news about your work/plans/subproject. > > In this issue: > + Report from DSA Team Sprint > + Using RAM for temporary files ? > + Control Commands at sub...@bugs.debian.org ti

Re: Misc Developer News (#30)

2012-08-19 Thread Don Armstrong
On Sun, 19 Aug 2012, Vincent Danjean wrote: > Le 18/08/2012 12:47, Paul Wise a écrit : > > Control Commands at sub...@bugs.debian.org time > > --- > > > > You can now use control commands at sub...@bugs.debian.org time in the > > pseudo-headers. > >

Re: Misc Developer News (#30)

2012-08-19 Thread Paul Wise
On Sun, Aug 19, 2012 at 7:12 AM, Vincent Danjean wrote: > Does this mean that it will be possible to improve reportbug so > that it will be possible to automaticcaly subscribe a bug when > reporting it? Anyone already working on it? Subscribing to bugs does not use the control bot, so I'm not s

Re: Misc Developer News (#30)

2012-08-19 Thread Vincent Danjean
Le 19/08/2012 01:17, Sandro Tosi a écrit : > On Sun, Aug 19, 2012 at 1:12 AM, Vincent Danjean wrote: >> Hi, >> >> Le 18/08/2012 12:47, Paul Wise a écrit : >>> Control Commands at sub...@bugs.debian.org time >>> --- >>> >>> You can now use control comm

Re: Misc Developer News (#30)

2012-08-18 Thread Sandro Tosi
On Sun, Aug 19, 2012 at 1:12 AM, Vincent Danjean wrote: > Hi, > > Le 18/08/2012 12:47, Paul Wise a écrit : >> Control Commands at sub...@bugs.debian.org time >> --- >> >> You can now use control commands at sub...@bugs.debian.org time in the >> pseud

Re: Misc Developer News (#30)

2012-08-18 Thread Vincent Danjean
Hi, Le 18/08/2012 12:47, Paul Wise a écrit : > Control Commands at sub...@bugs.debian.org time > --- > > You can now use control commands at sub...@bugs.debian.org time in the > pseudo-headers. Does this mean that it will be possible to improve r

Bug#671499: ITP: tdiary-contrib -- Misc plugins and utilities for tDiary

2012-05-04 Thread Taku YASUI
Package: wnpp Severity: wishlist Owner: Taku YASUI * Package name: tdiary-contrib Version : 20120504 Upstream Author : TADA Tadashi * URL : http://www.tdiary.org/ * License : GPL Programming Lang: Ruby Description : Misc plugins and utilities for

Re: Misc Developer News (#24)

2011-02-04 Thread Goswin von Brederlow
Stefano Zacchiroli writes: > On Wed, Feb 02, 2011 at 04:13:55PM +, Philipp Kern wrote: >> > http://wiki.debian.org/HowToRelease >> > (which has not been edited since 2009) >> If you start linking to the wiki, take the right page: >> http://wiki.debian.org/ReleaseTimetable > > Can the other pa

Re: Misc Developer News (#24)

2011-02-02 Thread Philipp Kern
On 2011-02-01, Simon Paillard wrote: > On Tue, Feb 01, 2011 at 10:34:48PM +0100, Alexander Reichle-Schmehl wrote: >> * Goswin von Brederlow [110201 21:29]: >> > > squeeze release live microblogging >> [..] >> > Is there a ToDo list of things that need to happen during the release >> > process, id

Re: Misc Developer News (#24)

2011-02-01 Thread Simon Paillard
On Tue, Feb 01, 2011 at 10:34:48PM +0100, Alexander Reichle-Schmehl wrote: > * Goswin von Brederlow [110201 21:29]: > > > squeeze release live microblogging > [..] > > Is there a ToDo list of things that need to happen during the release > > process, idealy with ETAs? Something that gives an overv

Re: Misc Developer News (#24)

2011-02-01 Thread Alexander Reichle-Schmehl
Hi! * Goswin von Brederlow [110201 21:29]: > > squeeze release live microblogging [..] > Is there a ToDo list of things that need to happen during the release > process, idealy with ETAs? Something that gives an overview without the > distractions of funny and otherwise interesting facts about De

Re: Misc Developer News (#24)

2011-02-01 Thread Goswin von Brederlow
Paul Wise writes: > squeeze release live microblogging > -- > > The Debian squeeze release will be live microblogged[4] to Debian's > identica account[5]. Several steps of the release process are quite long > and boring, so these quiet periods will be filled wit

Re: Misc Developer News (#24)

2010-12-06 Thread Sune Vuorela
On 2010-11-07, Paul Wise wrote: > On Sun, Nov 7, 2010 at 12:38 PM, Simon Ruggier wrote: > >> Has anyone considered patching the screenshot tools of GNOME or KDE to >> include support for automating the process of submitting to >> screenshots.debian.org? It would almost certainly cause a big incre

Re: Misc Developer News (#24)

2010-11-17 Thread The Fungi
On Wed, Nov 17, 2010 at 12:21:38PM +0100, Andreas Tille wrote: [...] > To some extend the problem also exists for several command line > applications. [...] > To implement this idea we should probably define a reasonable > default xterm to get some consistency and put this information in > the usag

Re: Misc Developer News (#24)

2010-11-17 Thread Josselin Mouette
Le mercredi 17 novembre 2010 à 12:34 +, Sune Vuorela a écrit : > On 2010-11-17, Paul Wise wrote: > > Some libraries warrant screenshots (GTK+, Qt for example). > > I don't really see why these packages warrants screenshots. their look > is fully dependant on the chosen style (and the two ment

Re: Misc Developer News (#24)

2010-11-17 Thread Sune Vuorela
On 2010-11-17, Andreas Tille wrote: > This argument is true for any application using GTK+ or Qt - would you > conclude that also in this case a screenshot is not warranted? IMHO No. e.g. seenig the layout of a editor, the structure of a IDE, the appearance of a instant message program, ... /Su

screenshots.d.n (was: Misc Developer News (#24))

2010-11-17 Thread Simon Paillard
On Wed, Nov 17, 2010 at 01:45:22PM +0100, Andreas Tille wrote: > On Wed, Nov 17, 2010 at 07:14:41PM +0800, Paul Wise wrote: > > Currently packages.d.o does not know if a package has a screenshot or > > not. To do that it would need to regularly download the screenshots > > metadata and make use of

Re: Misc Developer News (#24)

2010-11-17 Thread Andreas Tille
On Wed, Nov 17, 2010 at 12:34:54PM +, Sune Vuorela wrote: > > Some libraries warrant screenshots (GTK+, Qt for example). > > I don't really see why these packages warrants screenshots. their look > is fully dependant on the chosen style (and the two mentioned, GTK+ and > Qt can actually look e

Re: Misc Developer News (#24)

2010-11-17 Thread Andreas Tille
On Wed, Nov 17, 2010 at 07:14:41PM +0800, Paul Wise wrote: > Currently packages.d.o does not know if a package has a screenshot or > not. To do that it would need to regularly download the screenshots > metadata and make use of it. Patches welcome if anyone wants to > implement it. I have no idea

Re: Misc Developer News (#24)

2010-11-17 Thread Sune Vuorela
On 2010-11-17, Paul Wise wrote: > On Wed, Nov 17, 2010 at 6:10 PM, Toni Mueller wrote: > >> I guess the majority of packages don't lend themselves to have a >> screenshot. All libraries, and many daemons, come to mind. Would it be >> possible to exclude the screenshot feature for such packages? I

Re: Misc Developer News (#24)

2010-11-17 Thread Andreas Tille
On Wed, Nov 17, 2010 at 06:42:49PM +0800, Paul Wise wrote: > Some libraries warrant screenshots (GTK+, Qt for example). The Debian Pure Blends web sentinel has this screenshot feature for some time and we stumbled upon the same question (without having a reasonable solution). To some extend the p

  1   2   3   4   5   >