summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2010-06-10Switch the unpatch make call inside the clean target to its dependencyGuillem Jover1-4/+1
2010-06-10Do not pass the --force option to autoreconfGuillem Jover1-3/+2
And thus stop unneedingly removing INSTALL and build-aux.
2010-06-10Remove RCS keywords from packaging filesGuillem Jover1-3/+0
2010-06-10Use dh_prep instead of “dh_clean -k”Guillem Jover1-1/+1
2010-06-10Install ping6 suid root by using “cp -a”Guillem Jover1-2/+2
Closes: #501910
2010-06-10Keep inetutils-syslogd under /etc/default/ instead of syslogdGuillem Jover1-3/+0
Take care of removing the obsolete conffile if non-modified. Move it to the new name otherwise.
2010-06-10Fix comment about lintian overrides installationGuillem Jover1-1/+1
2010-06-10Fix FTBFS if built twice in a rowGuillem Jover1-2/+10
Call distclean instead of clean. Move the unpatch step from the clean dependency to the body, after the distclean call. Remove all files that autoreconf might have modified. Closes: #424419
2010-06-10Serialize patch and configuration to support parallel buildsGuillem Jover1-4/+7
2010-06-10Rename the syslog default file after having installed itGuillem Jover1-3/+3
2010-06-10Do not install a duplicated inetutils-syslogd in /etc/default/Guillem Jover1-2/+2
Just syslogd. (Closes: #435049)
2010-06-10Actually move patch dependency from configure.ac to configureGuillem Jover1-3/+1
2010-06-10Do not ignore make errors on clean or installGuillem Jover1-2/+2
2010-06-10Fix FTBFS by moving patch depends from the build to a configure.ac targetGuillem Jover1-1/+5
This allows parallel builds.
2010-06-10Call configure with autotools-dev recommended --build and --host optionsGuillem Jover1-1/+7
2010-06-10Make inetutils-tools Provide net-tools only on GNU/HurdGuillem Jover1-1/+2
Thanks-to: Petr Salinger <Petr.Salinger@seznam.cz>
2010-06-10Install a pam file for inetutils-ftpdGuillem Jover1-0/+1
2010-06-10Indentation fixesGuillem Jover1-1/+4
2010-06-10Make the binary target in debian/rules idempotentGuillem Jover1-1/+1
By cp'ing instead of mv'ing ping6.
2010-06-10Disable syslogd forwarding by defaultGuillem Jover1-0/+3
Which was enabling inet connections.
2010-06-10Enable telnet authentication ShiShi supportGuillem Jover1-0/+1
Closes: #300282
2010-06-10Enable PAM and libwrap in the configure optionsGuillem Jover1-1/+2
2010-06-10Switched to quiltGuillem Jover1-1/+1
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-10Move debian/control generation from clean to buildGuillem Jover1-2/+2
2010-06-10Swap where inetutils-tools Provides net-tools, from linux to !linuxGuillem Jover1-0/+1
Thanks-to: Aurelien Jarno <aurel32@debian.org>
2010-06-10Enable installation of logrotate conffiles againGuillem Jover1-0/+1
2010-06-10Specify localstatedir so pidfiles can be writtenGuillem Jover1-0/+1
Thus allowing the daemons to work properly. Closes: #240576, #266654, #207752, #268178
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-10On Linux make syslogd Provide and Conflict on linux-kernel-log-daemonGuillem Jover1-3/+10
Closes: #269813
2010-06-10Remove DH_VERBOSEGuillem Jover1-3/+0
2010-06-10Add missing files from the debhelper switchGuillem Jover1-2/+2
2010-06-10Add lintian overrides for ping and ping6 being suid rootGuillem Jover1-0/+3
2010-06-10Switch back to plain debhelperGuillem Jover1-43/+102
Remove cdbs workaround for not being able to set per package specific rc.d priority.
2010-06-10Change source and Linux binary packages Priority to extraGuillem Jover1-2/+2
Closes: #290700
2010-06-10Use new DEB_HOST_ARCH_OS variableGuillem Jover1-1/+1
2010-06-10Revert back control.in.in and inetutils-ifconfig rename changesGuillem Jover1-11/+12
2010-06-10Misc updatesRobert Millan1-11/+10
* Rename ifconfig to gifconfig instead of inetutils-ifconfig. - rules * Set Maintainer to pkg-inetutils, and move Jeff to Uploaders. - control.in * control.in (Build-Conflicts): Nuke autoconf2.13 (cdbs is smart enough). * Use cdbs DEB_AUTO_UPDATE_DEBIAN_CONTROL feature. - control.in: Moved to.. - control.in.in: ..this. - rules: Set DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes.
2010-06-10Rename ifconfig to gifconfig instead of inetutils-ifconfigRobert Millan1-1/+1
2010-06-10Move ping6 installation to binary-install phaseGuillem Jover1-1/+3
2010-06-10Move DEB_CONFIGURE_LIBEXECDIR after the includesGuillem Jover1-2/+3
2010-06-10Declare DEB_AUTO_UPDATE_ACLOCALGuillem Jover1-2/+3
2010-06-10Only install ping6 on IPv6 enabled systemsGuillem Jover1-4/+4
2010-06-10Move variables to the beginning of the fileGuillem Jover1-1/+2
2010-06-10Only use one sed(1) per invokationGuillem Jover1-8/+10
2010-06-10Exclude /bin/ping6 from dh_fixperms so it remains suid rootGuillem Jover1-1/+1
2010-06-10Conditionally move on non-Hurd systems ping6 to /binGuillem Jover1-0/+3
2010-06-10Clean the net-tools Provides generationGuillem Jover1-2/+1
Delete the line in control.in instead of replacing with a token to be greped out later.
2010-06-10Revert wrong s/HOST/BUILD/g "fix"Robert Millan1-1/+1
2010-06-10Avoid inetutils-tools providing itself on linux-gnuRobert Millan1-2/+3
Rearrange net-tools replacement to obtain that.