diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 19:14:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 19:14:56 -0400 |
commit | 26f1964c1dec6991f12ef19cde2974bc6abdbb18 (patch) | |
tree | af2c9f42578bf5924390f92e830b53cde71d3d14 /examples | |
parent | 709cc5dfd66b5c061327d6fc6cb6b2df55c18d4e (diff) | |
download | debhelper-26f1964c1dec6991f12ef19cde2974bc6abdbb18.tar.gz |
initial version of dh, with option parsing and sequences in place
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/rules.arch (renamed from examples/rules) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/rules b/examples/rules.arch index e4619828..0324ef5d 100755 --- a/examples/rules +++ b/examples/rules.arch @@ -1,6 +1,8 @@ #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. +# +# This version is for packages that are architecture dependent. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 |