[Pkg-wmaker-commits] [wmfrog] 122/145: debian/rules: Add source repacking to get-orig-source target. debian/changelog: Restore "+ds" in version number.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit 13e0feec9c4983af4215672f257ae276e854376e
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Aug 25 11:59:14 2014 -0500

    debian/rules: Add source repacking to get-orig-source target.
    debian/changelog: Restore "+ds" in version number.
---
 debian/changelog | 2 +-
 debian/rules     | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e423e2e..54aeef6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wmfrog (0.3.1+git20130905-1) UNRELEASED; urgency=medium
+wmfrog (0.3.1+git20130905+ds-1) UNRELEASED; urgency=medium
 
   * New upstream version (git snapshot).
   * debian/rules
diff --git a/debian/rules b/debian/rules
index f1efbc9..2da6973 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,11 @@ get-orig-source:
 	@echo "Enter "`cat version`" at the prompt below:"
 	@cd wmfrog; \
 	./builtDist.sh
-	@mv -v wmfrog/dist/wmfrog-`cat version`.tgz ../wmfrog_`cat version`.orig.tar.gz
+	@echo "Repacking to remove executable binary..."
+	@gunzip wmfrog/dist/wmfrog-`cat version`.tgz
+	@tar --delete -f wmfrog/dist/wmfrog-`cat version`.tar Src/wmfrog
+	@gzip wmfrog/dist/wmfrog-`cat version`.tar
+	@mv -v wmfrog/dist/wmfrog-`cat version`.tar.gz ../wmfrog_`cat version`+ds.orig.tar.gz
 	@rm wmfrog/Src/wmfrog
 	@rm version
 	@rm oldversion

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list