Hi Ilya. The easiest way to see packaging for a library (from an upstream apt source) is to run # This downloads the original source, debian specific patches, and a package description file $ apt-get source <pkgname> # this unpacks all of the files $ dpkg-source -x <pkgname>*.dsc
This produces a source directory with all of the packaging patches applied. There may be additional patches carried by the package in the debian directory with other packaging stuff. -nld On Wed, Feb 27, 2013 at 8:15 AM, Ilya Nelkenbaum <[email protected]> wrote: > On 2/27/2013 9:27 AM, Roland Dreier wrote: >> On Tue, Feb 26, 2013 at 11:22 PM, Ilya Nelkenbaum >> <[email protected]> wrote: >>> Does the libibumad that is installed in Debian synchronized with the >>> upstream version? >> >> I'm not sure what you're asking. At appropriate times, new upstream >> versions of software are added to various releases of the Debian >> distribution, but this is a (semi-) manual process. >> >> - R. >> > Hi Roland, > One more question: > > In order to support debian a "debian" directory has to be present in a > package dir > How it happens? and where I can see an example > > Thanks, > Ilya -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
