]> git.donarmstrong.com Git - dactyl.git/commitdiff
debian/rules: Make it a little clearer why the for loops are there
authorMichael Schutte <michi@uiae.at>
Tue, 26 Jul 2011 09:14:25 +0000 (11:14 +0200)
committerMichael Schutte <michi@uiae.at>
Tue, 26 Jul 2011 09:14:25 +0000 (11:14 +0200)
debian/rules

index afca4bc31c054045a643b58fa30e4255ca9b5b6f..3222756784752f1b723945ccecc9da3141130d19 100755 (executable)
@@ -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 }')