diff options
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/patches/series | 14 |
2 files changed, 20 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 207b2f0..7b28bc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +dmidecode (3.1-1) UNRELEASED; urgency=medium + + * New upstream release. + - Remove applied patches: + + debian/patches/0110-nosysfs.patch + + debian/patches/0115-no_smbios_DMI_entry_point.patch + + debian/patches/0120-return_actual_data_size.patch + + debian/patches/0125-use_read_file_to_read_DMI_table_from_sysfs.patch + + debian/patches/0130-use_DWORD_for_table_max_size.patch + + debian/patches/0135-hide_fixup_msg.patch + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 31 May 2017 23:27:55 +0200 + dmidecode (3.0-4) unstable; urgency=medium * debian/rules: Fix FTCBFS to pass suitable CC to make. (Closes: #835921). diff --git a/debian/patches/series b/debian/patches/series index 1916e4c..e06432c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,10 +1,10 @@ 0100-ansi-c.patch 0001-hurd.patch 0005-build.patch -0105-dmidecode-avoid-sigbus.patch -0110-nosysfs.patch -0115-no_smbios_DMI_entry_point.patch -0120-return_actual_data_size.patch -0125-use_read_file_to_read_DMI_table_from_sysfs.patch -0130-use_DWORD_for_table_max_size.patch -0135-hide_fixup_msg.patch +#0105-dmidecode-avoid-sigbus.patch +#0110-nosysfs.patch +#0115-no_smbios_DMI_entry_point.patch +#0120-return_actual_data_size.patch +#0125-use_read_file_to_read_DMI_table_from_sysfs.patch +#0130-use_DWORD_for_table_max_size.patch +#0135-hide_fixup_msg.patch |