{"base_revision":"git-v1:364681cf8d3dff13545d0e1e3ad6d0d8403929d3","content":"diff --git a/debian/changelog b/debian/changelog\nindex 7d0dc13..07dc1ec 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,12 @@\n+amiga-fdisk (0.04-19) UNRELEASED; urgency=low\n+\n+  * Avoid explicitly specifying -Wl,--as-needed linker flag.\n+  * Trim trailing whitespace.\n+  * Remove patches gcc14, warnings that are missing from debian/patches/series.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 08 May 2026 21:06:12 +0000\n+\n amiga-fdisk (0.04-18) unstable; urgency=medium\n \n   * Explicitly define block argument as int (closes: #1074807).\n@@ -103,7 +112,7 @@ amiga-fdisk (0.04-8) unstable; urgency=low\n \n amiga-fdisk (0.04-7) unstable; urgency=low\n \n-  * apply patch as supplied by Matt Kraai, which preserves newlines \n+  * apply patch as supplied by Matt Kraai, which preserves newlines\n     (closes: #212880).\n \n  -- Christian T. Steigies <cts@debian.org>  Tue, 18 Nov 2003 08:36:09 -0500\n@@ -159,7 +168,7 @@ amiga-fdisk-bf (0.04-3) frozen unstable; urgency=high\n   +char type[100];        /* Needed by DosType() */\n \n   * NMU, thanks to Roman for the diff\n-  \n+\n  -- Christian T. Steigies <cts@debian.org>  Thu, 18 May 2000 10:07:52 +0200\n \n amiga-fdisk-bf (0.04-2) frozen unstable; urgency=low\n@@ -203,4 +212,3 @@ amiga-fdisk (0.03a-1) unstable; urgency=low\n     namespace pollution.\n \n  -- Frank Neumann <Frank.Neumann@Informatik.Uni-Oldenburg.DE>  Thu, 26 Feb 1998 02:58:57 +0100\n-\ndiff --git a/debian/control b/debian/control\nindex e442b23..8ea6769 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -2,7 +2,7 @@ Source: amiga-fdisk\n Section: admin\n Priority: standard\n Maintainer: Christian T. Steigies <cts@debian.org>\n-Standards-Version: 4.6.2\n+Standards-Version: 4.7.4\n Build-Depends: debhelper-compat (= 13),\n                libreadline-dev\n Homepage: https://salsa.debian.org/cts/amiga-fdisk\n@@ -32,7 +32,7 @@ Description: Partition editor for Amiga (boot-floppies version)\n  sort of beta status. It's suggested that you still use the AmigaDOS\n  native tool \"HDToolBox\" to partition your harddisks and use\n  amiga-fdisk only for querying partition information.\n- This is the boot-floppies version, you should upgrade to the full \n+ This is the boot-floppies version, you should upgrade to the full\n  version as soon as possible.\n \n Package: amiga-fdisk-cross\ndiff --git a/debian/patches/gcc14 b/debian/patches/gcc14\ndeleted file mode 100644\nindex df77b98..0000000\n--- a/debian/patches/gcc14\n+++ /dev/null\n@@ -1,23 +0,0 @@\n---- a/amigastuff.c\n-+++ b/amigastuff.c\n-@@ -66,7 +66,7 @@\n- \n- int rigiddisk_new(int first);\n- \n--char *get_block(block)\n-+char *get_block(int block)\n- {\n- \t/* This is a true quickhack. Whenn we are in list only\n- \t * mode, we may not have swap and so we may not be able\n-@@ -81,9 +81,10 @@\n- \tif (list_only)\n- \t{\n- \t\tif ((l=open(disk_device,O_RDONLY))<0) {\n--\t\t\tif (get_dev)\n-+\t\t\tif (get_dev) {\n- \t\t\t\tfprintf (stderr,\"Cannot open device %s\\n\",disk_device);\n- \t\t\t\treturn NULL;\n-+\t\t\t}\n- \t\t}\n- \n- \t\tif (lseek(l,(block*SECTOR_SIZE),SEEK_SET)<0) {\ndiff --git a/debian/patches/warnings b/debian/patches/warnings\ndeleted file mode 100644\nindex ce4c0bd..0000000\n--- a/debian/patches/warnings\n+++ /dev/null\n@@ -1,14 +0,0 @@\n---- a/fdisk.c\n-+++ b/fdisk.c\n-@@ -82,9 +82,9 @@\n- \n- \t/* 0x is hex, 0 is octal, everything else is decimal. */\n- \tif (strncmp(s, \"0x\", 2) == 0 || strncmp(s, \"0X\", 2) == 0)\n--\t\tsscanf(s + 2, \"%x\", &n);\n-+\t\tsscanf(s + 2, \"%x\", (unsigned int *) &n);\n- \telse if (s[0] == '0' && s[1])\n--\t\tsscanf(s + 1, \"%o\", &n);\n-+\t\tsscanf(s + 1, \"%o\", (unsigned int *) &n);\n- \telse {\n- \t\td=s;\n- \t\twhile (d[0]!=0) {\ndiff --git a/debian/rules b/debian/rules\nindex 8140784..abbd9be 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -8,7 +8,6 @@\n DPKG_EXPORT_BUILDFLAGS = 1\n export DEB_BUILD_MAINT_OPTIONS = hardening=+all\n export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic\n-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed\n include /usr/share/dpkg/buildflags.mk\n \n ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:c513ca625ba3cbc1586c5d39a5fce8fac3d681ca"}