diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:11:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:11:39 +0000 |
commit | e26b33ef6b7a058bca4f6d0f32b1a8d0332edcd7 (patch) | |
tree | b46285e2eaa5ad4dfa68ca5a8d2b84f7a6c4806d /debian/rules | |
parent | Adding upstream version 1:3.38+3. (diff) | |
download | meta-gnome3-debian.tar.xz meta-gnome3-debian.zip |
Adding debian version 1:3.38+3.debian/1%3.38+3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..68ebac9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +%: + dh $@ + +override_dh_gnome: + dh_gnome --no-gnome-versions |