From: Jonathan McDowell Date: Sat, 18 Dec 2021 14:40:21 +0000 (+0000) Subject: Change to debhelper compat level 10 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=HEAD;p=htag.git Change to debhelper compat level 10 --- 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 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/