[debian-edu-commits] debian-edu/ 01/03: debian/rules: fix get-orig-source target to create a compressed tar archive.
Holger Levsen
holger at moszumanska.debian.org
Tue Oct 7 09:03:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository debian-edu-artwork.
commit 1938e8c11b797df5cd808038f8a9e0fcf1359dc2
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Oct 7 10:54:24 2014 +0200
debian/rules: fix get-orig-source target to create a compressed tar archive.
---
debian/changelog | 4 ++++
debian/rules | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9b46068..d3a35ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,10 @@ debian-edu-artwork (0.49-1) UNRELEASED; urgency=medium
+ Provide get-orig-source rule that builds an orig tarball from the
package folder itself (excluding the debian/ directory).
+ [ Holger Levsen ]
+ * debian/rules: fix get-orig-source target to create a compressed tar
+ archive.
+
-- Wolfgang Schweer <wschweer at arcor.de> Fri, 03 Oct 2014 16:54:10 +0200
debian-edu-artwork (0.48-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index ce0aa12..17fbec0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,5 +27,5 @@ get-orig-source: clean
mkdir -p $(PKG)-$(UVER)/
rsync -av --delete --exclude=debian/ --exclude=$(PKG)-$(UVER)/ * $(PKG)-$(UVER)/
find "$(PKG)-$(UVER)" -xdev -print | sort \
- | tar -caf "../$(PKG)_$(UVER).orig.tar.gz" -T- --owner=root --group=root --mode=a+rX \
+ | tar -czaf "../$(PKG)_$(UVER).orig.tar.gz" -T- --owner=root --group=root --mode=a+rX \
&& $(RM) -r "$(PKG)-$(UVER)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git
More information about the debian-edu-commits
mailing list