Bug#614731: support for env var substitutions in .install (helps multiarch)

2011-12-07 Thread Riku Voipio
Hi, Just to chime in to list some real world cases where env variable substition would have been useful, but lacking it I had to create some workarounds: popt[1], and ncurses, have now install.in and links.in, which are then preprocessed to the actual files. Wireless-tools[2] avoids template file

Bug#614731: support for env-var substitutions in .install (helps multiarch)

2011-03-15 Thread Adam Heath
Actually, that's more complex, and has the standard backwards compatible issues. Better would be: debian/%.install: debian/%.install.in sed 's///' < $^ > $@.tmp mv $@.tmp $@ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe"