Last change
on this file since 5428 was 4308, checked in by joerg, 17 years ago |
first version of debian package for josm
|
-
Property svn:executable
set to
*
|
File size:
311 bytes
|
Rev | Line | |
---|
[4308] | 1 | svncorerevision=`svnversion core`
|
---|
| 2 | svncorerevision=${svncorerevision/M/}
|
---|
| 3 | svnpluginsrevision=`svnversion plugins`
|
---|
| 4 | svnpluginsrevision=${svnpluginsrevision/M/}
|
---|
| 5 | svnrevision="$svncorerevision$svnpluginsrevision"
|
---|
| 6 |
|
---|
| 7 | if [ -n "$svnrevision" ] ; then
|
---|
| 8 | perl -p -i -e "s/\(\S+\)/\(${svnrevision}\)/;" debian/changelog
|
---|
| 9 | fi
|
---|
| 10 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.