diff options
author | Arturo Borrero Gonzalez <aborrero@cica.es> | 2014-09-25 09:31:34 +0200 |
---|---|---|
committer | Arturo Borrero Gonzalez <aborrero@cica.es> | 2014-09-25 09:31:34 +0200 |
commit | 2f1d20ba209faf6824923067f6514392056ea402 (patch) | |
tree | 5178af6e0163014a4f3b95c2c8366dd4fc6272e9 | |
parent | 063c2ed24e708a9190de80c58a868a9e04bae8a1 (diff) | |
download | conntrack-tools-2f1d20ba209faf6824923067f6514392056ea402.tar.gz conntrack-tools-2f1d20ba209faf6824923067f6514392056ea402.zip |
d/rules: delete useless comment
Let's delete this useless comment.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 955dd78..657234c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,4 @@ #!/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 |