cleanup-bintray: remove remaining bintray references (#5038)

* The `cleanup-bintray.pl` script is just unused
* The `dh_builddeb` override is no longer necessary as bintray is no longer used
This commit is contained in:
Josh Soref
2022-06-30 02:21:54 -04:00
committed by GitHub
parent 3597cc636e
commit 458c148934
2 changed files with 0 additions and 43 deletions

4
debian/rules vendored
View File

@@ -17,9 +17,5 @@ override_dh_auto_configure:
# Set -Ddocdir; the default is /usr/share/doc/i3
dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm -Dmans=true
override_dh_builddeb:
# bintray does not support xz currently.
dh_builddeb -- -Zgzip
%:
dh $@ --buildsystem=meson