]> git.donarmstrong.com Git - debhelper.git/commit
r265: * It turns out it's possible to set up make variables that are specific to
authorjoey <joey>
Fri, 3 Sep 1999 21:12:04 +0000 (21:12 +0000)
committerjoey <joey>
Fri, 3 Sep 1999 21:12:04 +0000 (21:12 +0000)
commitda7d6c32c080678dc672f7c6e680c11569f46eda
tree437e68fc95e8b49b4339f30ae9ca111a005e72b3
parent60037371809ab782c2d675ea1bfc849c2772fce2
r265:    * It turns out it's possible to set up make variables that are 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.
debhelper.1
debian/changelog
dh_compress
dh_compress.1
examples/rules
examples/rules.indep
examples/rules.multi
examples/rules.multi2 [new file with mode: 0755]