~ubuntu-branches/ubuntu/precise/etherwake/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Alain Schroeder
  • Date: 2003-06-06 21:02:11 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030606210211-vo4nn8w6tzwsxhqj
Tags: 1.08-1
* New Upstream.
  * Beautified Help Texts.
  * Cleans (PF_INET,SOCK_PACKET) problems (Closes: #171051)
* Renamed ether-wake.8 to etherwake.8 (Closes: #185134)
* Revisioned the manpage (Closes: #179290)
* Cleaned my helptext from multiline strings, Thanks to Daniel Schepler
  <schepler@math.berkeley.edu> (Closes: #194909)
* Upped Standart Version to 3.5.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        # Add here commands to install the package into debian/tmp.
48
48
        $(MAKE) install DESTDIR=`pwd`/debian/etherwake
49
49
 
50
 
 
51
50
# Build architecture-independent files here.
52
51
binary-indep: build install
53
52
# We have nothing to do by default.