On Fri, Nov 06, 2015 at 03:23:48PM +0100, Felix Zielcke wrote:
>Please make a NMU. 
>I won't be able to do an upload soon

ACK, in Incoming now. Here's the debdiff

-- 
Steve McIntyre, Cambridge, UK.                                st...@einval.com
  Mature Sporty Personal
  More Innovation More Adult
  A Man in Dandism
  Powered Midship Specialty
diff -Nru reiserfsprogs-3.6.24/debian/changelog 
reiserfsprogs-3.6.24/debian/changelog
--- reiserfsprogs-3.6.24/debian/changelog       2015-08-16 14:50:46.000000000 
+0000
+++ reiserfsprogs-3.6.24/debian/changelog       2015-11-06 16:25:12.000000000 
+0000
@@ -1,3 +1,11 @@
+reiserfsprogs (1:3.6.24-3.1) unstable; urgency=medium
+
+  * NMU
+  * Add a postinst to update the initramfs on install/upgrade.
+    (Closes: #804247)
+
+ -- Steve McIntyre <93...@debian.org>  Fri, 06 Nov 2015 16:25:42 +0000
+
 reiserfsprogs (1:3.6.24-3) unstable; urgency=medium
 
   * Add hook script to copy /sbin/reiserfsck into initramfs.
diff -Nru reiserfsprogs-3.6.24/debian/reiserfsprogs.postinst 
reiserfsprogs-3.6.24/debian/reiserfsprogs.postinst
--- reiserfsprogs-3.6.24/debian/reiserfsprogs.postinst  1970-01-01 
00:00:00.000000000 +0000
+++ reiserfsprogs-3.6.24/debian/reiserfsprogs.postinst  2015-11-06 
16:26:18.000000000 +0000
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+set -e
+
+case "${1}" in
+       configure)
+               if [ -x /usr/sbin/update-initramfs ] && [ -e 
/etc/initramfs-tools/initramfs.conf ]
+               then
+                       update-initramfs -u
+               fi
+               ;;
+
+       abort-upgrade|abort-remove|abort-deconfigure)
+
+               ;;
+
+       *)
+               echo "postinst called with unknown argument \`${1}'" >&2
+               exit 1
+               ;;
+esac
+
+#DEBHELPER#
+
+exit 0

Reply via email to