summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2010-06-10Revert upstream switch to help2man generated man pagesGuillem Jover3-0/+7165
Upstream switched to generate man pages from --help output, which is a regression from previous man pages inherited from BSD. Revert the removal and disable help2man logic.
2010-06-10New upstream release 1.8Guillem Jover13-218/+83
2010-06-10Release inetutils 2:1.6-31.6-3Guillem Jover1-2/+2
2010-06-10Move libreadline-dev to be the first Build-Depends alternativeGuillem Jover1-0/+2
And add libreadline6-dev for compatibility purposes.
2010-06-10Fix init script dependency informationGuillem Jover3-5/+14
Provide a unique service name. Require $remote_fs instead of $local_fs, as we use stuff from /usr. Closes: #547513 Thanks-to: Petter Reinholdtsen <pere@hungry.com>
2010-06-10Release inetutils 2:1.6-21.6-2Guillem Jover1-6/+6
2010-06-10Pull fixes from upstreamGuillem Jover4-0/+68
Restore the traditional behavior of ping without -c option. Closes: #524011 Fix build failure due to an m4 comment eating a new line. Closes: #541775
2010-06-10Use a variable instead of hardcoding the pid file pathGuillem Jover2-10/+13
2010-06-10Add support for LSB status action on init scriptsGuillem Jover3-2/+9
2010-06-10Use $(filter ...) instead of $(findstring ...)Guillem Jover2-1/+8
To extract space separated options from DEB_BUILD_OPTIONS.
2010-06-10Release inetutils 2:1.6-11.6-1Guillem Jover1-2/+2
2010-06-10Refer to GFDL-1.2 instead of GFDL under common-licensesGuillem Jover1-1/+1
2010-06-10Update debian/tarball.shGuillem Jover3-31/+86
- Use git instead of CVS to get new snapshots. - Use lower case variable names. - Make snapshot argument handle both cloning and updating. - Add a new tarball argument. - Add code to bootstrap from gnulib. - Refactor version detection into a function and use it when needed. Update documentation about debian/tarball.sh in debian/README.source.
2010-06-10Add more detail about copyright updatesGuillem Jover1-0/+4
2010-06-10Update debian/copyright fileGuillem Jover2-7/+8
Update download URL. Reword debianized by comment, and update Marcus' mail address.
2010-06-10Switch the unpatch make call inside the clean target to its dependencyGuillem Jover2-4/+2
2010-06-10Do not pass the --force option to autoreconfGuillem Jover2-3/+4
And thus stop unneedingly removing INSTALL and build-aux.
2010-06-10Fix typo in previous changelog entryGuillem Jover1-1/+1
2010-06-10Add misc:Depends substvar to all binary package Depends fieldsGuillem Jover2-12/+15
2010-06-10Refresh and rmeove patches for 1.6Guillem Jover15-1062/+100
2010-06-10New upstream release 1.6Guillem Jover5-72/+45
The documentation is free now, add texinfo back to Build-Depends. The non-free RFC got removed upstream. debian/patches/00_build_dfsg.patch: Remove. debian/tarball.sh: No need to strip documentation anymore. Update debian/copyright file.
2010-06-10Remove RCS keywords from packaging filesGuillem Jover9-23/+1
2010-06-10Use dh_prep instead of “dh_clean -k”Guillem Jover2-1/+2
2010-06-10Switch to debhelper compatibility level 7Guillem Jover3-2/+8
2010-06-10Release inetutils 2:1.5.dfsg.1-91.5.dfsg.1-9Guillem Jover1-3/+3
2010-06-10Create a new /etc/inetd.conf on install if there was noneGuillem Jover2-0/+62
Template file stolen from openbsd-inetd.
2010-06-10Do not fail to start inetutils-inetd when there are services enabledGuillem Jover2-1/+3
For example in files under /etc/inetd.d/. Closes: #500729
2010-06-10Call 'set -e' in maintainer scripts to guarantee a correct exit statusGuillem Jover7-0/+13
2010-06-10Make the inetutils-inetd init.d script provide inetutils-inetdGuillem Jover2-1/+4
Instead of inetd, to not conflict with other inetd implementations. Closes: #507121 Thanks-to: Petter Reinholdtsen <petter.reinholdtsen@usit.uio.no>
2010-06-10Improve package desriptionsGuillem Jover2-11/+13
Remove wrong acronym for ping. (Closes: #496441) Decapitalize short descriptions.
2010-06-10Install ping6 suid root by using “cp -a”Guillem Jover2-2/+8
Closes: #501910
2010-06-10Release inetutils 2:1.5.dfsg.1-81.5.dfsg.1-8Guillem Jover1-2/+2
2010-06-10Support max option on wait/nowait.max on inetd.confGuillem Jover3-0/+124
Man page update taken from openbsd-inetd. Closes: #451478 Thanks-to: Sergey Poznyakoff <gray@gnu.org.ua> for the patch
2010-06-10Release inetutils 2:1.5.dfsg.1-71.5.dfsg.1-7Guillem Jover1-2/+2
2010-06-10Add information about the tarball from CVS snapshot scriptGuillem Jover1-0/+9
2010-06-10Fix quoting marksGuillem Jover1-2/+2
2010-06-10Mangle the Debian version in the watch fileGuillem Jover2-0/+2
2010-06-10Use http instead of ftp for the watch file URLGuillem Jover2-1/+2
2010-06-10Remove DPATCHLEVEL variable from patchesGuillem Jover5-5/+1
2010-06-10Refresh patches with -pabGuillem Jover19-84/+89
Closes: #484949
2010-06-10Now using Standards-Version 3.8.0Guillem Jover2-1/+2
2010-06-10Add a debian/README.source fileGuillem Jover2-0/+9
2010-06-10Release inetutils 2:1.5.dfsg.1-61.5.dfsg.1-6Guillem Jover1-2/+2
2010-06-10Use 'test -e' instead of 'test -r' to check for device filesGuillem Jover3-0/+31
Those might be only readable by root. This should enable reading from /dev/klog in GNU/Hurd. Closes: #482779 Thanks-to: Samuel Thibault <samuel.thibault@ens-lyon.org>
2010-06-10Release inetutils 2:1.5.dfsg.1-51.5.dfsg.1-5Guillem Jover1-2/+2
2010-06-10Delay initialization of Shishi until telnet knows Kerberos is neededGuillem Jover3-0/+98
Thanks-to: Simon Josefsson <simon@josefsson.org>
2010-06-10Keep inetutils-syslogd under /etc/default/ instead of syslogdGuillem Jover5-6/+69
Take care of removing the obsolete conffile if non-modified. Move it to the new name otherwise.
2010-06-10Fix a race condition when setting the SIGALRM signal in syslogd parentGuillem Jover3-0/+46
When starting the daemon it was causing the parent to exit with a non-zero status.
2010-06-10Fix indentationGuillem Jover1-1/+1
2010-06-10Add support for syslogd configuration files under /etc/syslog.d/Guillem Jover5-0/+352
Closes: #370349, #462739