Skip to content

Commit

Permalink
Added rules script.
Browse files Browse the repository at this point in the history
  • Loading branch information
srnjak committed Oct 25, 2023
1 parent a4ee50a commit aca32a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/debian/destinations
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ doc/examples/*:usr/share/doc/purge-backups/examples
debian/preinst:DEBIAN
debian/postinst:DEBIAN
debian/postrm:DEBIAN
debian/rules:DEBIAN
4 changes: 4 additions & 0 deletions src/debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

%:
dh $@ --configure-depends

0 comments on commit aca32a1

Please sign in to comment.