aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog20
-rw-r--r--debian/control2
-rw-r--r--debian/salsa-ci.yml3
-rw-r--r--debian/tests/control2
4 files changed, 23 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 470ec85..7a141a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,26 @@
+interimap (0.5.7-2) unstable; urgency=medium
+
+ * DEP-8: Name inline tests.
+ * Bump Standards-Version to 4.6.2 (no changes needed).
+ * Salsa CI: Include recipes/debian.yml.
+
+ -- Guilhem Moulin <guilhem@debian.org> Wed, 25 Jan 2023 02:35:21 +0100
+
+interimap (0.5.7-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * No source change upload to rebuild with debhelper 13.10.
+
+ -- Michael Biebl <biebl@debian.org> Sat, 15 Oct 2022 11:04:02 +0200
+
interimap (0.5.7-1) unstable; urgency=low
* New upstream release.
* Set field Upstream-Name in debian/copyright.
* Update standards version to 4.6.0, no changes needed.
+ * d/control: Update and improve long descriptions, adding reference to
+ alternative software.
+ * Update d/u/signing-key.asc.
* d/watch: Use substitution strings.
* d/rules: Adapt to upstream's Makefile refactoring.
* d/control, d/rules: Honor 'nodoc' profile. In particular, exclude 'jq'
@@ -11,7 +29,7 @@ interimap (0.5.7-1) unstable; urgency=low
* d/patches: Don't exclude non-IDLE'ing pullimap tests.
* d/rules: Pass --no-parallel flag to dh_auto_test.
* Update copyright years.
- * Add DEP-8 tests for 'interimap' and 'pullimap' packages.
+ * Add DEP-8 tests for 'interimap' and 'pullimap' binary packages.
-- Guilhem Moulin <guilhem@debian.org> Sun, 27 Feb 2022 16:58:18 +0100
diff --git a/debian/control b/debian/control
index 96b3c9b..ec36e36 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
sqlite3 <!nocheck>,
xxd <!nocheck>
Rules-Requires-Root: no
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
Homepage: https://guilhem.org/interimap
Vcs-Git: https://salsa.debian.org/debian/interimap.git -b debian/latest
Vcs-Browser: https://salsa.debian.org/debian/interimap
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index bd7fce1..db23eb0 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -1,7 +1,6 @@
---
include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
# This test causes `doveadm exec imap` to fail with
#
diff --git a/debian/tests/control b/debian/tests/control
index f65333f..6b74499 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,7 +1,9 @@
+Features: test-name=installcheck-interimap
Test-Command: make installcheck-interimap bindir="/usr/bin"
Restrictions: rw-build-tree
Depends: dovecot-imapd, interimap, openssl, procps, sqlite3, xxd
+Features: test-name=installcheck-pullimap
Test-Command: make installcheck-pullimap bindir="/usr/bin"
Restrictions: rw-build-tree
Depends: dovecot-imapd, dovecot-lmtpd, openssl, pullimap, xxd