Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
schaufel (0.12) unstable; urgency=low

* debian/rules: change the service file name
* debian/schaufel.service: renamed to debian/schaufel@.service
* debian/schaufel@.service: schema changed
* debian/schaufel@.service: schema changed

-- DevOps <devops@adjust.com> Mon, 25 Aug 2025 12:01:30 +0000

schaufel (0.11.2) unstable; urgency=low

* debian/postinst: Removed static UID/GID
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OBJ_BIN_TEST = $(patsubst t/%.c, $(OBJDIR)/%.o, $(TEST_SOURCES))

DOCS = $(patsubst man/%, doc/%.pdf , $(wildcard man/*))

SCHAUFEL_VERSION ?= 0.11.2
SCHAUFEL_VERSION ?= 0.12

ARCH = $(shell uname -m)
OS_ID = $(shell cat /etc/os-release | awk -F= '{if ($$1=="ID") print $$2}')
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.62])
AC_CONFIG_MACRO_DIR(m4)
AC_INIT([schaufel], [0.11.2], [ops@adjust.com], [https://github.com/adjust/schaufel])
AC_INIT([schaufel], [0.12], [ops@adjust.com], [https://github.com/adjust/schaufel])
AM_INIT_AUTOMAKE([subdir-objects])

############################################################
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 12),
libjson-c-dev,
libpq-dev,
librdkafka-dev
Standards-Version: 0.11.2
Standards-Version: 0.12

Package: schaufel
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ override_dh_installman:
dh_installman --sourcedir=usr/local/share/man

override_dh_installsystemd:
dh_installsystemd --no-enable --no-restart-after-upgrade --no-restart-on-upgrade --no-start schaufel.service
dh_installsystemd --no-enable --no-restart-after-upgrade --no-restart-on-upgrade --no-start schaufel@.service
File renamed without changes.