diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-08 13:46:07 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-08 13:46:07 +0100 |
commit | f93a49096cced00f5f0efcb97b666d985600ea78 (patch) | |
tree | 4eab1e11df960abb6fbbe845648374547f0616ad | |
parent | b85893274f1d38720a2cdb58d8f5c71b0ed68ee7 (diff) | |
download | nyancat-f93a49096cced00f5f0efcb97b666d985600ea78.tar.gz |
Remove dh_make boilerplate
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index b760bee..79fd842 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,5 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 |