summaryrefslogtreecommitdiffstats
path: root/debian/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 02:22:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 02:22:07 +0000
commita982d958e3c5acba737f166177934ecdf8ebdf45 (patch)
treea4acc11aacd2865464d800eb8d8557db8df9d99f /debian/Makefile
parentAdding upstream version 1:4.5. (diff)
downloadshadow-a982d958e3c5acba737f166177934ecdf8ebdf45.tar.xz
shadow-a982d958e3c5acba737f166177934ecdf8ebdf45.zip
Adding debian version 1:4.5-1.1.debian/1%4.5-1.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/Makefile')
-rw-r--r--debian/Makefile16
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; \
+ }