diff -pruN 2.2.8-5/debian/changelog 2.2.8-6/debian/changelog
--- 2.2.8-5/debian/changelog	2022-07-06 13:56:57.000000000 +0000
+++ 2.2.8-6/debian/changelog	2022-08-03 13:35:39.000000000 +0000
@@ -1,3 +1,13 @@
+saclib (2.2.8-6) unstable; urgency=medium
+
+  * debian/copyright
+    - Bump my copyright years.
+  * debian/Makefile
+    - Fix typo; include all object files in the static library
+      (Closes: #1015042).
+
+ -- Doug Torrance <dtorrance@debian.org>  Wed, 03 Aug 2022 09:35:39 -0400
+
 saclib (2.2.8-5) unstable; urgency=medium
 
   * Team upload.
diff -pruN 2.2.8-5/debian/copyright 2.2.8-6/debian/copyright
--- 2.2.8-5/debian/copyright	2022-07-06 07:21:43.000000000 +0000
+++ 2.2.8-6/debian/copyright	2022-08-03 13:26:29.000000000 +0000
@@ -21,7 +21,7 @@ Copyright: 1993 by Kurt Gödel Institute
 License: ISC
 
 Files: debian/*
-Copyright: 2020-2021 Doug Torrance <dtorrance@debian.org>
+Copyright: 2020-2022 Doug Torrance <dtorrance@debian.org>
 License: ISC
 
 License: ISC
diff -pruN 2.2.8-5/debian/Makefile 2.2.8-6/debian/Makefile
--- 2.2.8-5/debian/Makefile	2022-07-06 12:46:43.000000000 +0000
+++ 2.2.8-6/debian/Makefile	2022-08-03 13:25:49.000000000 +0000
@@ -21,7 +21,7 @@ GC.o: src/GC.c
 	$(CC) -Iinclude $(CPPFLAGS) $(CFLAGS) -c $< $(C_EXTRA_FLAGS) -o $@
 
 libsaclib.a: $(OBJS)
-	$(AR) rcs .libs/$@ $<
+	$(AR) rcs .libs/$@ $^
 
 
 libsaclib.so.0.0.0: $(OBJS) GC.o
