From 1a05f9188b1a151fa6dcdec61880699d2acf53cd Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 16 Jul 2014 13:49:16 +1000 Subject: [PATCH] xfsprogs: add a watch file into the debian packaging Apparently it can improve some Debian tools that check it (e.g. UDD). Resolves Debian bug #748483. Signed-off-by: Nathan Scott --- debian/Makefile | 2 +- debian/watch | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 debian/watch diff --git a/debian/Makefile b/debian/Makefile index 1ba204c33..2e8b1b080 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -5,7 +5,7 @@ TOPDIR = .. include $(TOPDIR)/include/builddefs -LSRCFILES = changelog compat control copyright rules +LSRCFILES = changelog compat control copyright rules watch DEV_DOC_DIR = $(PKG_DOC_DIR)/../xfslibs-dev BOOT_MKFS_BIN = $(TOPDIR)/mkfs/mkfs.xfs-xfsprogs-udeb LDIRDIRT = xfslibs-dev xfsprogs xfsprogs-udeb diff --git a/debian/watch b/debian/watch new file mode 100644 index 000000000..0aa3e8d5f --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \ +ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-(.+)\.tar\.gz -- 2.47.2