summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-06-10Actually disable libzGuillem Jover1-2/+10
2010-06-10Do not link against uneeded libz, remove Build-DependsGuillem Jover4-2/+5
2010-06-10Add a Tag: field to all binary packages, using the data from debtagsGuillem Jover2-0/+11
2010-06-10Switched to quiltGuillem Jover5-98/+17
Add new debian/patches/series file. Add Build-Depends on 'quilt (>= 0.40)'. Include quilt.make from debian/rules. Remove now unused debian/patch.mk.
2010-06-10Release inetutils 2:1.4.3+20060719-21.4.3+20060719-2Guillem Jover1-2/+2
2010-06-10Avoid linking against libbsd for nowGuillem Jover2-0/+19
2010-06-10Release inetutils 2:1.4.3+20060719-11.4.3+20060719-1Guillem Jover1-2/+2
2010-06-10Fix ping and ping6 perms to 4755Guillem Jover3-2/+17
2010-06-10Remove ifconfig enable patch, integrated upstreamGuillem Jover2-24/+1
2010-06-10Move myself from Uploaders to MaintainerGuillem Jover2-3/+3
2010-06-10Now using Standards-Version 3.7.2 (no changes needed)Guillem Jover2-1/+2
2010-06-10Reindent debian/copyrightGuillem Jover2-14/+16
2010-06-10New upstream snapshot 1.4.3+2006071Guillem Jover5-231/+10
2010-06-10Add ChangeLog entriesGuillem Jover3-9/+50
2010-06-10Release inetutils 2:1.4.3+20051212-41.4.3+20051212-4Guillem Jover1-3/+3
2010-06-10Make syslogd really read /dev/klogGuillem Jover2-0/+20
Closes: #348184 Thanks-to: Samuel Thibault <samuel.thibault@ens-lyon.org>
2010-06-10Release inetutils 2:1.4.3+20051212-31.4.3+20051212-3Guillem Jover1-2/+2
2010-06-10Move debian/control generation from clean to buildGuillem Jover1-2/+2
2010-06-10Swap where inetutils-tools Provides net-tools, from linux to !linuxGuillem Jover2-0/+3
Thanks-to: Aurelien Jarno <aurel32@debian.org>
2010-06-10Fix changelog wordingGuillem Jover1-1/+1
2010-06-10Enable installation of logrotate conffiles againGuillem Jover2-0/+2
2010-06-10Add automake1.4 to Build-ConflictsGuillem Jover2-1/+2
Closes: #347312
2010-06-10Restore a patch hunk lost when syncing with latest upstream releaseGuillem Jover2-0/+12
That would make the code to segfault on 64 bit arches. Although the code is not used by any produced package. Closes: #347313 Thanks-to: Dann Frazier <dannf@hp.com>
2010-06-10Fix busy waiting in inetd when there are no sockets to listenGuillem Jover2-0/+38
2010-06-10Release inetutils 2:1.4.3+20051212-21.4.3+20051212-2Guillem Jover1-2/+2
2010-06-10Specify localstatedir so pidfiles can be writtenGuillem Jover2-0/+3
Thus allowing the daemons to work properly. Closes: #240576, #266654, #207752, #268178
2010-06-10Use LSB init script output functions, thus Depend on lsb-baseGuillem Jover4-16/+23
2010-06-10Add texinfo to Build-DependsGuillem Jover2-1/+7
2010-06-10Release inetutils 2:1.4.3+20051212-11.4.3+20051212-1Guillem Jover1-2/+2
2010-06-10Force debian/control generation on all buildsGuillem Jover1-0/+3
2010-06-10Avoid useless cats (and dogs)Guillem Jover1-4/+4
2010-06-10Document the use of /proc/kmsg by inetutils-syslogd on some systemsGuillem Jover2-5/+7
And the absence of System.map address resolving support. Closes: #212168, #212169
2010-06-10Document the use of /proc/kmsg by inetutils-syslogd on some systemsGuillem Jover2-0/+29
Closes: #212168
2010-06-10Wrap lines in debian/control fields (knowingly breaking policy)Guillem Jover2-2/+5
2010-06-10Upgrade Build-Depends from automake1.8 to automake1.9Guillem Jover2-1/+2
2010-06-10On Linux make syslogd Provide and Conflict on linux-kernel-log-daemonGuillem Jover3-6/+15
Closes: #269813
2010-06-10Mark fixed bugs on new upstream releaseGuillem Jover1-0/+3
2010-06-10Remove DH_VERBOSEGuillem Jover1-3/+0
2010-06-10Update patches for new upstream snapshotGuillem Jover10-3518/+62
2010-06-10Mark new upstream spanshot 1.4.3+20051212Guillem Jover2-1/+60
Add tarball.sh.
2010-06-10Add missing files from the debhelper switchGuillem Jover1-2/+2
2010-06-10Create dir for lintian overridesGuillem Jover1-0/+1
2010-06-10Add lintian overrides for ping and ping6 being suid rootGuillem Jover3-0/+6
2010-06-10Upgrade to debhelper compat version 5Guillem Jover3-2/+3
2010-06-10Remove workarounds for old packaging bugsGuillem Jover4-63/+4
2010-06-10Switch back to plain debhelperGuillem Jover16-60/+218
Remove cdbs workaround for not being able to set per package specific rc.d priority.
2010-06-10Sort Build-Depends fieldGuillem Jover1-1/+1
2010-06-10Release inetutils 2:1.4.2+20040207-61.4.2+20040207-6Guillem Jover1-4/+4
2010-06-10Fix “improper use of -a in test” bashismGuillem Jover4-5/+9
2010-06-10Fix invalid pointer to int castGuillem Jover2-0/+143
That will cause problems on 64-bit architectures. Closes: #318752 Thanks-to: Dann Frazier <dannf@hp.com>