[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#601946: Freeze exception for acpidump 20100513-2



On Sun, Nov 14, 2010 at 03:22:30PM +0900, Mattia Dongili wrote:
> retitle 601946 Freeze exception for acpidump 20100513-3
> thanks
> 
> On Thu, Nov 11, 2010 at 04:44:25PM +0100, Julien Cristau wrote:
> > On Wed, Nov 10, 2010 at 12:57:54 +0900, Mattia Dongili wrote:
> > 
> > > > madt was also removed from upstream's toplevel makefile since the
> > > > current squeeze version.
> > > 
> > > I can also remove that, I doubt anyone ever used it, ever. I can remove
> > > that too (for all architectures) but it's even more changes to the
> > > package, would you let it go to squeeze?
> > > 
> > Yes.
> 
> Just re-uploaded without madt, the -3 revision is already built.

And I forgot to attach the diff again...

 debian/acpidump.1 |   23 ++---------------------
 debian/changelog  |    8 ++++++++
 debian/control    |    2 +-
 debian/rules      |   11 +++++------
 4 files changed, 16 insertions(+), 28 deletions(-)

diff --git a/debian/acpidump.1 b/debian/acpidump.1
index eb3f123..79c94ec 100644
--- a/debian/acpidump.1
+++ b/debian/acpidump.1
@@ -20,8 +20,6 @@ acpidump \- dump a system's ACPI tables to an ASCII file
 .br
 acpixtract \- convert ASCII acpidump output to raw binary table
 .br
-madt \- parser for APIC table
-.br
 turbostat \- gather performance statistics
 
 .SH SYNOPSIS
@@ -37,25 +35,15 @@ turbostat \- gather performance statistics
 .RI [ command
 .RI [ arg ] ... ]
 .br
-.B madt
-.br
 
 .SH DESCRIPTION
 This manual page documents briefly the
 .B acpidump
 ,
 .B acpixtract
-,
-.B turbostat
 and
-.B madt
+.B turbostat
 commands.
-.B acpidump
-and
-.B acpixtract
-options are described below while
-.B madt
-can only read an APIC table from standard input.
 
 .B turbostat
 reads hardware registers and gather statistics on the processor clock
@@ -86,11 +74,6 @@ skip 2 tables of the given name and output only 3rd one
 .TP
 .B \-h, \-\-help
 outputs an help message
-.TP
-acpixtract only option is:
-.TP
-.B \-n instance_number
-prints Nth instance of target table, default is 1
 
 .SH OPTIONS
 acpixtract options are as follow:
@@ -120,7 +103,7 @@ turbostat runs it and outputs statistics gathered while the program was running.
 .SH EXAMPLES
 .LP
 Dump the DSDT table to the file DSDT.aml in binary format (this can be
-disassembled later with iasl(1):
+disassembled later with iasl(1)):
 .RS 8
 acpidump \-b \-t DSDT \-o DSDT.aml
 .RE
@@ -147,8 +130,6 @@ Parse APIC tables:
 acpidump \-o DSDT.dat
 .br
 acpixtract \-sAPIC DSDT.dat
-.br
-madt < APIC.dat
 .RE
 
 .SH SEE ALSO
diff --git a/debian/changelog b/debian/changelog
index 0ff7221..297e265 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+acpidump (20100513-3) unstable; urgency=low
+
+  * Do not build madt as it was dropped upstream.
+  * Remove all references to madt in the manpage and fix a couple of
+    inconsistencies.
+
+ -- Mattia Dongili <malattia@debian.org>  Sat, 13 Nov 2010 12:08:47 +0900
+
 acpidump (20100513-2) unstable; urgency=low
 
   * Do not build turbostat on ia64 (Closes: #599950)
diff --git a/debian/control b/debian/control
index d0a5d09..d6489a2 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,6 @@ Description: utilities to dump system's ACPI tables to an ASCII file
  tables:
   * acpidump: to dump tables
   * acpixtract: to convert ASCII acpidump output to raw binary
-  * madt: to parse APIC tables as the Linux kernel does
+  * turbostat: to gather performance statistics (x86 only)
  .
  Note: Upstream package is called pmtools.
diff --git a/debian/rules b/debian/rules
index 4e2d8b6..7b8aff7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,11 +19,11 @@ endif
 
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 ifeq ($(DEB_HOST_ARCH),ia64)
-	BINARIES = acpixtract acpidump madt
-	MANPAGES = acpixtract madt
+	BINARIES = acpixtract acpidump
+	MANPAGES = acpixtract
 else
-	BINARIES = acpixtract acpidump turbostat madt
-	MANPAGES = acpixtract turbostat madt
+	BINARIES = acpixtract acpidump turbostat
+	MANPAGES = acpixtract turbostat
 endif
 
 configure: configure-stamp
@@ -51,7 +51,6 @@ clean:
 
 	# Add here commands to clean up after the build process.
 	$(MAKE) clean
-	[ ! -f madt/madt ] || $(MAKE) -C madt clean
 
 	dh_clean 
 
@@ -63,7 +62,7 @@ install: build
 
 	# Add here commands to install the package into debian/acpidump.
 	install -d $(CURDIR)/debian/acpidump/usr/bin
-	install -m 755 acpidump/acpidump madt/madt acpixtract/acpixtract \
+	install -m 755 acpidump/acpidump acpixtract/acpixtract \
 		$(CURDIR)/debian/acpidump/usr/bin
 	[ ! -f turbostat/turbostat ] || \
 		install -m 755 turbostat/turbostat \
-- 
mattia
:wq!

Attachment: signature.asc
Description: Digital signature


Reply to: