Skip to content

Commit 27c90d5

Browse files
author
Aaron Roller
committed
build: generate debian package in cur dir master
1 parent f6e1d0c commit 27c90d5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

debian/rules

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ override_dh_auto_build:
1717
@echo "Running the build"
1818
dh_auto_build
1919
@echo "Done running the build"
20+
21+
override_dh_builddeb:
22+
dh_builddeb --destdir=.
23+
24+
override_dh_auto_clean:
25+
rm -f *.*deb
26+
rm -rf obj-*

0 commit comments

Comments
 (0)