Penguin
Diff: dh_installdebconf(1)
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of dh_installdebconf(1).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, March 24, 2004 1:27:12 pm by CraigBox
Older page: version 1 Last edited on Tuesday, June 4, 2002 12:21:54 am by perry Revert
@@ -1,87 +1,41 @@
-DH_INSTALLDEBCONF  
-!!!DH_INSTALLDEBCONF  
-NAME  
-SYNOPSIS  
-DESCRIPTION  
-LOCALIZED TEMPLATE FILES  
-OPTIONS  
-SEE ALSO  
-AUTHOR  
-----  
 !!NAME 
-  
  
 dh_installdebconf - install files used by debconf in package build directories 
+  
 !!SYNOPSIS 
  
+__dh_installdebconf__ [[''debhelper options''] [[__-n__] [[__--__ ''params'']  
  
-__dh_installdebconf__ [[''debhelper options'']  
-[[__-n__] [[__--__ ''params'']  
 !!DESCRIPTION 
  
+dh_installdebconf is a debhelper program that is responsible for installing files used by the debconf package into package build directories.  
  
-dh_installdebconf is a debhelper program that is responsible  
- for installing files used by the debconf package into  
-package build directories
+It also automatically generates the postrm commands needed to interface with debconf. See '' dh_installdeb''(1) for an explanation of how that works
  
+Files named debian/package.config and debian/package.templates are installed into the DEBIAN directory in the package build directory.  
  
-It also automatically generates the postrm commands needed  
-to interface with debconf. See ''dh_installdeb'' (1 ) for  
-an explanation of how that works
+Note that if you use debconf, your package probably needs to depend on it (it will be added to ${misc:Depends by this program ). 
  
-  
-Files named debian/package.config and  
-debian/package.templates are installed into the  
-DEBIAN directory in the package build  
-directory.  
-  
-  
-Note that if you use debconf, your package probably needs to  
-depend on it (it will be added to ${misc:Depends by this  
-program).  
 !!LOCALIZED TEMPLATE FILES 
  
+Debconf also supports localized template files, and this program has some support to aid working with them. You may find it easiest to keep the translations in separate files, and merge them only at build time. See ''debconf-mergetemplate''(1) and ''debconf-getlang''(1) for details.  
  
-Debconf also supports localized template files, and this  
-program has some support to aid working with them. You may  
-find it easiest to keep the translations in separate files,  
- and merge them only at build time. See  
-''debconf-mergetemplate''(1) and  
-''debconf-getlang''(1) for details
+This program will automatically call debconf-mergetemplate and merge templates on the fly if it finds your template files are accompanied by translated files that have the same name as the template file , with a dot and a locale name repended
  
+For example, if you have a German translation, debian/package.templates.de is merged with debian/package.templates.  
  
-This program will automatically call debconf-mergetemplate  
-and merge templates on the fly if it finds your template  
-files are accompanied by translated files that have the same  
-name as the template file, with a dot and a locale name  
-repended.  
-  
-  
-For example, if you have a German translation,  
-debian/package.templates.de is merged with  
-debian/package.templates.  
 !!OPTIONS 
  
+; __-n__, __--noscripts__ : Do not modify postrm script.  
  
-__-n__, __--noscripts__  
+; __-- __ ''params'' : Pass the params to debconf -mergetemplate.  
  
-  
-Do not modify postrm script.  
-  
-  
-__--__ ''params''  
-  
-  
-Pass the params to debconf-mergetemplate.  
 !!SEE ALSO 
-  
  
 debhelper(1) 
  
+This program is a part of debhelper.  
  
-This program is a part of debhelper.  
 !!AUTHOR 
-  
  
 Joey Hess 
-----  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.