New Upstream Snapshot - ddskk

Ready changes

Summary

Merged new upstream version: 17.1+0.20221030+git20221031.1.c24a624 (was: 17.1+0.20221030).

Resulting package

Built on 2023-01-22T13:27 (took 2m29s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots ddskk

Lintian Result

Diff

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index 2a6c064..0000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-name: CI
-
-on: [pull_request, push]
-
-jobs:
-  build:
-    runs-on: ubuntu-latest
-    strategy:
-      fail-fast: false
-      matrix:
-        emacs-version:
-          - 24.3
-          - 24.4 
-          - 24.5 
-          - 25.1 
-          - 25.2 
-          - 25.3 
-          - 26.1 
-          - 26.2 
-          - 26.3
-          - 27.1
-          - snapshot
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v2
-
-      - name: Setup Emacs
-        uses: purcell/setup-emacs@master
-        with:
-          version: ${{ matrix.emacs-version }}
-
-      - name: Download if Emacs version is 24.3
-        run: make downloads
-        if: ${{ matrix.emacs-version == '24.3' }}
-
-      - name: Run tests
-        run: make elc test
diff --git a/debian/changelog b/debian/changelog
index b767a48..818a230 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ddskk (17.1+0.20221030+git20221031.1.c24a624-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 22 Jan 2023 13:25:38 -0000
+
 ddskk (17.1+0.20221030-2) unstable; urgency=medium
 
   * Enable inhibit-automatic-native-compilation when byte-compiling
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..e3780ee
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,5 @@
+_build/doctrees/*
+_build/html/*
+_static/__pycache__/*
+__pycache__/*
+

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details