debian/0000755000000000000000000000000011756524762007205 5ustar debian/rules0000755000000000000000000000144211756524762010266 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # # Modified to make a template file for a multi-binary package with separated # build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS override_dh_install: dh_install cp $(CURDIR)/debian/sysconftoolize.1 \ $(CURDIR)/debian/sysconftool/usr/share/man/man1/sysconftoolize.1 %: dh $@ debian/compat0000644000000000000000000000000211756524762010403 0ustar 7 debian/patches/0000755000000000000000000000000011756524762010634 5ustar debian/patches/fix-spelling-errors.patch0000644000000000000000000000121011756524762015562 0ustar Subject: fix spelling error in sysconftool.7.in Author: Jan Dittberner --- a/sysconftool.7.in +++ b/sysconftool.7.in @@ -46,7 +46,7 @@ .SH "DESCRIPTION" .PP This manual page describes the format of configuration files installed by -\m[blue]\fB\fBsysconftool\fR(1)\fR\m[]\&\s-2\u[1]\d\s+2\&. This format is flexible enough to accomodate any kind of application configuration file format\&. +\m[blue]\fB\fBsysconftool\fR(1)\fR\m[]\&\s-2\u[1]\d\s+2\&. This format is flexible enough to accommodate any kind of application configuration file format\&. \fBsysconftool\fR makes four assumptions about the configuration file: .sp debian/patches/series0000644000000000000000000000003211756524762012044 0ustar fix-spelling-errors.patch debian/docs0000644000000000000000000000003211756524762010053 0ustar NEWS README testsuite.txt debian/watch0000644000000000000000000000007411756524762010237 0ustar version=3 http://sf.net/courier/ sysconftool-(.+)\.tar\.bz2 debian/sysconftoolize.10000644000000000000000000000075211756524762012365 0ustar .TH "SYSCONFTOOLIZE" "1" "22 January 2010" "Jan Dittberner" "" .SH NAME sysconftoolize \- add sysconftool support to your package .SH SYNOPSIS \fBsysconftoolize\fR .SH "DESCRIPTION" .PP \fBsysconftoolize\fR adds sysconftool to the package and modifies configure.in and Makefile.am .SH "SEE ALSO" .PP \fBsysconftool\fR(1), \fBsysconftool\fR(7)\&. .SH "AUTHOR" This manual page was written by Jan Dittberner for the Debian GNU/Linux System (but may be used by others). debian/changelog0000644000000000000000000000076411756524762011066 0ustar sysconftool (0.16-1) unstable; urgency=low * New upstream release * bump Standards-Version to 3.9.3 * debian/copyright: replace Author(s) with Author to fix Lintian error * add debian/patches/fix-spelling-errors.patch to fix spelling error in sysconftool.7.in -- Jan Dittberner Mon, 21 May 2012 22:47:38 +0200 sysconftool (0.15-1) unstable; urgency=low * Initial release (Closes: #566306) -- Jan Dittberner Fri, 22 Jan 2010 23:54:22 +0100 debian/copyright0000644000000000000000000000257511756524762011151 0ustar This work was packaged for Debian by: Jan Dittberner on Fri, 22 Jan 2010 18:16:38 +0100 It was downloaded from http://sourceforge.net/projects/courier/files/ Upstream Author: Sam Varshavchik Copyright: Copyright (C) 2000-2005 Sam Varshavchick License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License version 2 can be found in /usr/share/common-licenses/GPL-2 file. The Debian packaging is: Copyright (C) 2010 Jan Dittberner and is licensed under the GPL version 2 or (at your option) any later version. see `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000011756524762010505 5ustar debian/source/format0000644000000000000000000000001411756524762011713 0ustar 3.0 (quilt) debian/control0000644000000000000000000000153211756524762010611 0ustar Source: sysconftool Section: devel Priority: extra Maintainer: Jan Dittberner Build-Depends: debhelper (>= 7.0.50~), automake Standards-Version: 3.9.3 Homepage: http://www.courier-mta.org/sysconftool/ Vcs-Git: git://git.debian.org/git/collab-maint/sysconftool.git Vcs-Browser: http://git.debian.org/?p=collab-maint/sysconftool.git;a=summary Package: sysconftool Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} Description: development tool to install and update configuration files sysconftool is a development utility that helps to install application configuration files. sysconftool allows an existing application to be upgraded without losing the older version's configuration settings, but that's the advantage over plain dpkg upgrading, will add new configuration settings (and remove unneeded).