[mate-control-center] 05/14: debian/rules: Adapt repack algorithm, no m4/ folder in upstream sources anymore.
Mike Gabriel
sunweaver at debian.org
Thu Jun 18 09:03:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch debian/experimental
in repository mate-control-center.
commit d8a0747bf64bae14ed03b7397a4a9ad3a8b56997
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Jun 17 16:37:00 2015 +0200
debian/rules: Adapt repack algorithm, no m4/ folder in upstream sources anymore.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6876e15..b8a4ac9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+NULL =
+
PKD = $(word 1,$(abspath $(dir $(MAKEFILE_LIST))))
PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
UVER = $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m{^Version:\s+(?:\d+:)?(\d.*)(?:\-\d+.*)};')
@@ -53,7 +55,7 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
cd $(PKG)-$(VER) \
&& $(RM) -r -v \
help/ \
- m4/
+ $(NULL)
$(RM) -v $(PKG)_$(VER).orig.tar.*
@echo "# Packing..."
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-control-center.git
More information about the pkg-mate-commits
mailing list