config-package-dev 4.9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News config-package-dev 4.9 (Default branch)
# 1  
Old 01-05-2009
config-package-dev 4.9 (Default branch)

config-package-dev is a system of CDBS modules forcreating Debian configuration packages: packagesthat configure an existing Debian system by usingdpkg-divert on configuration files. These modulesattempt to make the process of creatingconfiguration packages efficient by checking themd5sums of upstream configuration files that areto be modified and by automatically generating therelevant postinst code to perform the diversionsusing the standard debhelper mechanism.License: GNU General Public License (GPL)Changes:
This release fixes support for using DEB_TRANSFORM_FILES when building multiple configuration packages from a single source packages, improves error checking, and improves the in-package examples.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

Modify a config file during installation (package developing)

Hi, In the package I have a config file which after requesting some user input I need to modify accordingly. I created a build file in which I wrote the script to modify the config file (using sed command replace some parameters values with the ones read from user input) In prototype I... (1 Reply)
Discussion started by: potro
1 Replies
Login or Register to Ask a Question
CONFIGURE-DEBIAN(8)						      Debconf						       CONFIGURE-DEBIAN(8)

NAME
configure-debian - central configuration program for packages using debconf SYNOPSIS
configure-debian [options] DESCRIPTION
This program is meant to be a simple frontend to the dpkg-reconfigure program. Many new users who do not know about this program are unaware of how to return to the debconf configuration seen during package install. Others who do know about it often forget or do not know the package name of the program they want to reconfigure. This program is meant to address both of those issues. Note that this is not meant to be a complete configuration system! Debconf is a purposely simple system, and is not meant to solve all configuration needs. Still, it is very flexible and can accomplish a lot with relative ease. The advantage to using it rather than a tool such as linuxconf is that the distributed nature of Debian allows package maintainers to write their own configuration scripts specially tailored to both the program that they know very well and Debian itself. OPTIONS
-l --list List all packages initially, don't show them by section configure-debian accepts all the command line options for dpkg-reconfigure(1), and passes them along to it when it calls the program. See its manpapge for details on these options. SEE ALSO
dpkg-reconfigure(1) AUTHOR
David Nusinow <dnusinow@debian.org> 2005-08-09 CONFIGURE-DEBIAN(8)