summaryrefslogtreecommitdiff
path: root/examples/rules.multi2
Commit message (Collapse)AuthorAge
* r283: * Minor changes to rules.multi2.joey1999-09-27
|
* r281: * dh_installdocs: create the compatability symlink before callingjoey1999-09-20
| | | | | install-docs. I'm told this is better in some cases. (Closes: #45608) * examples/rules.multi2: clarified what you have to comment/uncomment.
* r270: * Corrected example rules files, which had some messed up targets.joey1999-09-09
|
* r265: * It turns out it's possible to set up make variables that are ↵joey1999-09-03
specific to a single target of a Makefile. This works tremendously well with DH_OPTIONS: no need to put "-i" or "-pfoo" after every debhelper command anymore. * debhelper.1: mentioned above technique. * examples/rules.multi: use the above method to get rid of -i's and -a's. * examples/rules.multi2: new file, example of a multi-binary package that works for arch-indep and arch-dependant packages, and also allows building of single binary packages independntly, via binary-<package> targets. It accomplishes all this using only one list of debhelper commands. * examples/*: removed source and diff targets. They've been obsolete for 2 years -- or is it 3? No need for a nice error message on failure anymore.