Re: substitution variables

2004-12-07 Thread Nico Golde
pends} > > During the package generation process, it may be advantageous for the > package generation process to generate or append to the list of substitution > variables. There's stock code within Debhelper to do it, for instance, so > any debhelper script can manipulate a

Re: substitution variables

2004-12-06 Thread Matthew Palmer
or append to the list of substitution variables. There's stock code within Debhelper to do it, for instance, so any debhelper script can manipulate a substvar if it wants to. The generated substitution variables are stored in a file called .substvars in the debian/ directory of your source tree. T

Re: substitution variables

2004-12-06 Thread Nico Golde
Hello Frank, * Frank Küster <[EMAIL PROTECTED]> [2004-12-06 19:52]: > Nico Golde <[EMAIL PROTECTED]> schrieb: > > dh_make genererated control files which usually include something > > like this: > > Depends: ${shlibs:Depends},${misc:Depends} > > Can someone explain me how these variables get subst

Re: substitution variables

2004-12-06 Thread =?iso-8859-1?q?Frank_K=FCster?=
Nico Golde <[EMAIL PROTECTED]> schrieb: > Hi, > dh_make genererated control files which usually include something > like this: > Depends: ${shlibs:Depends},${misc:Depends} > Can someone explain me how these variables get substituted? > Because i get this message if i build the package: > dpkg-genc

Re: substitution variables

2004-12-06 Thread Eugeniy Meshcheryakov
06.12.2004 Ð 15:31 +0100 Nico Golde ÑÐÐ(-ÐÐ): > Hi, > dh_make genererated control files which usually include something > like this: > Depends: ${shlibs:Depends},${misc:Depends} > Can someone explain me how these variables get substituted? > Because i get this message if i build the package: >

Re: substitution variables

2004-12-06 Thread martin f krafft
also sprach Nico Golde <[EMAIL PROTECTED]> [2004.12.06.1531 +0100]: > Depends: ${shlibs:Depends},${misc:Depends} > Can someone explain me how these variables get substituted? man dpkg-genchanges -- Please do not send copies of list mail to me; I read the list! .''`. martin f. krafft <[EMA

substitution variables

2004-12-06 Thread Nico Golde
Hi, dh_make genererated control files which usually include something like this: Depends: ${shlibs:Depends},${misc:Depends} Can someone explain me how these variables get substituted? Because i get this message if i build the package: dpkg-gencontrol: warning: unknown substitution variable ${shlibs