[Pkg-loop-aes-commits] r1301 - in /trunk/loop-aes/debian: changelog source/postrm.modules.in source/preinst.modules.in

xam at users.alioth.debian.org xam at users.alioth.debian.org
Sun Oct 15 14:47:18 UTC 2006


Author: xam
Date: Sun Oct 15 14:47:17 2006
New Revision: 1301

URL: http://svn.debian.org/wsvn/pkg-loop-aes/?sc=1&rev=1301
Log:
* Update the package name for dpkg-divert. (Closes: #392841)

Modified:
    trunk/loop-aes/debian/changelog
    trunk/loop-aes/debian/source/postrm.modules.in
    trunk/loop-aes/debian/source/preinst.modules.in

Modified: trunk/loop-aes/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes/debian/changelog?rev=1301&op=diff
==============================================================================
--- trunk/loop-aes/debian/changelog (original)
+++ trunk/loop-aes/debian/changelog Sun Oct 15 14:47:17 2006
@@ -1,8 +1,9 @@
 loop-aes (3.1d-10) UNRELEASED; urgency=low
 
+  * Update the package name for dpkg-divert. (Closes: #392841)
   * Drop conflicts with loop-aes-ciphers-$KVERS
 
- -- Max Vozeler <xam at debian.org>  Sun, 15 Oct 2006 16:36:59 +0200
+ -- Max Vozeler <xam at debian.org>  Sun, 15 Oct 2006 16:44:50 +0200
 
 loop-aes (3.1d-9) unstable; urgency=low
 

Modified: trunk/loop-aes/debian/source/postrm.modules.in
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes/debian/source/postrm.modules.in?rev=1301&op=diff
==============================================================================
--- trunk/loop-aes/debian/source/postrm.modules.in (original)
+++ trunk/loop-aes/debian/source/postrm.modules.in Sun Oct 15 14:47:17 2006
@@ -10,7 +10,7 @@
 if [ "$1" = remove ]; then
 	if ! is_26 _KVERS_; then
 		module=/lib/modules/_KVERS_/kernel/drivers/block/loop.o
-		dpkg-divert --remove --rename --package loop-aes-_KVERS_ --divert ${module}-orig ${module}
+		dpkg-divert --remove --rename --package loop-aes-modules-_KVERS_ --divert ${module}-orig ${module}
 	fi
 fi
 

Modified: trunk/loop-aes/debian/source/preinst.modules.in
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes/debian/source/preinst.modules.in?rev=1301&op=diff
==============================================================================
--- trunk/loop-aes/debian/source/preinst.modules.in (original)
+++ trunk/loop-aes/debian/source/preinst.modules.in Sun Oct 15 14:47:17 2006
@@ -10,7 +10,7 @@
 if [ "$1" = install ] || [ "$1" = upgrade ]; then
 	if ! is_26 _KVERS_; then
 		module=/lib/modules/_KVERS_/kernel/drivers/block/loop.o
-		dpkg-divert --add --rename --package loop-aes-_KVERS_ --divert ${module}-orig ${module}
+		dpkg-divert --add --rename --package loop-aes-modules-_KVERS_ --divert ${module}-orig ${module}
 	fi
 fi
 




More information about the Pkg-loop-aes-commits mailing list