Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-10 | Switch the unpatch make call inside the clean target to its dependency | Guillem Jover | 1 | -4/+1 | |
2010-06-10 | Do not pass the --force option to autoreconf | Guillem Jover | 1 | -3/+2 | |
And thus stop unneedingly removing INSTALL and build-aux. | |||||
2010-06-10 | Remove RCS keywords from packaging files | Guillem Jover | 1 | -3/+0 | |
2010-06-10 | Use dh_prep instead of “dh_clean -k” | Guillem Jover | 1 | -1/+1 | |
2010-06-10 | Install ping6 suid root by using “cp -a” | Guillem Jover | 1 | -2/+2 | |
Closes: #501910 | |||||
2010-06-10 | Keep inetutils-syslogd under /etc/default/ instead of syslogd | Guillem Jover | 1 | -3/+0 | |
Take care of removing the obsolete conffile if non-modified. Move it to the new name otherwise. | |||||
2010-06-10 | Fix comment about lintian overrides installation | Guillem Jover | 1 | -1/+1 | |
2010-06-10 | Fix FTBFS if built twice in a row | Guillem Jover | 1 | -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-10 | Serialize patch and configuration to support parallel builds | Guillem Jover | 1 | -4/+7 | |
2010-06-10 | Rename the syslog default file after having installed it | Guillem Jover | 1 | -3/+3 | |
2010-06-10 | Do not install a duplicated inetutils-syslogd in /etc/default/ | Guillem Jover | 1 | -2/+2 | |
Just syslogd. (Closes: #435049) | |||||
2010-06-10 | Actually move patch dependency from configure.ac to configure | Guillem Jover | 1 | -3/+1 | |
2010-06-10 | Do not ignore make errors on clean or install | Guillem Jover | 1 | -2/+2 | |
2010-06-10 | Fix FTBFS by moving patch depends from the build to a configure.ac target | Guillem Jover | 1 | -1/+5 | |
This allows parallel builds. | |||||
2010-06-10 | Call configure with autotools-dev recommended --build and --host options | Guillem Jover | 1 | -1/+7 | |
2010-06-10 | Make inetutils-tools Provide net-tools only on GNU/Hurd | Guillem Jover | 1 | -1/+2 | |
Thanks-to: Petr Salinger <Petr.Salinger@seznam.cz> | |||||
2010-06-10 | Install a pam file for inetutils-ftpd | Guillem Jover | 1 | -0/+1 | |
2010-06-10 | Indentation fixes | Guillem Jover | 1 | -1/+4 | |
2010-06-10 | Make the binary target in debian/rules idempotent | Guillem Jover | 1 | -1/+1 | |
By cp'ing instead of mv'ing ping6. | |||||
2010-06-10 | Disable syslogd forwarding by default | Guillem Jover | 1 | -0/+3 | |
Which was enabling inet connections. | |||||
2010-06-10 | Enable telnet authentication ShiShi support | Guillem Jover | 1 | -0/+1 | |
Closes: #300282 | |||||
2010-06-10 | Enable PAM and libwrap in the configure options | Guillem Jover | 1 | -1/+2 | |
2010-06-10 | Switched to quilt | Guillem Jover | 1 | -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-10 | Move debian/control generation from clean to build | Guillem Jover | 1 | -2/+2 | |
2010-06-10 | Swap where inetutils-tools Provides net-tools, from linux to !linux | Guillem Jover | 1 | -0/+1 | |
Thanks-to: Aurelien Jarno <aurel32@debian.org> | |||||
2010-06-10 | Enable installation of logrotate conffiles again | Guillem Jover | 1 | -0/+1 | |
2010-06-10 | Specify localstatedir so pidfiles can be written | Guillem Jover | 1 | -0/+1 | |
Thus allowing the daemons to work properly. Closes: #240576, #266654, #207752, #268178 | |||||
2010-06-10 | Force debian/control generation on all builds | Guillem Jover | 1 | -0/+3 | |
2010-06-10 | Avoid useless cats (and dogs) | Guillem Jover | 1 | -4/+4 | |
2010-06-10 | On Linux make syslogd Provide and Conflict on linux-kernel-log-daemon | Guillem Jover | 1 | -3/+10 | |
Closes: #269813 | |||||
2010-06-10 | Remove DH_VERBOSE | Guillem Jover | 1 | -3/+0 | |
2010-06-10 | Add missing files from the debhelper switch | Guillem Jover | 1 | -2/+2 | |
2010-06-10 | Add lintian overrides for ping and ping6 being suid root | Guillem Jover | 1 | -0/+3 | |
2010-06-10 | Switch back to plain debhelper | Guillem Jover | 1 | -43/+102 | |
Remove cdbs workaround for not being able to set per package specific rc.d priority. | |||||
2010-06-10 | Change source and Linux binary packages Priority to extra | Guillem Jover | 1 | -2/+2 | |
Closes: #290700 | |||||
2010-06-10 | Use new DEB_HOST_ARCH_OS variable | Guillem Jover | 1 | -1/+1 | |
2010-06-10 | Revert back control.in.in and inetutils-ifconfig rename changes | Guillem Jover | 1 | -11/+12 | |
2010-06-10 | Misc updates | Robert Millan | 1 | -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-10 | Rename ifconfig to gifconfig instead of inetutils-ifconfig | Robert Millan | 1 | -1/+1 | |
2010-06-10 | Move ping6 installation to binary-install phase | Guillem Jover | 1 | -1/+3 | |
2010-06-10 | Move DEB_CONFIGURE_LIBEXECDIR after the includes | Guillem Jover | 1 | -2/+3 | |
2010-06-10 | Declare DEB_AUTO_UPDATE_ACLOCAL | Guillem Jover | 1 | -2/+3 | |
2010-06-10 | Only install ping6 on IPv6 enabled systems | Guillem Jover | 1 | -4/+4 | |
2010-06-10 | Move variables to the beginning of the file | Guillem Jover | 1 | -1/+2 | |
2010-06-10 | Only use one sed(1) per invokation | Guillem Jover | 1 | -8/+10 | |
2010-06-10 | Exclude /bin/ping6 from dh_fixperms so it remains suid root | Guillem Jover | 1 | -1/+1 | |
2010-06-10 | Conditionally move on non-Hurd systems ping6 to /bin | Guillem Jover | 1 | -0/+3 | |
2010-06-10 | Clean the net-tools Provides generation | Guillem Jover | 1 | -2/+1 | |
Delete the line in control.in instead of replacing with a token to be greped out later. | |||||
2010-06-10 | Revert wrong s/HOST/BUILD/g "fix" | Robert Millan | 1 | -1/+1 | |
2010-06-10 | Avoid inetutils-tools providing itself on linux-gnu | Robert Millan | 1 | -2/+3 | |
Rearrange net-tools replacement to obtain that. |