Skip to content

Commit

Permalink
fixup! Fixes #21086: Create a package for people having an external DB
Browse files Browse the repository at this point in the history
Fixes #21086: Create a package for people having an external DB
  • Loading branch information
peckpeck committed May 24, 2022
1 parent b4b495d commit f649f2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rudder-external-db/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.DEFAULT_GOAL := build
# Used on debian to redirect calls to final Makefile so dh auto commands work
%:
make -C BUILD/rudder/relay/sources/ --debug $@
make -C SOURCES --debug $@
1 change: 1 addition & 0 deletions rudder-external-db/SPECS/rudder-external-db.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Source: rudder-sources.tar.bz2
Group: Applications/System

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch

# Requirements

Expand Down
4 changes: 2 additions & 2 deletions rudder-external-db/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Build-Depends: debhelper (>= 12)
Standards-Version: 4.6.1
Homepage: https://www.rudder.io

Package: rudder-relay
Architecture: any
Package: rudder-external-db
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Configuration management and audit tool - External DB package
Rudder is an open source configuration management and audit solution.
Expand Down

0 comments on commit f649f2e

Please sign in to comment.