[SCM] libav/master: Properly migrate /etc/ffserver.conf to /etc/avserver.conf. (Closes: #660786)

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed May 2 01:28:17 UTC 2012


The following commit has been merged in the master branch:
commit 6c39614b2c9d4ded6a243c70326231d6a970287c
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Tue May 1 21:28:25 2012 -0400

    Properly migrate /etc/ffserver.conf to /etc/avserver.conf. (Closes: #660786)

diff --git a/debian/changelog b/debian/changelog
index 87836b4..b639030 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ libav (6:0.8.1-7) UNRELEASED; urgency=low
 
   * Fix build for hurd. Thanks to Samuel Thibault for patch. (Closes: #613034)
     (Closes: #671038)
+  * Properly migrate /etc/ffserver.conf to /etc/avserver.conf.
+    (Closes: #660786)
 
- -- Andres Mejia <amejia at debian.org>  Tue, 01 May 2012 21:09:40 -0400
+ -- Andres Mejia <amejia at debian.org>  Tue, 01 May 2012 21:27:43 -0400
 
 libav (6:0.8.1-6) unstable; urgency=low
 
diff --git a/debian/libav-tools.postinst b/debian/libav-tools.postinst
new file mode 100644
index 0000000..da32841
--- /dev/null
+++ b/debian/libav-tools.postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
+    dpkg-maintscript-helper mv_conffile /etc/ffserver.conf /etc/avserver.conf 6:0.8.1-7 -- "$@"
+fi
diff --git a/debian/libav-tools.postrm b/debian/libav-tools.postrm
new file mode 100644
index 0000000..da32841
--- /dev/null
+++ b/debian/libav-tools.postrm
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
+    dpkg-maintscript-helper mv_conffile /etc/ffserver.conf /etc/avserver.conf 6:0.8.1-7 -- "$@"
+fi
diff --git a/debian/libav-tools.preinst b/debian/libav-tools.preinst
new file mode 100644
index 0000000..da32841
--- /dev/null
+++ b/debian/libav-tools.preinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
+    dpkg-maintscript-helper mv_conffile /etc/ffserver.conf /etc/avserver.conf 6:0.8.1-7 -- "$@"
+fi

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list