summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2020-08-13 22:34:51 +0100
committerThomas Preud'homme <robotux@celest.fr>2020-08-14 23:10:35 +0100
commit1b070463d2997305da39af4db9659c27fd3a4492 (patch)
treec7f07bb4b7f3531df86d6bb02a42b28cab02589e
parent0dde31e0cbe238e7f725b7829f67d864f0601e8c (diff)
Bump debhelper compat to 13.
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index eee6009..87c426e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ tcc (0.9.27+git20200814.62c30a4a-1) UNRELEASED; urgency=medium
+ Drop patches applied upstream.
* debian/rules:
+ Remove unneeded backup of tcc-doc.html.
+ * debian/control:
+ + Bump debhelper compat to 13 and build-depends on debhelper-compat.
+ * debian/compat:
+ + Remove.
-- Thomas Preud'homme <robotux@debian.org> Thu, 13 Aug 2020 22:29:31 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index eaffc67..2876500 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Thomas Preud'homme <robotux@debian.org>
Uploaders: Matteo Cypriani <mcy@lm7.fr>
-Build-Depends: debhelper (>= 11), texinfo, perl
+Build-Depends: debhelper-compat (= 13), texinfo, perl
Standards-Version: 4.1.3
Homepage: http://www.tinycc.org/
Vcs-Browser: https://salsa.debian.org/debian/tcc