summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-21 12:04:06 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-21 12:04:06 +0200
commitf9cee98aacd6aea8ccb7f5677b4ff1e1e234e4d1 (patch)
treeb99e7f202b97ef3cac5d24c374081f1eab7ec2b7 /debian
parent102324642a15ad59bc0a8260279fd80b8696680f (diff)
downloadbiboumi-f9cee98aacd6aea8ccb7f5677b4ff1e1e234e4d1.tar.gz
biboumi-f9cee98aacd6aea8ccb7f5677b4ff1e1e234e4d1.tar.bz2
biboumi-f9cee98aacd6aea8ccb7f5677b4ff1e1e234e4d1.tar.xz
biboumi-f9cee98aacd6aea8ccb7f5677b4ff1e1e234e4d1.zip
Prepare for release: Update changelog, control file and copyright hints.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog22
-rw-r--r--debian/control1
-rw-r--r--debian/copyright_hints8
3 files changed, 27 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 6e4c371..d71d888 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+biboumi (4.3-1) unstable; urgency=medium
+
+ [ upstream ]
+ * New release(s).
+ + Works with botan 2.x (not only botan 1.11.x).
+ + Fix build without LiteSQL available.
+ + Fix segmentation fault connecting to IRC server on undefined port.
+
+ [ Jonas Smedegaard ]
+ * Update watch file:
+ + Fix mangle upstream filename (lacked versioning, confusing uscan).
+ * Modernize cdbs:
+ + Do copyright-check in maintainer script (not during build).
+ + Stop build-depend on licensecheck.
+ * Drop patch cherry-picked upstream and now applied.
+ * Drop patch cherry-picked upstream but now mysteriously gone from
+ upstream master branch.
+ * Update copyright info:
+ + Extend copyright for my parts to cover current year.
+
+ -- Jonas Smedegaard <dr@jones.dk> Sun, 21 May 2017 12:03:04 +0200
+
biboumi (4.0-2) unstable; urgency=medium
* Fix set proper group (and explicitly set user too, while at it).
diff --git a/debian/control b/debian/control
index 93c3f4f..516fb08 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
Build-Depends: cdbs,
debhelper,
dh-buildinfo,
- licensecheck,
cmake,
catch,
uuid-dev,
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 9e2ff85..cfbc48d 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -15,10 +15,7 @@ Files: CHANGELOG.rst
debian/compat
debian/control
debian/control.in
- debian/files
debian/gbp.conf
- debian/patches/020161125~ad22be4.patch
- debian/patches/020161204~eb8f1cb.patch
debian/patches/2001_cmake_ignore_git.patch
debian/patches/2002_fix_default_locale.patch
debian/patches/README
@@ -151,6 +148,11 @@ Copyright: 2012-2015, Lars Bilke
License: BSD-3-clause
FIXME
+Files: debian/copyright-check
+Copyright: 2016-2017, Jonas Smedegaard <dr@jones.dk>
+License: GPL-3+
+ FIXME
+
Files: debian/rules
Copyright: 2016, Jonas Smedegaard <dr@jones.dk>
2016, Vasudev Kamath <vasudev@copyninja.info>