Re: how to abtain only the debian directory of a package

2025-06-18 Thread Andrey Rakhmatullin
On Wed, Jun 18, 2025 at 12:51:28PM +0200, PICCA Frederic-Emmanuel wrote: debsnap Indeed, it is quite slow compare to apt source... Not to me. Make sure you are using it correctly, e.g. make sure you are specifying the version to download. -- WBR, wRAR signature.asc Description: PGP sign

Re: how to abtain only the debian directory of a package

2025-06-18 Thread PICCA Frederic-Emmanuel
> debsnap Indeed, it is quite slow compare to apt source... thanks Fred

Re: how to abtain only the debian directory of a package

2025-06-18 Thread Colin Watson
On Wed, Jun 18, 2025 at 11:59:11AM +0200, PICCA Frederic-Emmanuel wrote: Do we have a cli-tool whcih is an equivalent of apt source blabla=version, but connected by default to snapshot ? There's debsnap(1) in devscripts. -- Colin Watson (he/him) [cjwat...@debian.

Re: how to abtain only the debian directory of a package

2025-06-18 Thread Andrey Rakhmatullin
On Wed, Jun 18, 2025 at 11:59:11AM +0200, PICCA Frederic-Emmanuel wrote: ... and hope that they don't patch the upstream source directly. The purpose is not necessarely to build every packages already uploaded into Debian :). Just a few packages from testing/unstable in order to build backpor

Re: how to abtain only the debian directory of a package

2025-06-18 Thread PICCA Frederic-Emmanuel
> ... and hope that they don't patch the upstream source directly. The purpose is not necessarely to build every packages already uploaded into Debian :). Just a few packages from testing/unstable in order to build backports on the current stable or exceptionally oldstable. Maybe a solution wo

Re: how to abtain only the debian directory of a package

2025-06-18 Thread Andrey Rakhmatullin
On Wed, Jun 18, 2025 at 11:30:05AM +0200, Andreas Metzler wrote: So to start with, I just want to get the debian directory of the testing/unstable version of package. How can I get this without downloading a full debian source package ? Ther is no easy way for native packages (i.e. where th

Re: how to abtain only the debian directory of a package

2025-06-18 Thread Andreas Metzler
On 2025-06-18 PICCA Frederic-Emmanuel wrote: [...] > So to start with, I just want to get the debian directory of the > testing/unstable version of package. > How can I get this without downloading a full debian source package ? Ther is no easy way for native packages (i.e. where the source pa

how to abtain only the debian directory of a package

2025-06-18 Thread PICCA Frederic-Emmanuel
Hello, I would like to get only the debian directory of a package, in order to build locally a set of packages. My tools are for now, the dht programm from pkg-haskell-tools. This tool expect a flat directory organized like this p//debian It then create the dsc file from this and build all the