[SCM] pluma Debian package branch, master, updated. bb404b47743a608b0b932754d01e0ad546735506
Mike Gabriel
sunweaver at moszumanska.debian.org
Thu Feb 20 14:39:45 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/pluma.git;a=commitdiff;h=6d018ff
The following commit has been merged in the master branch:
commit 6d018ff2f9b56e9b32c0824246ea2887a9264efd
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Feb 20 15:39:06 2014 +0100
debian/rules: omit more files/folders when repacking the DFSG tarball
---
debian/rules | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index bf5c24e..8d7ed78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,12 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
cd $(PKG)-$(VER) \
&& find . -depth -type d -name 'windows' -exec $(RM) -r {} \; -printf 'removed %p
' \
&& $(RM) -r -v \
- help/
+ help/ \
+ win32/ \
+ pluma/osx/ \
+ osx/ \
+ pluma/smclient/eggsmclient-win32.c \
+ pluma/smclient/eggsmclient-osx.c
$(RM) -v $(PKG)_$(VER).orig.tar.*
@echo "# Packing..."
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
--
pluma Debian package
More information about the pkg-mate-commits
mailing list