diff options
author | Qrius <[email protected]> | 2025-04-23 15:38:03 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2025-04-23 15:38:06 +0200 |
commit | 8c2c933f76fd784a601db5c41f9c139c1154d506 (patch) | |
tree | 0095918d82daa84099d7229e2104f6a87b7de2c1 /debian | |
parent | 45f9f608d39289131548a0e1d7962617cf3c028e (diff) | |
download | skaldpress-8c2c933f76fd784a601db5c41f9c139c1154d506.tar.gz skaldpress-8c2c933f76fd784a601db5c41f9c139c1154d506.zip |
Readd Makefile
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index ffefe86..641186e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,4 @@ #!/usr/bin/make -f -#export PYBUILD_NAME=skaldpress -#export DEB_BUILD_OPTIONS=nocheck -#export PYBUILD_SYSTEM=setuptools %: dh $@ --with python3 --buildsystem=pybuild |