tags 398401 + patch
thanks

Ok, I made a fool of my self as usual. Ignore my previous mail...
I to quickly assumed the freeswan package was not a transition
package since it contained files.

Here's a real fix that comments out some lines in debian/rules to avoid
installing any files in /etc. This makes the transition package only
contain debian changelog and copyright file which should fix the problem
reported in bug #398401.

Patch attached.

Regards,
Andreas Henriksson
diff -uri freeswan-2.04/debian/changelog 
freeswan-2.04.noinstall/debian/changelog
--- freeswan-2.04/debian/changelog      2006-04-23 22:53:22.000000000 +0200
+++ freeswan-2.04.noinstall/debian/changelog    2006-11-14 18:02:14.000000000 
+0100
@@ -1,3 +1,12 @@
+freeswan (2.04-13.1) unstable; urgency=medium
+
+  * NMU
+  * Comment out lines in debian/rules to not install any files in the
+    transition package except the debian changelog and copyright file.
+    (Urgency medium as it fixes a RC bug, Closes: #398401)
+
+ -- Andreas Henriksson <[EMAIL PROTECTED]>  Tue, 14 Nov 2006 17:58:57 +0100
+
 freeswan (2.04-13) unstable; urgency=low
 
   * Changed the dependeny of kernel-patch freeswan to 
diff -uri freeswan-2.04/debian/rules freeswan-2.04.noinstall/debian/rules
--- freeswan-2.04/debian/rules  2005-06-20 11:21:33.000000000 +0200
+++ freeswan-2.04.noinstall/debian/rules        2006-11-14 17:56:11.000000000 
+0100
@@ -39,12 +39,12 @@
        dh_testdir
        dh_testroot
        dh_clean -k -i 
-       dh_installdirs -i
+       #dh_installdirs -i
 
-       mkdir debian/freeswan/etc/
-       cp -r conffiles/* debian/freeswan/etc/
+       #mkdir debian/freeswan/etc/
+       #cp -r conffiles/* debian/freeswan/etc/
 
-       dh_install -i
+       #dh_install -i
 
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-indep

Reply via email to