diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:50:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:50:01 +0000 |
commit | df4dbd3378e13e9f43c727c36339f078fe3093fe (patch) | |
tree | 9edf4a31373538bd239af5be10e00f5a449d3d0e /debian/Makefile | |
parent | Adding upstream version 1:4.8.1. (diff) | |
download | shadow-debian.tar.xz shadow-debian.zip |
Adding debian version 1:4.8.1-1.debian/1%4.8.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/Makefile b/debian/Makefile new file mode 100644 index 0000000..06d49f5 --- /dev/null +++ b/debian/Makefile @@ -0,0 +1,16 @@ +PKG=shadow +SITE=ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/ + +deb:: check_cheese + +include /usr/share/quilt/quilt.debbuild.mk + +check_cheese: + @dpkg-parsechangelog | grep -q "\* The \".*\".* release\." || { \ + echo ""; \ + echo " ** **"; \ + echo " ** Warning: not a cheesy release! **"; \ + echo " ** **"; \ + echo ""; \ + exit 1; \ + } |