summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@math.sfu.ca>2014-02-08 04:01:26 -0800
committerKevin Mitchell <kevmitch@math.sfu.ca>2014-02-08 04:01:26 -0800
commit3483d2eaf0e3965d521b4b1f0c3fc29a3be642a6 (patch)
tree1dd2468772733540e2d31b36bc769ad10877ad69 /scripts
parent2594acf1595ac894d2f1eeed60fc0feaad85f54b (diff)
downloadmpv-build-3483d2eaf0e3965d521b4b1f0c3fc29a3be642a6.tar.bz2
mpv-build-3483d2eaf0e3965d521b4b1f0c3fc29a3be642a6.tar.xz
move debian/changelog to debian/changelog.TEMPLATE
and drop version control on debian/changelog, which gets modified by scripts/debian-update-version
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/debian-update-versions6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/debian-update-versions b/scripts/debian-update-versions
index 8102d0d..b496e87 100755
--- a/scripts/debian-update-versions
+++ b/scripts/debian-update-versions
@@ -19,9 +19,9 @@ get_timestamp_commit()
}
do_subst() {
- sed -i "0,/^mpv (.*)/s/(.*)/(1:$1)/" debian/changelog
- sed -i "s/^ \* local build.*/ \* local build with ffmpeg $2, libass $3/" debian/changelog
- sed -i "s/\(^ -- Local User <localuser@localhost>\).*/\1 $(date -R)/" debian/changelog
+ sed -e "0,/^mpv (.*)/s/(.*)/(1:$1)/"\
+ -e "s/^ \* local build.*/ \* local build with ffmpeg $2, libass $3/" \
+ -e"s/\(^ -- Local User <localuser@localhost>\).*/\1 $(date -R)/" debian/changelog.TEMPLATE > debian/changelog
}
do_version_all() {