From 7a5189e9bfbda83e815e0a96ba1fd75c8fd32016 Mon Sep 17 00:00:00 2001 From: Thomas Liske Date: Mon, 26 Sep 2011 14:44:24 +0000 Subject: [PATCH] Make apt-get default package manager and add dummy man page. --- ChangeLog | 3 +++ Makefile.am | 2 ++ debian/apt-dater-host.conf | 2 +- man/apt-dater-host.1 | 15 +++++++++++++++ 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 man/apt-dater-host.1 diff --git a/ChangeLog b/ChangeLog index 1e8a35e..df51530 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,9 @@ apt-dater-host (0.9.x-adp0.6) unstable; urgency=low - Fixed: zypper did not report any updates (reported by Ivan De Masi). - Use 'zypper refresh' for refreshing package repositories. * Add RELEASE header to version string on RPM queries. + * Use apt-get as default package manager. + (Closes Debian Bug#635048 by Felix Bartels) + * Add dummy man page apt-dater-host.1 (contributed by Pattrik Matthäi). -- Thomas Liske Fri, 21 Jan 2011 10:09:22 +0100 diff --git a/Makefile.am b/Makefile.am index 9a57c74..18e47ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = man + EXTRA_DIST=debian-pkg DPKGBPKG=@DPKGBPKG@ diff --git a/debian/apt-dater-host.conf b/debian/apt-dater-host.conf index 970d080..e9c9b14 100644 --- a/debian/apt-dater-host.conf +++ b/debian/apt-dater-host.conf @@ -1,6 +1,6 @@ # front-end for dpkg to use # Supported: apt-get, aptitude -$DPKGTOOL="aptitude"; +$DPKGTOOL="apt-get"; # Method to do upgrades, possible values (depends on $DPKGTOOL): # upgrade (apt-get, aptitude on Etch) diff --git a/man/apt-dater-host.1 b/man/apt-dater-host.1 new file mode 100644 index 0000000..815e267 --- /dev/null +++ b/man/apt-dater-host.1 @@ -0,0 +1,15 @@ +.TH "APT-DATER-HOST" "1" +.SH "NAME" +apt\-dater\-host \- host helper application for apt\-dater. +.SH "SYNOPSIS" +\fBapt\-dater\-host\fR +.SH "DESCRIPTION" +This manual page documents briefly the \fBapt\-dater\-host\fR helper. +\fBapt\-dater\-host\fR is the host helper application for apt\-dater for +watching and updating the targeted application about apt\-dater. +.SH "AUTHOR" +This manual page was written by Patrick Matth\[:a]i +for apt\-dater\-host. +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU General Public License, Version 2 any +later version published by the Free Software Foundation.