--- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/AMD/powernow.c +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/AMD/powernow.c @@ -134,7 +134,7 @@ static int get_main_pll_fid(void) { - struct pci_filter filter_nb_misc = { -1, -1, -1, -1, 0x1022, 0x1703}; + struct pci_filter filter_nb_misc = { -1, -1, -1, -1, 0x1022, 0x1703 }; struct pci_access *pacc; struct pci_dev *z = NULL; u8 val; --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/Makefile +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/Makefile @@ -1,6 +1,6 @@ -VERSION=1.30 +VERSION=1.31pre -CFLAGS = -g -O2 -Werror -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -DVERSION="$(VERSION)" +CFLAGS = -g -O2 -Wall -Wshadow -Wextra -Wmissing-declarations -Wdeclaration-after-statement -Wredundant-decls -DVERSION="$(VERSION)" LDFLAGS = -Wl,-z,relro,-z,now CC = gcc --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/debian/changelog +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/debian/changelog @@ -0,0 +1,325 @@ +x86info (1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f-1build1) bionic; urgency=high + + * No change rebuild to pick up -fPIE compiler default + + -- Balint Reczey Tue, 03 Apr 2018 12:51:36 +0000 + +x86info (1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f-1) unstable; urgency=low + + * New upstream git snapshot (upstream seems to have given up on + releases for now...). + + -- Mark Brown Thu, 03 Sep 2015 18:28:04 +0100 + +x86info (1.30-3) unstable; urgency=low + + * Policy 3.9.4. + * Use debhelper 9. + + -- Mark Brown Thu, 09 May 2013 11:43:58 +0100 + +x86info (1.30-2) unstable; urgency=low + + * Fix kFreeBSD breakage (closes: #662658). + + -- Mark Brown Thu, 05 Apr 2012 11:51:42 +0100 + +x86info (1.30-1) unstable; urgency=low + + * New upstream release. + * Build depend on libpci-dev. + + -- Mark Brown Thu, 23 Feb 2012 22:31:42 +0000 + +x86info (1.25-1) unstable; urgency=low + + * New upstream release (closes: #526677). + * Use debhelper 6. + * Policy 3.8.3 (no changes). + + -- Mark Brown Sat, 12 Dec 2009 12:59:47 +0000 + +x86info (1.24-1) unstable; urgency=low + + * New upstream release. + * Python is now required to build. + + -- Mark Brown Sun, 08 Feb 2009 19:43:18 +0000 + +x86info (1.23-1) experimental; urgency=low + + * New upstream release. + + -- Mark Brown Sun, 21 Dec 2008 20:42:37 +0000 + +x86info (1.21-2) unstable; urgency=low + + * Add support for kfreebsd-amd64 (closes: #493471). + + -- Mark Brown Sun, 03 Aug 2008 00:10:11 +0100 + +x86info (1.21-1) unstable; urgency=low + + * New upstream release. + * This release supports GNU/KFreeBSD upstream (closes: #345210). + * Add Vcs-Git. + * Policy 3.7.3 (no changes). + + -- Mark Brown Thu, 03 Jan 2008 21:57:58 +0000 + +x86info (1.20-1) unstable; urgency=low + + * New upstream release. + + -- Mark Brown Fri, 20 Apr 2007 19:38:06 +0100 + +x86info (1.18-2) unstable; urgency=low + + * Remove Debconf prompt when creating device nodes. This violates policy + but that particular bit of policy looks like it is not long for this + world. + + -- Mark Brown Thu, 14 Sep 2006 22:42:07 +0100 + +x86info (1.18-1) unstable; urgency=low + + * New upstream release. + * Fix speed output. + + -- Mark Brown Fri, 1 Sep 2006 20:58:56 +0100 + +x86info (1.17-2) unstable; urgency=low + + * Change build dep to libc6-dev-i386 (closes: #360494). + + -- Mark Brown Wed, 19 Apr 2006 17:16:16 +0100 + +x86info (1.17-1) unstable; urgency=low + + * New upstream release. + * Allow udev as an alternative to makedev. + * Remove AMD64 GCC version bodge since the 4.0 transition should make it + redundant. + + -- Mark Brown Thu, 29 Dec 2005 13:53:24 +0000 + +x86info (1.15-2) unstable; urgency=low + + * Add Swedish translation of the debconf templates, kindly provided by + Daniel Nylander (closes: #330722). + + -- Mark Brown Fri, 30 Sep 2005 12:10:09 +0100 + +x86info (1.15-1) unstable; urgency=low + + * New upstream release. + + -- Mark Brown Fri, 2 Sep 2005 21:41:31 +0100 + +x86info (1.14-2) unstable; urgency=low + + * Add vietnamese translation of debconf templates provided by Clytie + Siddall (closes: #324233). + + -- Mark Brown Sun, 21 Aug 2005 11:08:09 +0100 + +x86info (1.14-1) unstable; urgency=low + + * New upstream release. + * Policy 3.6.2 (no changes). + + -- Mark Brown Sun, 7 Aug 2005 23:15:25 +0100 + +x86info (1.13-3) unstable; urgency=low + + * Build on amd64 too (closes: #307684). + * Use GCC 3.4 on amd64 since that is required in order to build i386 + assembler (the default is GCC 3.3). + + -- Mark Brown Sat, 7 May 2005 15:39:20 +0100 + +x86info (1.13-2) unstable; urgency=low + + * Correct spelling mistake in man page (closes: #306720). + + -- Mark Brown Fri, 29 Apr 2005 19:21:17 +0100 + +x86info (1.13-1) unstable; urgency=low + + * New upstream release. + + -- Mark Brown Wed, 9 Feb 2005 20:55:13 +0000 + +x86info (1.12b-5) unstable; urgency=low + + * Relicense the manual page under the GPL. + + -- Mark Brown Sun, 9 Jan 2005 19:50:58 +0000 + +x86info (1.12b-4) unstable; urgency=low + + * Include Czech debconf template translation provided by Miroslav + Kure (closes: #273709). + + -- Mark Brown Tue, 28 Sep 2004 22:21:50 +0100 + +x86info (1.12b-3) unstable; urgency=low + + * Include Japanese debconf template translation provided by Hideki + Yamane (closes: #234088). + + -- Mark Brown Sat, 21 Feb 2004 23:24:02 +0000 + +x86info (1.12b-2) unstable; urgency=low + + * Include updated Russian debconf template translation provided by Ilgiz + Kalmetev (closes: #219224). + + -- Mark Brown Wed, 5 Nov 2003 08:21:26 +0000 + +x86info (1.12b-1) unstable; urgency=low + + * New upstream release. + * This release fixes the --cacheinfo documentation (closes: #202841). + * Include Dutch debconf translation from cobaco@linux.be (closes: #206329). + + -- Mark Brown Sat, 23 Aug 2003 12:27:08 +0100 + +x86info (1.11-7) unstable; urgency=low + + * Include an updated Spanish translation provided by Carlos Valdivia + Yagüe (closes: #200983). + + -- Mark Brown Sat, 12 Jul 2003 15:10:15 +0100 + +x86info (1.11-6) unstable; urgency=low + + * The "let's test dput" release. + * Use dh_install. + * Add Danish and German Debconf translations from the DDTP. + * Remove Emacs variables from changelog. + + -- Mark Brown Wed, 26 Mar 2003 22:27:35 +0000 + +x86info (1.11-5) unstable; urgency=low + + * Add Brazilian Portuguese debconf translation provided by Andre Luis + Lopes (closes: #185889). + + -- Mark Brown Sat, 22 Mar 2003 18:41:05 +0000 + +x86info (1.11-4) unstable; urgency=low + + * Add French translation of the debconf templates provided by Denis + Barbier (closes: #185798). + + -- Mark Brown Sat, 22 Mar 2003 14:14:08 +0000 + +x86info (1.11-3) unstable; urgency=low + + * Freshen debconf templates. + + -- Mark Brown Sat, 22 Mar 2003 12:53:57 +0000 + +x86info (1.11-2) unstable; urgency=low + + * Notify user of device file creation, don't ask about it. Update the + debconf question to reflect this change. + * Convert to po-debconf. + * Convert to debhelper version 4. + * Now at policy 3.5.8. + + -- Mark Brown Wed, 5 Mar 2003 21:46:54 +0000 + +x86info (1.11-1) unstable; urgency=low + + * New upstream release. + * This version contains an option allowing more verbose descriptions of + CPU feature flags (closes: #112702). + + -- Mark Brown Thu, 21 Nov 2002 19:28:58 +0000 + +x86info (1.9-1) unstable; urgency=low + + * New upstream release. + + -- Mark Brown Sun, 28 Apr 2002 23:59:00 +0100 + +x86info (1.7-3) unstable; urgency=low + + * Include Russian templates file (closes: #137168). + + -- Mark Brown Thu, 7 Mar 2002 09:21:22 +0000 + +x86info (1.7-2) unstable; urgency=low + + * Check for the existance MAKEDEV before calling it in case someone's been + silly enough to remove a required package (close: #126708). + + -- Mark Brown Mon, 7 Jan 2002 20:49:44 +0000 + +x86info (1.7-1) unstable; urgency=low + + * New upstream release. + + -- Mark Brown Tue, 18 Dec 2001 08:53:37 +0000 + +x86info (1.6-1) unstable; urgency=low + + * New upstream release. + + -- Mark Brown Thu, 22 Nov 2001 01:21:54 +0000 + +x86info (1.5-6) unstable; urgency=low + + * Include Spanish debconf translation from Carlos Valdivia Yagüe + (closes: #119499). + + -- Mark Brown Tue, 13 Nov 2001 23:25:15 +0000 + +x86info (1.5-5) unstable; urgency=medium + + * Depend on makedev versions with support for CPU devices + (closes: #112791). + * Don't use local man page any more. + + -- Mark Brown Wed, 19 Sep 2001 15:49:43 +0100 + +x86info (1.5-4) unstable; urgency=low + + * Fix spelling mistake in debconf template (closes: #112735). + + -- Mark Brown Wed, 19 Sep 2001 07:35:51 +0100 + +x86info (1.5-3) unstable; urgency=low + + * Include German translation of debconf template from Sebastian Feltel + (closes: #112139). + + -- Mark Brown Mon, 17 Sep 2001 04:55:41 +0100 + +x86info (1.5-2) unstable; urgency=low + + * Ask before creating CPU access devices (closes: #111088). + + -- Mark Brown Thu, 6 Sep 2001 11:11:27 +0100 + +x86info (1.5-1) unstable; urgency=low + + * New upstream release. + + -- Mark Brown Mon, 27 Aug 2001 21:42:29 +0100 + +x86info (1.4-1) unstable; urgency=low + + * New upstream release. + * Create CPU access devices in postinst (closes: #110168). + + -- Mark Brown Sun, 26 Aug 2001 20:06:47 +0100 + +x86info (1.3-1) unstable; urgency=low + + * Initial Release. + + -- Mark Brown Sun, 15 Jul 2001 01:18:11 +0100 + --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/debian/compat +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/debian/compat @@ -0,0 +1 @@ +6 --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/debian/control +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/debian/control @@ -0,0 +1,17 @@ +Source: x86info +Section: admin +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Mark Brown +Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 9), gcc-multilib [amd64 kfreebsd-amd64], python, libpci-dev +Standards-Version: 3.9.4 + +Package: x86info +Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, makedev (>= 2.3.1-53) | udev +Description: Display diagnostic information about i386 compatible CPUs + x86info displays diagnostic information about the CPUs fitted to i386 + compatible systems. This includes information on the CPU cache + configuration, speed and supported features. + . + Some features require the kernel cpuid driver to be available. --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/debian/copyright +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Mark Brown on +Sun, 15 Jul 2001 01:18:11 +0100. + +It was downloaded from + ftp://ftp.suse.com/pub/people/davej/x86info/x86info-1.3.tgz + +Upstream Author: David Jones + +Copyright: + +x86info is distributed under the terms of the GNU General Public License +version 2, a copy of which can be found in /usr/share/common-licenses/GPL-2 +on Debian systems. --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/debian/dirs +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/debian/dirs @@ -0,0 +1 @@ +usr/bin --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/debian/docs +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/debian/postinst +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/debian/postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ ! -c /dev/cpu/0/cpuid -a -x /dev/MAKEDEV ]; then + (cd /dev ; ./MAKEDEV cpu ) +fi --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/debian/rules +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/debian/rules @@ -0,0 +1,71 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DPKG_EXPORT_BUILDFLAGS=1 +include /usr/share/dpkg/buildflags.mk + +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + +build-arch: build +build-indep: +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -f debian/x86info.1 + + $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install x86info usr/bin + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installmenu + dh_installcron + dh_installman x86info.1 + dh_installinfo + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f.orig/debian/watch +++ x86info-1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.codemonkey.org.uk/projects/x86info/x86info-(.*)\.tgz debian uupdate