diff -pruN 2.0.1-1/debian/changelog 2.0.1-2/debian/changelog
--- 2.0.1-1/debian/changelog	2024-02-10 14:26:42.000000000 +0000
+++ 2.0.1-2/debian/changelog	2025-02-08 18:26:57.000000000 +0000
@@ -1,3 +1,11 @@
+fonts-smiley-sans (2.0.1-2) unstable; urgency=medium
+
+  * debian/control: Remove build-dep on glyphspkg.
+  * debian/patches/0001-build.sh-Fix-build-with-fonttools-workflow.patch:
+    Do not use glyphspkg anymore.
+
+ -- Boyuan Yang <byang@debian.org>  Sat, 08 Feb 2025 13:26:57 -0500
+
 fonts-smiley-sans (2.0.1-1) unstable; urgency=medium
 
   * New upstream release.
diff -pruN 2.0.1-1/debian/patches/0001-build.sh-Fix-build-with-fonttools-workflow.patch 2.0.1-2/debian/patches/0001-build.sh-Fix-build-with-fonttools-workflow.patch
--- 2.0.1-1/debian/patches/0001-build.sh-Fix-build-with-fonttools-workflow.patch	2024-02-10 14:26:24.000000000 +0000
+++ 2.0.1-2/debian/patches/0001-build.sh-Fix-build-with-fonttools-workflow.patch	2025-02-08 18:26:56.000000000 +0000
@@ -2,7 +2,7 @@ From: Boyuan Yang <byang@debian.org>
 Date: Sun, 27 Nov 2022 17:11:39 -0500
 Subject: build.sh: Fix build with fonttools workflow
 
-Last-Update: 2024-02-10
+Last-Update: 2025-02-08
 ---
  build.sh | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
@@ -11,18 +11,6 @@ diff --git a/build.sh b/build.sh
 index dadd3d6..ff64a75 100755
 --- a/build.sh
 +++ b/build.sh
-@@ -7,8 +7,10 @@ if [ ! -d "build" ]; then
-     mkdir build
- fi
- 
-+glyphspkg -o src src/SmileySans.glyphspackage
-+
- fontmake \
--    -g src/SmileySans.glyphspackage \
-+    -g src/SmileySans.glyphs \
-     --output-dir build \
-     --master-dir {tmp} \
-     --timing
 @@ -16,5 +18,5 @@ fontmake \
  for ext in otf ttf
  do
