On Tue, 2007-08-28 at 08:52 +0200, Cyril Brulebois wrote:
> tag 439871 patch
> thanks
> 
> Soeren Sonnenburg <[EMAIL PROTECTED]> (28/08/2007):
> > /usr/sbin/microcode_ctl is missing from the package rendering it useless
> > 
> > $ dpkg -L microcode.ctl
> > /.
> > /usr
> > /usr/sbin
> 
> Since the switch to cdbs is suboptimal (missing include), it is “normal”
> not to have this file anymore. Please find attached a patch to fix this.
> The debdiff output still states:
> | Files in first .deb but not in second
> | -------------------------------------
> | -rw-r--r--  root/root   /usr/share/man/man8/microcode_ctl.8.gz
> 
> But it sounds less RC to me and I won't spend more time on this.

well to make it complete just add microcode_ctl.8 to
microcode.ctl.manpages, updated patch is attached.

Soeren
-- 
Sometimes, there's a moment as you're waking, when you become aware of
the real world around you, but you're still dreaming.
diff -ur ./debian/microcode.ctl.manpages ../../microcode.ctl-1.17/debian/microcode.ctl.manpages
--- ./debian/microcode.ctl.manpages	2007-08-28 09:02:46.000000000 +0200
+++ ../../microcode.ctl-1.17/debian/microcode.ctl.manpages	2007-08-28 09:00:29.000000000 +0200
@@ -1 +1,2 @@
 debian/update-intel-microcode.8
+microcode_ctl.8
diff -ur ./debian/rules ../../microcode.ctl-1.17/debian/rules
--- ./debian/rules	2007-08-28 09:02:46.000000000 +0200
+++ ../../microcode.ctl-1.17/debian/rules	2007-08-28 08:58:36.000000000 +0200
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+# Set the installation directory
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/microcode.ctl
 
 # Start at priority 80 (low priority), nothing to kill.
 DEB_UPDATE_RCD_PARAMS_microcode.ctl = start 80 S .

Reply via email to