diff options
| author | Mathieu Deous | 2022-04-15 22:02:16 +0200 |
|---|---|---|
| committer | GitHub | 2022-04-15 22:02:16 +0200 |
| commit | 61126b35771eaa7537757362f264dbc8b6a32ed7 (patch) | |
| tree | 9732a52f1c39c8ae3d8a1a35e8cd9e45d7f2cfea /debian/rules | |
| parent | 98fb222eb0a878df2abb6b13386a5ebc46b835c3 (diff) | |
Rewrite shell script in Go
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index bcf500a..0000000 --- a/debian/rules +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | #!/usr/bin/make -f | ||
| 2 | |||
| 3 | BUILDDIR=debian/build | ||
| 4 | |||
| 5 | override_dh_auto_clean: #fuck you debian | ||
| 6 | |||
| 7 | override_dh_auto_build: | ||
| 8 | |||
| 9 | %: | ||
| 10 | dh $@ | ||
| 11 | |||
| 12 | .PHONY: build | ||
