From 417ae4b8a47a20b0ad35fb57ec28e7d443c96798 Mon Sep 17 00:00:00 2001
From: Jonathan McDowell <noodles@earth.li>
Date: Sat, 18 Dec 2021 14:40:21 +0000
Subject: [PATCH] Change to debhelper compat level 10

---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/docs      | 8 ++++++++
 debian/examples  | 1 +
 debian/install   | 3 +++
 5 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 debian/docs
 create mode 100644 debian/examples
 create mode 100644 debian/install

diff --git a/debian/changelog b/debian/changelog
index 1264752..7b63233 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ htag (0.0.24-2) UNRELEASED; urgency=medium
   * Update copyright to explicitly state GPL-v2-only
   * Remove article from start of package description
   * Set source/format to "3.0 (quilt)"
+  * Change to debhelper compat level 10
 
  -- Jonathan McDowell <noodles@earth.li>  Fri, 26 Jul 2019 10:14:46 -0300
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+10
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..8e53dc3
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,8 @@
+docs/AUTHORS
+docs/BUGS
+docs/MACRO_DESCRIPTION
+docs/README
+docs/TODO
+docs/TROUBLESHOOTING
+docs/URL 
+docs/Changelog.htagplugin
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..c56ad55
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+docs/sample-config/*
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..66c5678
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+htag.pl				usr/bin/htag
+HtagPlugin/HtagPlugin.pm	$(pmdir)
+plugins/*			usr/share/htag/plugins/
-- 
2.39.5