summaryrefslogtreecommitdiff
path: root/debian/inetutils-tools.install
AgeCommit message (Collapse)AuthorFilesLines
2010-06-10Switch back to plain debhelperGuillem Jover1-1/+1
Remove cdbs workaround for not being able to set per package specific rc.d priority.
2010-06-10Preparing for new releaseGuillem Jover1-1/+1
2010-06-10Release inetutils 2:1.4.2+20031022-11.4.2+20031022-1Robert Millan1-0/+1
* New upstream snapshot - patches/21_syslogd.c.patch: Nuked (merged upstream). * Merged simple-patchsys.mk into cdbs. - simple-patchsys-modified.mk: Nuked. - rules: Replace debian/simple-patchsys-modified.mk with /usr/share/cdbs/1/rules/simple-patchsys.mk. - control (Build-Depends): Set cdbs (>= 0.4.13). * Using cdbs auto-update feature for autothings. - patches/99_autothings_regen.patch: Nuked. - rules: Declare DEB_AUTO_UPDATE_{AUTOMAKE,AUTOCONF}. - autotools.mk: New. Incorporate feature from bug #217131 (untill merged). - rules: Replace /usr/share/cdbs/1/class/autotools.mk with debian/autotools.mk. * New upstream snapshot. - patches/21_syslogd.c.patch: Nuked (merged upstream). * Merged simple-patchsys.mk into cdbs. - simple-patchsys-modified.mk: Nuked. - rules: Replace debian/simple-patchsys-modified.mk with /usr/share/cdbs/1/rules/simple-patchsys.mk. - control (Build-Depends): Set cdbs (>= 0.4.13). * Using cdbs auto-update feature for autothings. - patches/99_autothings_regen.patch: Nuked. - rules: Declare DEB_AUTO_UPDATE_{AUTOMAKE,AUTOCONF}. - autotools.mk: New. Incorporate feature from bug #217131 (untill merged). - rules: Replace /usr/share/cdbs/1/class/autotools.mk with debian/autotools.mk. * New package, inetutils-tools. - patches/23_ifconfig_enable.patch: New. Enable ifconfig in Makefile.am. - inetutils-tools.install: New. Install ifconfig. - control: Sort packages alphabeticaly (I'm picky sometimes). - control: Add inetutils-tools. * Workaround cpp-3.3 breakness in ifconfig/options.c. - control (Build-Depends): Add gcc-3.2. - rules: Set CC = gcc-3.2. * Fix weird FTBFS. CDBS wanted to run the install/foo :: rules _before_ actualy running the generic install rule in $(DEB_SRCDIR)/Makefile. - rules: Move all the install/foo :: rules to be placed after the CDBS included headers.