yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06987
[Branch ~yade-dev/yade/trunk] Rev 2714: 1. debian/ is moved to scripts directory
------------------------------------------------------------
revno: 2714
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: yade
timestamp: Tue 2011-02-08 08:37:09 +0100
message:
1. debian/ is moved to scripts directory
2. scripts/debian-prep scripts copies ./scripts/debian/ to ./debian/
renamed:
debian/ => scripts/debian/
modified:
scripts/debian-prep
--
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
=== renamed directory 'debian' => 'scripts/debian'
=== modified file 'scripts/debian-prep'
--- scripts/debian-prep 2011-01-24 09:01:38 +0000
+++ scripts/debian-prep 2011-02-08 07:37:09 +0000
@@ -2,6 +2,8 @@
# encoding: utf-8
import sys,os.path,re,shutil,time
DISTRIBUTION=sys.argv[1] if len(sys.argv)>1 else 'unstable'
+
+shutil.copytree('scripts/debian','./debian')
if os.path.exists('RELEASE'):
VERSION=file('RELEASE').readline().strip()
UPDATE=(file('UPDATE').readline().strip() if os.path.exists('UPDATE') else '')