Skip to content

Debsync2020 08 12 batch1 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
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
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
syslog-ng (3.27.1-4) unstable; urgency=medium

* [fb28861] New upstream version 3.28.1
* [47b589a] Remove patches applied upstream
* [6e316b7] Follow upstream renaming to slogimport to slogencrypt
* [c3e32f7] Added new manpage secure-logging.7
* [469b9e4] Fix lintian warning about direct maintscript usage

-- SZALAY Attila <[email protected]> Mon, 10 Aug 2020 21:39:01 +0200

syslog-ng (3.27.1-3) unstable; urgency=medium

* Fix sumologic.conf installation.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Build-Depends: debhelper (>= 10~),
libhiredis-dev,
libriemann-client-dev (>= 1.6.0~),
librabbitmq-dev,
python3, python3-dev, pylint3, dh-python,
python3, python3-dev, dh-python,
dh-exec (>= 0.13~),
python3-nose, python3-ply,
libxml2-utils, geoip-database,
Expand Down
4 changes: 1 addition & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ override_dh_auto_configure:
# the list-missing option
override_dh_auto_install:
dh_auto_install -- \
pkgconfigdir=/usr/lib/$(MULTIARCH_PATH)/pkgconfig \
PYSETUP_OPTIONS="--install-layout=deb \
--root=$(CURDIR)/debian/tmp/"
pkgconfigdir=/usr/lib/$(MULTIARCH_PATH)/pkgconfig
find . -name \*.la | xargs --no-run-if-empty rm
[ ! -f $(CURDIR)/debian/tmp/usr/share/syslog-ng/tools/merge-grammar.py ] || \
sed -i 's/ python$$/ python3/' \
Expand Down
1 change: 1 addition & 0 deletions debian/syslog-ng-mod-http.install
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
usr/lib/syslog-ng/*/libhttp.so
usr/lib/syslog-ng/*/libazure-auth-header.so
2 changes: 1 addition & 1 deletion debian/syslog-ng-mod-python.install
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
usr/lib/syslog-ng/*/libmod-python.so
usr/lib/python*
usr/lib/syslog-ng/*/python/*