New Upstream Snapshot - ckon

Ready changes

Summary

Merged new upstream version: 0.7.1+git20210224.1.6e3c2cd (was: 0.7.1).

Resulting package

Built on 2022-12-20T14:21 (took 3m23s)

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

apt install -t fresh-snapshots ckon-dbgsymapt install -t fresh-snapshots ckon

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d0c600c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,16 +0,0 @@
-# Compiled Object files
-*.slo
-*.lo
-*.o
-
-# Compiled Dynamic libraries
-*.so
-*.dylib
-
-# Compiled Static libraries
-*.lai
-*.la
-*.a
-
-docs/_build
-pepper_out
diff --git a/debian/changelog b/debian/changelog
index ae372fc..4f03de1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ckon (0.7.1+git20210224.1.6e3c2cd-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 20 Dec 2022 14:19:09 -0000
+
 ckon (0.7.1-5) unstable; urgency=medium
 
   * Team upload.
diff --git a/docs/index.rst b/docs/index.rst
index 43c77a1..3764bec 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -36,7 +36,7 @@ Authors and Contributors
 
 License & Project Homepage
   | *ckon* is published under `MIT License`_.  
-  | Find the project page at http://tschaume.github.com/ckon
+  | Find the project page at http://tschaume.github.io/ckon
 
 Software Requirements
   * m4/1.4.6
diff --git a/packaging.md b/packaging.md
new file mode 100644
index 0000000..b5274e9
--- /dev/null
+++ b/packaging.md
@@ -0,0 +1,34 @@
+```
+# http://anonscm.debian.org/cgit/debian-science/packages/ckon.git/
+cd /vagrant/others
+wget https://github.com/tschaume/ckon/archive/v<version>.tar.gz
+mv v<version>.tar.gz ckon-<version>.orig.tar.gz
+cd others
+git import-orig --pristine-tar ../ckon-<version>.orig.tar.gz
+# update changelog (unstable, correct version)
+git-dch -S -a
+# update version in ckon.1 manual
+git commit -a -m "update version and changelog"
+git clean -f -x -d
+gbp buildpackage --git-pristine-tar
+cd ..
+sudo debi ckon_<version>-<rev>_amd64.changes
+ckon --version
+lintian -i -I --show-overrides ckon_<version>-<rev>_amd64.changes
+cd others
+# fix errors
+gbp buildpackage --git-pristine-tar
+cme fix dpkg-control
+gbp buildpackage --git-pristine-tar --git-tag
+git push --all alioth
+git push --tags alioth
+git push --all origin
+git push --tags origin
+cd ..
+dput mentors-ftp ckon_<version>-<rev>_amd64.changes
+# https://mentors.debian.net/packages/my
+# https://github.com/tschaume/ckon-deb-pkg/releases
+# http://anonscm.debian.org/cgit/blends/projects/science.git/ -> Suggests: ckon
+# https://tracker.debian.org/pkg/ckon -> links to build logs, bug reports, ubuntu pkg, news etc.
+# add list entry at https://wiki.debian.org/DebianPureBlends/SoB
+```

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/df/ca950b0e4c0949567c4f93e423c01668d7435e.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/95/f7f3d7c2c18b8d21b30c960a6332b5a5a32d2f.debug

No differences were encountered between the control files of package ckon

Control files of package ckon-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 95f7f3d7c2c18b8d21b30c960a6332b5a5a32d2f dfca950b0e4c0949567c4f93e423c01668d7435e

More details

Full run details