From: Michael Schutte <michi@uiae.at>
Date: Tue, 26 Jul 2011 09:14:25 +0000 (+0200)
Subject: debian/rules: Make it a little clearer why the for loops are there
X-Git-Tag: debian/1.0b6-1~3
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=54212facfcafa6818b20fd16f78b4f38c6cc4262;p=dactyl.git

debian/rules: Make it a little clearer why the for loops are there
---

diff --git a/debian/rules b/debian/rules
index afca4bc..3222756 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-PACKAGES=pentadactyl
+PACKAGES=pentadactyl # teledactyl melodactyl
 VERSION=$(shell dpkg-parsechangelog | \
 	sed -n -e '/^Version:/ { s/^Version:\s*//; s/[^a-z0-9]/_/g; p }')