Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 26 |
Nodes: | 6 (0 / 6) |
Uptime: | 60:46:37 |
Calls: | 481 |
Files: | 1,072 |
Messages: | 96,083 |
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 ?
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 package
only consists of tarball and .dsc). For modern non-native 3.0 you can
simply unpack the debian.tar.xz, for older packages you'd need to
extract the files from diff.gz.
... and hope that they don't patch the upstream source directly.
Do we have a cli-tool whcih is an equivalent of apt source blabla=version, but connected by default to snapshot ?
... 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 would be to use snapshot in order to retrive the source packages.
Do we have a cli-tool whcih is an equivalent of apt source blabla=version, but connected by default to snapshot ?
debsnap
debsnap
Indeed,
it is quite slow compare to apt source...