I have done a NMU of silc-toolkit to fix this RC bug. Please find the
diff attached.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net
diff -u silc-toolkit-0.9.12/debian/changelog 
silc-toolkit-0.9.12/debian/changelog
--- silc-toolkit-0.9.12/debian/changelog
+++ silc-toolkit-0.9.12/debian/changelog
@@ -1,3 +1,11 @@
+silc-toolkit (0.9.12-4.2) unstable; urgency=low
+
+  * 0-day NMU to fix an RC bug.
+  * Explicitly execute debian/control.sh with sh as suggested by Andreas
+    Jochens (closes: bug#328924).
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon,  6 Feb 2006 20:24:24 +0100
+
 silc-toolkit (0.9.12-4.1) unstable; urgency=low
 
   * This is an NMU, I don't know why Tamas didn't want to fix this.
diff -u silc-toolkit-0.9.12/debian/rules silc-toolkit-0.9.12/debian/rules
--- silc-toolkit-0.9.12/debian/rules
+++ silc-toolkit-0.9.12/debian/rules
@@ -75,7 +75,7 @@
        $(MAKE)
 
        # get proper name for shlib package
-       $(CURDIR)/debian/control.sh $(CURDIR)/debian/control $(CURDIR)/lib/.libs
+       sh $(CURDIR)/debian/control.sh $(CURDIR)/debian/control 
$(CURDIR)/lib/.libs
 
        touch build-stamp
 

Reply via email to