diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:32:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:32:54 +0000 |
commit | 689f99fd6f2ff3776935eb7eb59dbcaf7d1e0d65 (patch) | |
tree | 47ba21c4a77b85779b62781e25c78ce5247bcb2d /debian/rules | |
parent | Adding upstream version 20230203. (diff) | |
download | geoip-database-689f99fd6f2ff3776935eb7eb59dbcaf7d1e0d65.tar.xz geoip-database-689f99fd6f2ff3776935eb7eb59dbcaf7d1e0d65.zip |
Adding debian version 20230203-1.debian/20230203-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..da001f4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/pkg-info.mk + +%: + dh $@ |