Svante Signell, le Mon 22 Sep 2014 18:31:08 +0200, a écrit : > +debian/control.stamp: > +# Backup selected *.install > + if [ ! -f "debian/$(A1).install.bck" ] ; then \ > + cp -p debian/$(A1).install debian/$(A1).install.bck; \
We should probably just replace these .install files with explicit dh_install calls, then. That'll be way easier to maintain. > +# Save original debian/control to a working copy > + cp debian/control $(OUT) No, rather use the same as linux & glibc packagings: generate debian/control from some debian/control.in. Playing with backups etc. will bring a lot of pain. Samuel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

