Skip to content

Commit

Permalink
copy debian perm list to debian directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Aug 1, 2023
1 parent 4ee9962 commit 5599513
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion indimail-access/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ clean:
/bin/rm -f indimail-access.spec indimail-access.changes \
indimail-access-rpmlintrc indimail-access-permissions.easy \
indimail-access-permissions.secure indimail-access-permissions.paranoid \
perm_list.imap debian/Makefile
perm_list.imap debian/Makefile debian/perm_list.imap

indimail-access.spec: indimail-access.spec.in \
conf-version conf-release doc/ChangeLog conf-email \
Expand All @@ -63,6 +63,7 @@ indimail-access-permissions.paranoid: indimail-access-permissions.paranoid.in
$(edit) $@.in > $@
perm_list.imap: perm_list.in
$(edit) perm_list.in > $@
$(edit) perm_list.in > debian/$@
debian/Makefile: debian/Makefile.in ../fetchmail-x/conf-version \
../courier-imap-x/conf-version conf-release
$(edit) [email protected] > $@
3 changes: 2 additions & 1 deletion indimail-auth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ debian/Makefile: debian/Makefile.in conf-version conf-release \
$(edit) [email protected] > $@
perm_list.auth: perm_list.in
$(edit) perm_list.in > $@
$(edit) perm_list.in > debian/$@
clean:
/bin/rm -f indimail-auth.spec indimail-auth.changes PKGBUILD \
debian/Makefile perm_list.auth
debian/Makefile perm_list.auth debian/perm_list.auth

0 comments on commit 5599513

Please sign in to comment.