yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #04790
[Branch ~yade-dev/yade/trunk] Rev 2279: 1. Fix a non-critical typo in the script
------------------------------------------------------------
revno: 2279
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Sun 2010-06-06 12:23:35 +0200
message:
1. Fix a non-critical typo in the script
modified:
scripts/debian-packages
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'scripts/debian-packages'
--- scripts/debian-packages 2010-06-06 10:18:07 +0000
+++ scripts/debian-packages 2010-06-06 10:23:35 +0000
@@ -27,7 +27,7 @@
cd $TOP
-for CHANGES in `ls -tr yade-${RELEASE}_$RELEASE-*_source.changes` in $DISTS; do
+for CHANGES in `ls -tr yade-${RELEASE}_$RELEASE-*_source.changes`; do
dput ppa:yade-users/ppa $CHANGES
done