|
Home > Archive > Linux Debian support > November 2007 > debian patch repository
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
debian patch repository
|
|
| Damjan 2007-11-25, 1:15 am |
| Is there a cvs (svn/git/???) repository where patches applied for debian
packages are kept?
For ex. I'd like to see what patches are applied to the ppp source.
--
damjan
| |
| Darren Salt 2007-11-25, 7:13 pm |
| I demand that Damjan may or may not have written...
> Is there a cvs (svn/git/???) repository where patches applied for debian
> packages are kept?
No single repository. There are package- and group-specific repositories
visible via http on hg.debian.org, git.debian.org and svn.debian.org;
coverage is far from complete.
> For ex. I'd like to see what patches are applied to the ppp source.
$ apt-get source ppp
$ lsdiff -z ppp_*.diff.gz
is probably easiest.
For 2.4.4rel-9, you'll find several lines matching
ppp-2.4.4rel/debian/patches/*, so you should look at the files in
ppp-2.4.4rel/debian/patches (i.e. in the source which apt-get helpfully
downloaded and unpacked).
--
| Darren Salt | linux or ds at | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Buy local produce. Try to walk or cycle. TRANSPORT CAUSES GLOBAL WARMING.
The future lies ahead.
| |
| Damjan 2007-11-26, 1:16 am |
| >> For ex. I'd like to see what patches are applied to the ppp source.
>
> $ apt-get source ppp
> $ lsdiff -z ppp_*.diff.gz
>
> is probably easiest.
>
> For 2.4.4rel-9, you'll find several lines matching
> ppp-2.4.4rel/debian/patches/*, so you should look at the files in
> ppp-2.4.4rel/debian/patches (i.e. in the source which apt-get helpfully
> downloaded and unpacked).
There's also extra/PATCHES/
Are all of these patches applied??
Even this debian/patches/ppp-2.3.11-oedod.dif ??
--
damjan
| |
| AJackson 2007-11-26, 7:17 am |
| On Nov 26, 3:46 am, Damjan <gdam...@gmail.com> wrote:
>
>
>
>
> There's also extra/PATCHES/
>
> Are all of these patches applied??
> Even this debian/patches/ppp-2.3.11-oedod.dif ??
Why don't you try to build the package, and you will see what patches
are used.
You got the source ;)
|
|
|
|
|