Skip to content

Commit

Permalink
Replace our downstream "debian" directory with upstream's (openzfs#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash Surya authored Jan 9, 2023
1 parent fe9efdc commit 926d20d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/deb.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PHONY += deb-kmod deb-dkms deb-utils deb deb-local native-deb-local \
native-deb-utils native-deb-kmod native-deb
native-deb-utils native-deb-kmod native-deb debian

native-deb-local:
@(if test "${HAVE_DPKGBUILD}" = "no"; then \
Expand Down Expand Up @@ -90,7 +90,9 @@ deb-utils: deb-local rpm-utils-initramfs
deb: deb-kmod deb-dkms deb-utils

debian:
cp -r contrib/debian debian; chmod +x debian/rules;
rm -r debian; \
cp -r contrib/debian debian; \
chmod +x debian/rules;

native-deb-utils: native-deb-local debian
cp contrib/debian/control debian/control; \
Expand Down

0 comments on commit 926d20d

Please sign in to comment.