summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-15 16:51:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-15 16:56:30 +0000
commit4430365fd8f15d4a790236bc919a0b3808e5a798 (patch)
tree7a7721fe08fb987f677141bd63e9d0fafd2d8bd3 /debian/rules
parentAdding upstream version 6.0.4. (diff)
downloadsqlglot-4430365fd8f15d4a790236bc919a0b3808e5a798.tar.xz
sqlglot-4430365fd8f15d4a790236bc919a0b3808e5a798.zip
Adding debian version 6.0.4-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ff1d45a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=sqlglot
+
+%:
+ dh ${@} --buildsystem=pybuild
+
+override_dh_auto_test:
+ # disabled