summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-01-16 21:14:25 +0100
committerAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-01-30 05:05:13 +0100
commitfd577d6005b037e886c17bf1bbc396090791315a (patch)
treefb8e462364c21ecad1c6c65e05df2b5b4d75af56
parentbb832783332f17cd78e7a79f8dc7dfcd839c5615 (diff)
downloadbcfg2-fd577d6005b037e886c17bf1bbc396090791315a.tar.gz
bcfg2-fd577d6005b037e886c17bf1bbc396090791315a.tar.bz2
bcfg2-fd577d6005b037e886c17bf1bbc396090791315a.zip
debian: Bump version and compat
-rw-r--r--debian/changelog46
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 48 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f6b395624..daed89dcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,49 @@
+bcfg2 (1.4.0pre2-0.1+spline4) unstable; urgency=medium
+
+ * debconf: Verify seen value
+ * debconf: Support removing of conf entries
+
+ -- Alexander Sulfrian <asulfrian@zedat.fu-berlin.de> Sun, 30 Jan 2022 05:04:26 +0100
+
+bcfg2 (1.4.0pre2-0.1+spline3) unstable; urgency=medium
+
+ * debconf: Add ability to ignore conf settings
+
+ -- Alexander Sulfrian <asulfrian@zedat.fu-berlin.de> Sat, 29 Jan 2022 20:02:13 +0100
+
+bcfg2 (1.4.0pre2-0.1+spline2) unstable; urgency=medium
+
+ * Cfg: Block for FAM events after creating files
+ * SSLCA: root_ca is a BooleanOption
+ * PkgVars: Add support for multiple values
+ * PkgVars: Add new plugin to set vars for packages
+ * Packages: Allow to filter provided packages
+ * Packages: Add possibility to customize User-Agent
+ * Packages: Add repo options to additional_data
+ * Packages: Add 'pin' attribute
+ * Packages: Add priority to sources and sort them
+ * Packages: Add "pyapt" source type
+ * Packages: Support different compression methods
+ * debconf: Save current_value for reporting
+ * debconf: Add ConfEntry to Reporting
+ * debconf: Only start communicate process on demand
+ * debconf: Find extra entries
+ * debconf: Add client tool
+ * Client: Add dummy package client tool
+ * Packages: Add 'dummy' packages backend
+ * Packages: Ignore unicode errors in pkgng metadata
+ * Bundler: Use BoundBundle for the RequiredBundles
+ * Reporting: Set flag when interaction is fully imported
+ * APT: Do not install recommended packages
+ * APT: Save new package version for auto pkgs
+ * APT: Mark dependencies as automatic installed
+ * SSLCA: Fix certificate validation
+ * POSIXUsers: Add filters for supplementary gids
+ * debconf: Add schema
+ * Server: Ignore directories containing a .bcfg2-ignore file
+
+ -- Alexander Sulfrian <asulfrian@zedat.fu-berlin.de> Sun, 16 Jan 2022 20:53:03 +0100
+
bcfg2 (1.4.0pre2-0.1) UNRELEASED; urgency=low
* Helper scripts packed in bcfg2-utils
diff --git a/debian/compat b/debian/compat
index 7f8f011eb..b4de39476 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+11
diff --git a/debian/control b/debian/control
index a5e5c1b3e..e2df57679 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
Priority: optional
Maintainer: Arto Jantunen <viiru@debian.org>
Uploaders: Sami Haahtinen <ressu@debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 11),
python (>= 2.6),
python-setuptools,
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,