diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 20:31:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 20:31:25 -0400 |
commit | 09863c18e5ab00046cfd5163ddfa2a04ee063357 (patch) | |
tree | 879b7d40f12914924c349dd6035666595ac1ed72 /debian | |
parent | 6c051826f3241caa4afc982d402682101c63c7e3 (diff) | |
download | debhelper-09863c18e5ab00046cfd5163ddfa2a04ee063357.tar.gz |
dh is fully working and is being used to build debhelper
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5b8fd17c..03db2d00 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f +# If you're looking for an example debian/rules that uses debhelper, see +# the examples directory. +# # Each debhelper command in this rules file has to be run using ./run, # to ensure that the commands and libraries in the source tree are used, # rather than the installed ones. |